sylikc/jpegview

An avif error

Closed this issue · 4 comments

jpegview is my main image viewer, and in some scenarios I would use a call to avif.dll in its directory in the scripting language to load avif images.

After updating to v1.3.46, the call to avif.dll has become very unstable, often crashing after the mouse turns into a funnel. Thus I have been using v1.2.45.
Now, after I saw the fix about avif, I tested 56b8b82 and it no longer crashes frequently, but the crashes are still there.
I'm not a programmer and can only offer this kind of usage report.

qbnu commented

So you're using the avif.dll that comes with JPEGView as part of your own program, and the issue isn't related to JPEGView itself?

avif.dll wasn't changed in 56b8b82

Yes, it seems to be a bad problem.
Thank you for making this software available.

qbnu commented

If you want just the binaries for AVIF decoding, they're built in this repo: https://github.com/qbnu/build-heif-avif-decoders/. Here are the latest artifacts.

Thank you very much. Compiling DLL libraries is difficult for me.