On Wed, Jan 27, 2010 at 2:58 AM, <[email protected]> wrote:
> Topic: Can you recommend a Java image manipulation library? > > Martin Wildam <[email protected]> Jan 25 11:55PM -0800 ^ > >> currently redeveloping. I suspect my requirements are quite simple >> (for the library, which will probably do a lot more than what I want) >> but would appreciate any recommendations people have. > > For resizing of images I just used what is there by default (don't use > external lib) - but don't know about the performance because for my > needs is not performance critical as I (at least so far) used it only > in UI (where the user is the bottleneck ;-) ). http://www.jhlabs.com/ip/filters/index.html "I have a large number of Java Image filters which are freely available for download from this site. The filters are all standard Java BufferedImageOps and can be plugged directly into existing programs. All the filters are available in the Java Image Editor and most have dialogs to allow you to play with their settings. If you want to try out any of these filters, I recommend downloading the editor and using the dialogs, which is generally much easier than writing code to try them. Many of these filters are useful in applications such as games where images need to be generated on the fly, or where it's quicker to generate them rather than downloading them. For instance, it's quicker to download one image and rotate it several times than to download several separate images." I have said before that Sun should somehow package or offer the user to download and install Java Image Editor as an example of what Desktop Java is capable of, inmediatelly after a JRE install, but nobody would listen... http://www.jhlabs.com/ie/ FC -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
