Click to See Complete Forum and Search --> : Rotate Image Using HTML Or Other Form??


arm24jeff
01-08-2003, 12:23 PM
we use ColdFusion, and have a picture that is generated and delivered to a page upon submitting some information. (Basically a Label for shipment). The problem is the picture comes back to us on its side, but we want to display it rotated 90 degrees. Does anyone have suggestions on code that can rotate an image? It is an image that is generated then placed onto the page after the procedure is called to build the label with the supplied info. It comes back as a .GIF file. Any help or advice would be greatly appreciated!

jdavia
01-09-2003, 11:09 PM
Sounds like a landscape/portrait thing. I don't have ColdFusion, but they must have a way to size the images. Maybe the demensions need to be reversed.

thejoker101
01-14-2003, 02:22 PM
I know that IE supports horizontal and vertical flipping through use of flipH and flipV filters...