From 23b6fe707b693494520754a15c5fced4b82778ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Canek=20Pel=C3=A1ez=20Vald=C3=A9s?= Date: Thu, 18 May 2017 13:27:02 -0500 Subject: [PATCH] =?UTF-8?q?Use=20'=E2=97=8F'=20instead=20of=20'*'.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/README b/README index f7dc803..d23c573 100644 --- a/README +++ b/README @@ -1,19 +1,18 @@ 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. -- GitLab