•BufferedImage

ImageProcessing`BufferedImage` has fine tuned functions for converting ImageData from/to Java BufferedImage. Java Photo Editor uses this function internally when the user wants to collaborate with it.

In[57]:=

<< ImageProcessing`BufferedImage`

In[58]:=

bf = ImageDataToBufferedImage[i]

In[59]:=

id = BufferedImageToImageData[bf]

In[60]:=

Show[Graphics[id]]


Converted by Mathematica  (July 17, 2003)