Daniel Novomeský

Results 160 comments of Daniel Novomeský

@gitoss The DLL was built using Qt 5.14 but the quick viewer using Qt 5.12. This combination cannot work. When you build my DLL with old Qt 5.12 and it...

@tomchr9 quickviewer is a Qt applications and Qt applications can potentially open any imageformat if there is a corresponding Qt plugin available. I saw that someone created such plugin http://vr5.narod.ru/qt/bpg/index.html...

Try to to install compiler first: `pacman -S --needed base-devel mingw-w64-x86_64-toolchain` Then you will need Qt and other libraries (like libheif, libwebp, etc...)

Perhaps following resource would be useful: https://littlecms.com/blog/2020/12/09/using-lcms2-on-qt/

> why is it not just released? I cannot release. There are parts of the project I don't have under control (for example translations and website). @diemmarkus , can we...

Just a note: Future versions of libheif will support AVIF, so you will be able to load AVIF files via qt-heif-image-plugin too. But some distributions keep old versions of libraries....

Windows user can try to use this plug-in: https://github.com/novomesk/qt-dds-image-plugin/releases/tag/v1.0.0 However, I recommend to avoid opening files from unknown origin and some features of the format may be unsupported.

Dzień dobry, I am sorry, but the nomacs project needs volunteers and developers. If you know someone, you may suggest them to join the project, even if they have little...

nomacs is a Qt application and it uses plug-ins installed on the system. If there is `libqmng.so` (usually in `/usr/lib64/qt5/plugins/imageformats/` or similar folder), it is used to load MNG files....

I removed the `qmng.dll` plugin from Windows version. MNG files will not work by default in nomacs on Windows. However, if someone wish to open some MNG file(s) from trusted...