team-charls / jpegls-wic-codec

Windows Imaging Component (WIC) codec for JPEG-LS .jls files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Photo Viewer cannot load jls files

lookfeng opened this issue · comments

After register dll, Windows Photo Viewer still load jls files failed.

error

Hi lookfeng,

Thanks for the report.
Can you provide the details of your environment (Windows version, 32\64bit)?

And would it be possible to add the error message as text to this issue, this would make it possible to convert it to English.

win10 64bit

error msg:
Windows photo viewer can't open this picture because either photo viewer doesn't support this file format, or you don't have the latest updates to photo viewer.

This may be due to errors in the function DllRegisterServer (@dllmain.cpp)

please refer https://github.com/peirick/FlifWICCodec
The FlifWICCodec works well on my computer.

Thanks for the info. I can reproduce the problem. Will investigate.

This issue has been closed with commit 54b183f

If you perform a git pull to the get latest code, rebuild the component and execute regsvr32 jpegls-wic-codec.dll again it should be resolved.