mirror of
https://github.com/processing/processing4.git
synced 2026-05-03 17:35:00 +02:00
add getImage() back to PImage (issue #1223)
This commit is contained in:
@@ -14437,6 +14437,14 @@ public class PApplet extends Applet
|
||||
}
|
||||
|
||||
|
||||
public Image getImage() {
|
||||
return g.getImage();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Returns a native BufferedImage from this PImage.
|
||||
*/
|
||||
public Object getNative() {
|
||||
return g.getNative();
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@ X http://code.google.com/p/processing/issues/detail?id=1225
|
||||
X double check that new key and mouse events are being addressed correctly
|
||||
X restore deprecated versions of getFont() and getImage()
|
||||
X Android getBitmap() and getTypeface() will not be restored
|
||||
X http://code.google.com/p/processing/issues/detail?id=1223
|
||||
|
||||
|
||||
_ remove subsetting stuff from PFont?
|
||||
|
||||
Reference in New Issue
Block a user