On Feb 25, 5:25 am, gdhurst <[email protected]> wrote: > I uploaded a rather large image (1000H x 2000W) to the image library. > Everything worked fine except the midsize image is squished > horizontally. A little odd, I thought, because the thumbnail image > was resized perfectly. Why would one resize routine work and not the > other?
The core code base is set to support CF7. CF7 image manipulation is done using the native Java libraries on the server. Unfortunately, for some image types it does not correctly resize the image. But not to worry there are several solutions. If you are on CF8 you cannot go past Jeff Coughlins CFIMAGE plugin. This simply swaps out the image formtool for one that uses the u-beaut CFIMAGE tag available in CF8. http://docs.farcrycms.org/display/FCPLUG/FarCry+CFImage If you are on CF7 and on a Windows machine, there is another plugin that swaps out the standard image formtool for one using a CFX tag. http://docs.farcrycms.org/display/FCPLUG/FarCry+CFXImage Hope that helps, -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" 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/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
