mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting revision 116
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
0115 core
|
||||
X remove debug message from loadPixels()
|
||||
X remove debug message from PGraphics2.save()
|
||||
X fix error message with dxf when used with opengl
|
||||
X if file is missing for reader()
|
||||
X return null and println an error rather than failing
|
||||
X add arraycopy(from, to, count);
|
||||
X fix fill/stroke issues in bugs db (bug 339)
|
||||
X saveTIFF, saveHeaderTIFF, saveTGA no longer public/static in PImage
|
||||
X this was a mistake to expose the api this way
|
||||
X more image file i/o in java 1.4
|
||||
X add dynamic loading of the jpeg, png, and gif(?) encoder classes
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=165
|
||||
X http://java.sun.com/products/java-media/jai/index.jsp
|
||||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Programs;action=display;num=1120174647
|
||||
X P5 cannot read files generated by saveFrame()
|
||||
X need to update docs re: tga
|
||||
X and add support for reading its own uncompressed TIFs
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=260
|
||||
|
||||
|
||||
0114 core
|
||||
X added createGraphics(width, height, renderer)
|
||||
X no need to use (..., null) anymore
|
||||
|
||||
@@ -1,24 +1,3 @@
|
||||
0115 core
|
||||
X remove debug message from loadPixels()
|
||||
X remove debug message from PGraphics2.save()
|
||||
X fix error message with dxf when used with opengl
|
||||
X if file is missing for reader()
|
||||
X return null and println an error rather than failing
|
||||
X add arraycopy(from, to, count);
|
||||
X fix fill/stroke issues in bugs db (bug 339)
|
||||
X saveTIFF, saveHeaderTIFF, saveTGA no longer public/static in PImage
|
||||
X this was a mistake to expose the api this way
|
||||
X more image file i/o in java 1.4
|
||||
X add dynamic loading of the jpeg, png, and gif(?) encoder classes
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=165
|
||||
X http://java.sun.com/products/java-media/jai/index.jsp
|
||||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Programs;action=display;num=1120174647
|
||||
X P5 cannot read files generated by saveFrame()
|
||||
X need to update docs re: tga
|
||||
X and add support for reading its own uncompressed TIFs
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=260
|
||||
|
||||
|
||||
0116 core
|
||||
_ endRaw() should force depth sorted triangles to flush
|
||||
_ fix dxf export bug
|
||||
|
||||
Reference in New Issue
Block a user