Daniel Novomeský
Daniel Novomeský
imv optionally uses FreeImage backend. I made a plug-in for FreeImage with AVIF support: https://sourceforge.net/p/freeimage/patches/137/ libavif is quite easy to use anyway but you can choose which way is more...
Extracting version number via pkg-config in build script is possible. Below an example of the script: ``` pkg_check_modules(LibJXL IMPORTED_TARGET libjxl>=0.6.1) pkg_check_modules(LibJXLThreads IMPORTED_TARGET libjxl_threads>=0.6.1) if (LibJXL_FOUND AND LibJXLThreads_FOUND) kimageformats_add_plugin(kimg_jxl SOURCES jxl.cpp)...
gdk-pixbuf loader for JXL uses now skcms to covert pixels to sRGB. It would be much better, if the `pixbufloader-jxl.c` uses this API and do not depend directly on skcms....
The test.heic was constructed by libheif. in GIMP I am using libheif's `heif_context_add_exif_metadata`, I am passing buffer starting with `II*` `HeifContext::add_exif_metadata` https://github.com/strukturag/libheif/blob/master/libheif/heif_context.cc#L2442 prepends 4 zero bytes as offset. Unfortunately, I...
Debian maintainers decide what is in they repository and what isn't. I guess they excluded nomacs, because there was no development activity for a long time. They expected fixes for...
Cau you upload zipped 1080p.raw ?
This is probably not a typical file from professional digital photo-cameras. Unfortunately, only those so called RAW formats supported by LibRaw can be loaded by nomacs.
 Now it works when I add `qapng.dll` from `qtapng-msvc2017_64-5.14.1.zip` (downloaded from https://github.com/Skycoder42/QtApng/releases/tag/1.1.4 ) But animation plays only when file has **.apng** extension, **.png** files are loaded via official Qt...
@c0xc This is valuable piece of work. Are you able to finish it in near future? I think it would be complicated to merge it later. Also try to rebase...
The Windows installer with your changes is available at: https://ci.appveyor.com/project/diemmarkus/nomacs/builds/44331449/artifacts Try to ask some Windows users to test it what they think.