I'm trying to rotate a png that's based off a value in my database (1-360 degrees)
however, I'm using it in conjunction with the google mapping api and if I use "header('Content-type: image/png');" my map does not show and only the image.
Any ideas?
|
|
I'm trying to rotate a png that's based off a value in my database (1-360 degrees) however, I'm using it in conjunction with the google mapping api and if I use "header('Content-type: image/png');" my map does not show and only the image. Any ideas? |
||
|
|
|
There is a jQuery plug-in for rotating imaages with javascript. |
||
|
|
|
|
From the ImageMagic API site:
|
||
|
|
|
|
with the GD2 library in PHP, you can rotate the image easily, store it temporarily as a PNG, and then use it in your page the same way you do now. should be loads of scripts out there who give a great example of how to use GD2. |
||
|
|