Skip to main content
Search titles, bodies, and author names
Found 13,982 posts across 1 forum.

Rotate image 90 degrees in Javascript or CSS? — #4

If it can be done in javascript, I don't know how to do it. It can, however, be done server-side with php and GD Library or ImageMagick. If you have access to those technologies,…
MacNN Software by registered_user

Rotate image 90 degrees in Javascript or CSS? — #5

You could also rotate it 90 degrees yourself, using an image editor, and store it as a separate file. This will take up a bit more disk space, but it is the fastest option from the…
MacNN Software by Millennium

Rotate image 90 degrees in Javascript or CSS? — #6

Quote: Originally Posted by Millennium You could also rotate it 90 degrees yourself, using an image editor, and store it as a separate file. This will take up a bit more disk sp…
MacNN Software by moonmonkey

Rotate image 90 degrees in Javascript or CSS? — #8

Quote: Originally Posted by moonmonkey I only need safari (webkit) support as its for a dashboard widget. The reason I wanted to use the same image is that there is lots and I d…
MacNN Software by Millennium

Rotate image 90 degrees in Javascript or CSS? — #9

Quote: Originally Posted by registered_user A widget? oh geez. I wrote the hula girl widget, and it's got tons of pictures in it. It's not like load time is an issue with a w…
MacNN Software by moonmonkey

Rotate image 90 degrees in Javascript or CSS? — #12

Holy smokes that <canvas> tag is powerful. I feel like Zeus hurling lightning bolts from the top of Mount Olympus. Now to figure out how to make the rotate take place from …
MacNN Software by registered_user

Rotate image 90 degrees in Javascript or CSS? — #14

Quote: Originally Posted by registered_user Holy smokes that <canvas> tag is powerful. I feel like Zeus hurling lightning bolts from the top of Mount Olympus. Now to fig…
MacNN Software by Chris O'Brien

Rotate image 90 degrees in Javascript or CSS? — #15

Oh. To the original question: (when I first seen this I was going to suggest the following, but decided against it since there's no real unified way of doing it cross-platform - th…
MacNN Software by Chris O'Brien
mp.ls