Skip to content
Snippets Groups Projects
Commit 23b6fe70 authored by Canek Peláez Valdés's avatar Canek Peláez Valdés :slight_smile:
Browse files

Use '●' instead of '*'.

parent 69c52e9b
No related branches found
No related tags found
No related merge requests found
Gtk+ Quick Photo Editor
═══════════════════════
Gtk+ Quick Photo Editor (GQPE for short) is a small image tag editor.
GQPE only cares for the following tags:
* Xmp.dc.subject
* Iptc.Application2.Caption
* Exif.Image.ImageDescription
* Exif.GPSInfo.GPSLatitude
* Exif.GPSInfo.GPSLongitude
* Exif.GPSInfo.GPSLatitudeRef
* Exif.GPSInfo.GPSLongitudeRef
* Exif.Image.Orientation
Xmp.dc.subject
Iptc.Application2.Caption
Exif.Image.ImageDescription
Exif.GPSInfo.GPSLatitude
Exif.GPSInfo.GPSLongitude
Exif.GPSInfo.GPSLatitudeRef
Exif.GPSInfo.GPSLongitudeRef
Exif.Image.Orientation
This program is intended to set those tags as fast as possible. The program
shows the picture and a map for its geolocation, and allows the user to rotate
......@@ -25,17 +24,17 @@ While it can be used with the mouse, that's not the way is intended
to be used: All the available manipulations are possible using only
the keyboard:
* [ and ] will rotate the picture to the left and right, respectively.
[ and ] will rotate the picture to the left and right, respectively.
* Enter in any text entry (if not empty) or Control-Enter will update the
Enter in any text entry (if not empty) or Control-Enter will update the
relevant tags in the picture and move to the next one. You need to do this (or
click on the save button) to update the tags in the picture, otherwise all the
changes are ignored.
* Page Up and Page Down will move to the next or the previous picture,
Page Up and Page Down will move to the next or the previous picture,
respectively, without updating the current one.
* Esc will terminate the program.
Esc will terminate the program.
The idea is to select a bunch of pictures in Nautilus, open them with this
program, and quickly update their information.
......@@ -49,11 +48,11 @@ Requirements
You need the following to compile GQPE:
* champlain-0.12
* clutter-gtk-1.0
* gexiv2
* gtk+-3.18
* gee-0.8
champlain-0.12
clutter-gtk-1.0
gexiv2
gtk+-3.18
gee-0.8
The program is written in Vala, but you only need Vala if you don't use
tarballs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment