Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): CF Mitrah MitrahSoft / CF Mitrah MitrahSoft (CF Mitrah MitrahSoft)
Created: 12/23/2012
Components: CFIMAGE
Versions: 10.0
Failure Type: Data Loss
Found In Build/Fixed In Build: Final / 294407
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Platforms All
Vote Count: 0
Problem Description: CFIMAGE action="write" is not maintaining EXIF Metadata info of an image
Steps to Reproduce: run the below code
<cfimage source="https://www.box.com/index.php?rm=box_download_shared_file&shared_name=qi2aanst9lro6o6t2fay&file_id=f_5288637924&rss=1" action="write" destination="1.jpg" overwrite="yes" quality="1" >
<cfimage source="#ExpandPath('./')#1.jpg" name="myImage" >
<cfset data =ImageGetEXIFMetadata(myImage)>
<cfdump var="#data#">
Actual Result: Should show the EXIF Metadata info of an image
Expected Result: Empty structure
Any Workarounds: -
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3433621
External Customer Info:
External Company:
External Customer Name: CF Mitrah
External Customer Email:
External Test Config: My Hardware and Environment details: Intel Core 2 Duo E7400 @2.80GHz, 6 GB RAM
Attachments:
Comments: