tracker issue : CF-3036008

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

Bug 72976:(Watson Migration Closure)In imageRotate when x & y are set rotate does not work correctly

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Seth Duffey / Seth Duffey (Seth Duffey)

Created: 09/16/2008

Components: Documentation

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Major / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Problem:

In imageRotate when x & y are set rotate does not work correctly.



Method:

Example, image does not rotate 90 degrees from 2,2
<cfscript>
	myImage = imageNew("http://www.google.com/intl/en_ALL/images/logo.gif");
	ImageSetAntialiasing(myImage,"on");
	imageRotate(myImage,90,2,2);
</cfscript>

<cfimage action="writetobrowser" source="#myImage#" />
Result:

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

Watson Bug ID:	3036008

External Customer Info:
External Company:  
External Customer Name: Seth Duffey
External Customer Email: 50F213DC44566FDF992016B6
External Test Config: 09/16/2008

Attachments:

Comments:

Unable to reproduce the issue because the correct method signatures for imagerotate when x and y are provided imagerotate(img, x,y,angle [,interpolation]) so the example would be imageRotate(myImage,2,2,90); Documentation needs to be modified for this change.
Comment by S V.
24729 | November 19, 2014 07:49:21 AM GMT
fixed the documentation.
Comment by S V.
24730 | November 19, 2014 08:15:31 AM GMT