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


i trying write out photo using cfimage , getting error:

an exception occured while performing writetobrowser cfimage action.coldfusion.image.image$readimagemetadataexception: iso speed ratings

here code. 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#"/>

hi,

this thread has info you..


More discussions in Advanced Techniques


adobe

Comments

Popular posts from this blog

opencv3, tbb and rasp pi 2 - Raspberry Pi Forums

small ethernet problem - Raspberry Pi Forums

Multithumb configuration params not working? - Joomla! Forum - community, help and support