On 7/27/06, Andreas Schmidt <[EMAIL PROTECTED]> 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 _______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
