ColdFusion Image Resizing Utility
-
Does anybody knows about Image Resizing Utility or Custom Tag for Cold Fusion ? Or maybe some hints how to handle with this task ? By The Way .. If exists free sources of C++/Java Image Resizing Utilities - they are also welcome ! Main processing formats - Jpeg (Gif) Better Free of course ... Thanks in advance !
-
Does anybody knows about Image Resizing Utility or Custom Tag for Cold Fusion ? Or maybe some hints how to handle with this task ? By The Way .. If exists free sources of C++/Java Image Resizing Utilities - they are also welcome ! Main processing formats - Jpeg (Gif) Better Free of course ... Thanks in advance !
If you are looking to resize the images, one site you may want to look at is http://www.chestysoft.co.uk/coldfusion/imagefile/thumbnails.cfm[^] It will show you how to do a <cfset image.Scale(15)> in order to change the size of the original picture.