Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / ColdFusion / Advanced Techniques / May 2008



Tip: Looking for answers? Try searching our database.

WTF: coldfusion.image.Image$ReadImageMetadataException: ISO Speed Ratings

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
projectproofing - 02 May 2008 20:42 GMT
I am trying to write out a photo using the cfimage and I am getting this error:

[b]An exception occured while performing the writetobrowser cfimage
action.coldfusion.image.Image$ReadImageMetadataException: ISO Speed Ratings
[/b]
Here is the code. Any ideas???

<cfset objImage = ImageRead( "assets/property/964317_old_house_23.jpg" ) />
<cfset objWatermark = ImageNew("assets/images/sold.gif") />
<cfset ImageSetAntialiasing(objImage,"on") />
<cfset ImageSetDrawingTransparency(objImage,50) />
<cfset ImagePaste(objImage, objWatermark, (objImage.GetWidth() -
objWatermark.GetWidth()),
(objImage.GetHeight() - objWatermark.GetHeight())) />
<cfimage action="writetobrowser" source="#objImage#"/>
Daverms - 02 May 2008 20:54 GMT
Hi,

This http://groups.google.com/group/macromedia.coldfusion.advanced_techniques/browse_
thread/thread/efbbc50c3893d816
 has some info for you..
ksmith - 09 May 2008 21:02 GMT
Does the fix http://www.adobe.com/go/kb403411 help?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.