Hi all,

I have to create something like thumbnails and figured out, Google's
Image Service Factory scales down images without interpolation.

The result is unacceptable, unfortunately, because it's not a simple
gallery or something, it's a graphical multi-zoom-level application
which needs this ... It would simply look awful ...

Even worse is, GAE doesn't support libraries which support
interpolation because they are not on the white list (all need some
java.awt classes). I even can't export image data to rawdata, do it
myself and reimport it again, because there is no way getting hands on
the image rawdata.

Does someone know a trick how I could generate interpolated
thumbnails?

Thx in advance,
Thomas

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to