Title:
Bug 87368:-(Watson Migration Closure)I have noticed an issue with the ImageResize() function: When resizing a
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/LowImpact
Reporter/Name(from Bugbase): Shaun Smalldridge / Shaun Smalldridge (McGarnagle)
Created: 02/09/2012
Components: Language, Functions
Versions: 9.0.1
Failure Type: Unspecified
Found In Build/Fixed In Build: 9,0,1,274733 /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
I have noticed an issue with the ImageResize() function:
When resizing a .tif file with a resolution greater than 10,000 pixels (height or width), page processing simply stops after about 5-10 seconds. No error is thrown.
This is an issue for both single and mulitpage .tifs. I have not tried it with other image formats.
Method:
( Simplified )
<cfimage source="#variables.imgPath#" name="myImage" />
<cfscript>
ImageResize(myImage,"950","","highestPerformance");
</cfscript>
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3114298
External Customer Info:
External Company:
External Customer Name: Shaun Smalldridge
External Customer Email: 11306B6B44749ECA9920157F
External Test Config: 02/09/2012
Attachments:
Comments: