remigijus wrote:

This question is not about ww, but I hope some suggestions will be given. I need some library for image processing on the server side. I want to make thumbnail image file from an image file uploaded by user.

I have this as part of my SKForum app, which is open source (public domain). Here's an example of the thumbnail gallery: http://archive.killingar.net/art/vs/ViewThumbnails.action


The source is available from my subversion server: http://subversion.killingar.net:8080/svn/forum/

Some source files you might find useful:
http://subversion.killingar.net:8080/svn/forum/WEB-INF/classes/net/killingar/actions/GenerateThumbnails.java
http://subversion.killingar.net:8080/svn/forum/WEB-INF/classes/net/killingar/actions/ListDirectory.java
http://subversion.killingar.net:8080/svn/forum/_common/list-dir/view_thumbnails.jsp (sorry about this one, the content type is wrong on the server, IE gets confused by that)


Generating thumbnails is a simple click of a link (a WW1.4 action), etc. I don't use JIMI since the standard API has a support for image file formats that I find totally sufficient.

Anders Hovmöller


------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to