tracker issue : CF-3039934

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

Bug 79813:(Watson Migration Closure)[JFERNANDES] TIFF with old profiles can't be correctly converted to jpg using imageWrite()

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/

Reporter/Name(from Bugbase): João Fernandes / João Fernandes (Joao Fernandes)

Created: 09/08/2009

Components: CFIMAGE

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Normal / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Problem:

[JFERNANDES] TIFF with old profiles can't be correctly converted to jpg using imageWrite()
Method:

I'll provide a test image in the prerelease forumsrun <cfset imageWrite( imagenew( 'test.tif') , 'test.jpg', 1) />check the saved image.

Jayesh --> Find the test files from : \\blrfs04\coldfusion\Bugs\79813
Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3039934

External Customer Info:
External Company:  
External Customer Name: João Fernandes
External Customer Email: 4E9A42C244586146992015D5
External Test Config: 09/08/2009

Attachments:

Comments:

while writing the image getting an error javax.imageio.IIOException: Invalid argument to native writeImage. This happens because we are bitten by a java bug. Before java 6 we used to have this bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4799903(bug status unknown) to get around this we have used imageIO but it also has a bug. http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7044758
Comment by S V.
22892 | November 20, 2014 01:33:11 AM GMT