• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

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

Contributor ,
May 02, 2008 May 02, 2008

Copy link to clipboard

Copied

I am trying to write out a photo using the cfimage and I am getting this error:

An exception occured while performing the writetobrowser cfimage action.coldfusion.image.Image$ReadImageMetadataException: ISO Speed Ratings

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#"/>
TOPICS
Advanced techniques

Views

492

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
May 02, 2008 May 02, 2008

Copy link to clipboard

Copied

Hi,

This thread has some info for you..

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
May 09, 2008 May 09, 2008

Copy link to clipboard

Copied

LATEST
Does the fix here help?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation