Daniel Novomeský
Daniel Novomeský
I am very flexible regarding the things to do in future and what communication platform to use. I do not mind continuing in different fork for example. I think the...
Those are spam comments with social engineering trick to make you to open the URL they sent.
Hello, I can't join today. There are 2 point I'd like to discuss (but they could be discussed also without my presence): 1. website, how can we update it in...
I haven't tried, but there is OpenEXR plug-in available in KImageFormats. nomacs is generally known to work with those Qt plug-ins. The plug-in has read-only support unfortunately yet.
@kmilos The code in GIMP attempt to detect known GIMP profiles, in order to avoid the dialog which is asking user to keep original profile or to convert to GIMP...
I have one observation: Encoding is always with `basic_info.uses_original_profile = JXL_TRUE;` That's not wrong but mode without original profile gives sometimes much better lossy compression. Mode with `uses_original_profile == JXL_FALSE`...
> or we'd have to do it manually before filling the buffer https://github.com/libjxl/libjxl/blob/main/lib/include/jxl/encode.h#L223 You have to convert the pixels manually.
`use_original_profile` with lossy should work. Do you use `RelWithDebInfo` build of libjxl? Because in case of error, it prints useful information in terminal window. They are often useful, you will...
@kanryu Can you make a new release using Qt 5.15? Some of my plug-ins I make need newer Qt.
 I compiled **qavif.dll** against old Qt 5.12 and added it to `QuickViewer-portable-1.1.8-x64\imageformats` folder. @kanryu If you rebuild your app against Qt 5.14.2, then you can simply download qavif.dll from...