There are some differences with CF8+ & OpenBD 1.4+ with regard to ImageFlip.

CF9 uses the parameters "name" and optional "transpose", while OpenBD
1.4+ uses "name" and "direction"
The other more serious difference is with the transpose/direction options.

CF9 allows:
    -vertical: Flip an image across an imaginary horizontal line that
runs through the center of the image (default).
    -horizontal: Flip an image across an imaginary vertical line that
runs through the center of the image.
    -diagonal: Flip an image across its main diagonal that runs from
the upper-left to the lower-right corner.
    -antidiagonal: Flip an image across its main diagonal that runs
from the upper-right to the lower-left corner.
    -("90|180|270"): Rotate an image clockwise by 90, 180, or 270 degrees.

OpenBD 1.4+ allows:
    -vertical (default)
    -horizontal
    -horizontalvertical
    -90, -90, 180

I am able to test using the server scope to be sure the correct
parameters and values are passed, but it would be nice if OpenBD
supported rotating/flipping by 90, 180, 270 like CF.

http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7966.html
http://www.openbluedragon.org/manual/?/function/imageflip

Thanks,
Stan

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 official manual: http://www.openbluedragon.org/manual/
 Ready2Run CFML http://www.openbluedragon.org/openbdjam/

 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to