https://github.com/ryanfb/rotatebake
RotateBake - a Mac app for baking EXIF rotation into images
https://github.com/ryanfb/rotatebake
Last synced: 11 months ago
JSON representation
RotateBake - a Mac app for baking EXIF rotation into images
- Host: GitHub
- URL: https://github.com/ryanfb/rotatebake
- Owner: ryanfb
- Created: 2010-08-25T17:37:02.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2014-06-19T18:56:22.000Z (almost 12 years ago)
- Last Synced: 2025-06-18T08:07:24.779Z (12 months ago)
- Language: Shell
- Homepage: http://github.com/ryanfb/rotatebake
- Size: 621 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RotateBake
RotateBake is a Mac app for baking EXIF rotation into images. You know your
iPhone images that show up rotated wrong in Safari? Yeah, this fixes that.
[Download it now!](http://github.com/downloads/ryanfb/rotatebake/RotateBake.app.zip)
##SYNOPSIS
Drop images onto RotateBake and they will be rotated appropriately and have the EXIF rotation value stripped.
RotateBake has only been tested on OS X 10.6.
All RotateBake does is run the following command against each input image:
jhead -autorot filename
##COPYRIGHT INFO
RotateBake bundles Intel-compiled versions of:
* [jhead](http://www.sentex.net/~mwandel/jhead/)
* [jpegtran](http://jpegclub.org/)
* [libjpeg](http://www.ijg.org/)
The cupcake icon is from [Graphicpeel](http://graphicpeel.com/icons).
RotateBake was created with [Platypus](http://www.sveinbjorn.org/platypus).
RotateBake "itself" is [WTFPL](http://sam.zoy.org/wtfpl/), provided you
abide by any additional restrictions of redistributed bundled components if
you also redistribute them.