| Age | Commit message (Collapse) | Author | Files | Lines |
|
In case a dimension of the base image is not even and fractional HiDPI
size is to be generated, the resulting image size computes to a non-integer
values. Rounding in browsers may vary so let's stick with safe values and
force even base image dimensions. This may result in slight crop applied
before resize, generally imperceptible.
Tested on Chromium 69 and Firefox 52.
|
|
Newer exiv2 versions don't like it. Sadly this will fail whole metadata
write, stating plain "Failed to write image" error.
|
|
|
|
The gexiv2 library is just a GObject wrapper around exiv2 library. It's
a healthy project that continually keeps up with exiv2 API changes.
Adopted by e.g. GIMP there's certain guarantee of future maintenance.
This allows us to get rid of C++ code, making it more readable and
predictable.
|