Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Lossless rotation of JPG images and thumbnails' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Lossless rotation of JPG images and thumbnails
Authored by: chiensavant on Apr 29, '08 12:38:41AM
By the way you can do the same with a batch of images by simply applying the rotation to all images contained in a folder. The command is the following :

sips -r 90 (drag and drop your folder to the Terminal, remove the ending space) /*.png

The end result should be pretty similar to this : sips -r 90 /Users/youraccount/Desktop/Folder/*.png

sips can convert jpeg (Jfif & Xiff), TIFF, GIF, PNG according to this Apple technical note. I haven't tested them all ;)

[ Reply to This | # ]