Daniel Novomeský

Results 160 comments of 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.

![quickviewer_qt-avif-image-plugin](https://user-images.githubusercontent.com/52529860/88175201-d2c1e480-cc25-11ea-91e8-97681dca7b2f.png) 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...