Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Glyn Jackson / Glyn Jackson (glynjackson)
Created: 04/27/2012
Components: CFIMAGE
Versions: 9.0.1
Failure Type:
Found In Build/Fixed In Build: 9.0.1 /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2008 Web Server
Vote Count: 3
Problem Description: Major issue with the automatic output/conversion code within the ImageObject to provide the binary output for the toBase64 function to encode.
Steps to Reproduce: see issue on stack: http://stackoverflow.com/questions/8050555/imagenew-tobase64-encoding-issue-with-loss-of-quality-in-coldfusion/8067729#8067729
Actual Result:
Expected Result:
Any Workarounds: My solution was to use a java add-on and everything seemed ok but for reasons I won't go into here not something I can do live.
image = createObject("java","it.sauronsoftware.base64.Base64").encode(image);
toBinary(image );
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3177303
External Customer Info:
External Company:
External Customer Name: glynjackson
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
- May 24, 2012 00:00:00: 1_Screen_Shot_2012-05-23_at_12.00.15_PM.png
Comments: