[Image-SIG] Is there a PIL convert to Java ? Perhaps an interface to Java ?

Dennis Muhlestein djmuhlestein at gmail.com
Wed Aug 2 19:26:25 CEST 2006


On 7/27/06, Andreas Schmidt <java.jago at gmail.com> wrote:
> Hi,
>
>  I would like to use the power of PIL in Java. My favorite solution would be
> a 100% convertion of the PIL Python and C-Code to Java. I guess this doesn't
> exist ? I didn't find anything with google.
>  How difficult would it be to do a conversion of the Code to Java ?
>
>  Is there perhaps an interface with which I could use it in Java ?

Java already has a pretty significant drawing api in the java.awt
package.  The 2d and 3d interfaces in combination with the
javax.imageio package can probably do everything pil can do.

Another option would be to use jython.

-Dennis


More information about the Image-SIG mailing list