tracker issue : CF-3433621

select a category, or use search below
(searches all categories and all time range)
Title:

CFIMAGE action="write" is not maintaining EXIF Metadata info of an image

| View in Tracker

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

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_fixed on July 29, 2017 using build 2016.0.01.298513
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:

Will check this post c/d (Comment added from ex-user id:nawani)
Comment by Adobe D.
16874 | December 03, 2013 05:34:53 AM GMT
Fix verified and will be available in the next version of ColdFusion.
Comment by S P.
16875 | June 24, 2015 06:58:30 AM GMT
Verified this is fixed in CF2016 Update 1 (build 2016.0.01.298513). Also verified it's fixed in CF11 Update 7 (build 11.0.07.296330). Thanks!, -Aaron
Comment by Aaron N.
16876 | July 29, 2017 07:45:00 PM GMT