JP
Member since Feb 23, 2010
- Profile: /members/5509-jp.htm
- Comments: 1
Recent Blog Comments By JP
-
ColdFusion 8 ImageResize() / ImageWrite() Bug?
Posted on Feb 23, 2010 at 10:16 AM
Hi there. I encountered some problems with images resizing. When I tried this, <cfset myImage = ImageNew("#WebPath#/myFile.jpg")> <cfset ImageResize(myImage, theWidthIWant, "")> <cfimage action="write" destination="#UNCPath#/myFile.jpg" source="#myImage#" overwrite="yes"> I had... read more »