Matt, That is because the built-in image manipulation in FarCry currently uses the native java JAI to do image manipulation (the native JAI in java doesn't offer the best quality).
Have you considered one of the two available image manipulation plugins for FarCry? 1. There's the FarCry CFXImage plugin (requires Windows as the CF server) http://docs.farcrycms.org/display/FCPLUG/FarCry+CFXImage 2. And there the FarCry CFImage plugin (best quality, but requires CF8 or better) http://docs.farcrycms.org/display/FCPLUG/FarCry+CFImage Both work in FarCry 4 and FarCry 5. By using the plugin, all image manipulation used by FarCry formtools (basically everything by default) will automatically use the new image manipulation plugin to override the default JAI image tools. Regards, -- Jeff Coughlin Web Application Developer http://jeffcoughlin.com/blog On Oct 20, 2009, at 10:18 AM, Matthew Prose wrote: > > Hello, > > I would like to alter the thumbnail image when uploading a new image > to the library. I would like to increase the quality of the upload. > I found this file: farcry/core/packages/farcry/image.cfc and found > some quality references and changed them to 100 instead of 70, but > this did nothing. I even reinitialized the app. What else could be > causing the thumbnail to be such low quality? > > Matt --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~---
