Search found 2 matches
- 2012-04-01T11:34:07-07:00
- Forum: Developers
- Topic: contribution: extend identify format with orientation info
- Replies: 3
- Views: 6765
Re: contribution: extend identify format with orientation in
Thanks alot. I just noticed that the new ImageMagick escape should also be documented so others know about its presence. --- ImageMagick-6.7.6-1/www/escape.html 2012-03-17 23:02:33.000000000 +0100 +++ ImageMagick-6.7.6-1_mod/www/escape.html 2012-04-01 20:31:16.639488354 +0200 @@ -321,6 +321,7 ...
- 2012-04-01T06:05:30-07:00
- Forum: Developers
- Topic: contribution: extend identify format with orientation info
- Replies: 3
- Views: 6765
contribution: extend identify format with orientation info
For a project I'm currently working on I need quick and easy access to an image's orientation. Up to now it has always been enough to get the info from exif:orientation (e.g. identify -format %[exif:orientation]). Unfortunately I've recently encountered some TIFFs that had a non-standard orientation ...