GIMP-Lensfun
GIMP-Lensfun copied to clipboard
GIMP plugin for correcting lens distortion using the lensfun library and database
On Archlinux, with Exiv2 0.28.0, it will not compile: ``` src/gimplensfun.cpp: In function ‘int read_opts_from_exif(const char*)’: src/gimplensfun.cpp:1037:19: error: ‘AutoPtr’ is not a member of ‘Exiv2::Image’ 1037 | Exiv2::Image::AutoPtr Exiv2image; ```
When I install the plugin into GIMP 2.10, GIMP can't open. It says that the application didn't open correctly.
Hi seebk, Thank you for providing the "gimp-lensfun" plugin. Is there an updated Gimp-lensfun for Gimp 2.10.9 or newer versions, if so where is it? If I try to use...
GIMP 2.10 supports higher bit depths, but GIMP Lensfun still uses 8bit per pixel all the time.
New behaviour: * Fetch image metadata from gimp instead of reading it from the image file. This makes possible to execute the plugin on an image that has been saved...
 gimp 2.8.22 on windows 10.0.16299.125 x64
Using lensfun with pictures from Canon Powershot S95 to correct the distorsion - the result is worse then the original, the correction is far to much. Wenn man mit Lensfun...
I'd like to ask you if you could ship a small xml file that contains AppStream metadata. It's a distro-agnostic format for AppStore-like catalogs for Linux distributions: http://www.freedesktop.org/software/appstream/docs/sect-Quickstart-Addons.html AppStream-based catalogs...
Use the new types for the image pointer and exception class, as available in the new Exiv2 version, keeping the support for older versions. Fixes #29