Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gtk Quick Photo Editor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Canek Peláez Valdés
Gtk Quick Photo Editor
Commits
23b6fe70
Commit
23b6fe70
authored
8 years ago
by
Canek Peláez Valdés
Browse files
Options
Downloads
Patches
Plain Diff
Use '●' instead of '*'.
parent
69c52e9b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+17
-18
17 additions, 18 deletions
README
with
17 additions
and
18 deletions
README
+
17
−
18
View file @
23b6fe70
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment