~martijnbraam/Megapixels#30: 
Replace imagemagick in post-processing script with something more lightweight

The rather heavy imagemagick program is used to:

  • convert from tiff to jpg
  • apply slight sharpening

apparently it can't copy the metadata from the tiff to the jpg file, so the perl program exiftool is used for that.

It would be nice to replace all that with a lightweight and fast program.

Status
REPORTED
Submitter
~ollieparanoid
Assigned to
No-one
Submitted
3 years ago
Updated
2 years ago
Labels
No labels applied.

~martijnbraam 3 years ago

Ideally it'll be replaced by a tiny program that uses libtiff, libjpeg and libexif2

~tobias 3 years ago

Instead of libexif2 you could use gexiv2, it's an GObject wrapper around libexif2. Perhaps that's easier in an GTK3 program.

~benjamin-schaaf 2 years ago

Register here or Log in to comment, or comment via email.