Mercurial > geeqie
comparison plugins/rotate/rotate.desktop @ 1647:2a779a1855d7
improved rotation script
- applies the orientation from metadata
- uses exiftran for jpeg an ImageMagick for other files
author | nadvornik |
---|---|
date | Mon, 15 Jun 2009 19:13:45 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1646:e363fca00c7b | 1647:2a779a1855d7 |
---|---|
1 [Desktop Entry] | |
2 Version=1.0 | |
3 Type=Application | |
4 Name=Apply the orientation to image content | |
5 | |
6 # call the helper script | |
7 Exec=geeqie-rotate %f | |
8 | |
9 # Desktop files that are usable only in Geeqie should be marked like this: | |
10 Categories=X-Geeqie; | |
11 OnlyShowIn=X-Geeqie; | |
12 | |
13 # Show in menu "Edit/Orientation" | |
14 X-Geeqie-Menu-Path=EditMenu/OrientationMenu | |
15 | |
16 # It can be made verbose | |
17 # X-Geeqie-Verbose=true | |
18 | |
19 MimeType=image/jpeg;image/png;image/tiff; |