Hi I used JAI (Java Advanced Imaging) for creating thumbnails (jpg, gif to jpg) with Webobjects, I uploaded an example to <http://en.wikibooks.org/wiki/Programming:WebObjects/Web_Applications/Development/Thumbnailing>, hope that helps.
Best regards, Oliver On 5/29/06, Mike Schrag <[EMAIL PROTECTED]> wrote:
Check out this page also: http://en.wikibooks.org/wiki/Programming:WebObjects/Web_Applications/ Development/Thumbnailing ms On May 29, 2006, at 11:14 AM, Michael Warner wrote: > I need to be able to create thumbnail files of images in various > formats in a WO application. > I am using a call to sips to create thumbnails. ( http:// > developer.apple.com/technotes/tn/tn2035.html#TNTAG58) > This seems to be working well except for gif input files (no write > out to gif). > > I can use a class provided by Sun to convert gif images to jpegs > (http://java.sun.com/developer/TechTips/1999/tt1021.html) > but my WOApp crashes, presumably due to issues with awt > (http://en.wikibooks.org/wiki/Programming:WebObjects/ > Web_Applications/Deployment/Common_Pitfalls_and_Troubleshooting) > > Questions: > > 1. What is your best suggestion for creating thumbnails, > particularly of gif files, inside of WO? > 2. Has anyone had recent success (in development and deployment) > utilizing PJA Toolkit, as suggested in the wiki segment mentioned > above? > > Thanks, > > Mike Warner > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/mschrag% > 40mdimension.com > > This email sent to [EMAIL PROTECTED] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/oliver.egger%40gmail.com This email sent to [EMAIL PROTECTED]
-- oliver egger dienerstr. 75 - 8004 zürich - switzerland http://www.egger-loser.ch mobile +41765795005 _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
