You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately the jpeg decoder seems to be having problems with jpeg images exported from Light Room. Attached is a sample jpg which exhibits the issue. The "jpgd" decoder cannot process it, but "stbi_load" works correctly on it. I may eventually find the time to fix it myself, but if somebody gets to it quicker than I can, that would be awesome...
[Console output]
C:\Users\gerai\source\repos\jpeg-compressor\bin>jpge.exe -d pexels-fiona-art-3631430-2-LR.jpg lr.tga
jpge/jpgd example app
Using jpgd::decompress_jpeg_image_from_file
Failed loading JPEG file "pexels-fiona-art-3631430-2-LR.jpg"!
C:\Users\gerai\source\repos\jpeg-compressor\bin>jpge.exe -d -s pexels-fiona-art-3631430-2-LR.jpg lr.tga
jpge/jpgd example app
Using stbi_load
Source JPEG file: "pexels-fiona-art-3631430-2-LR.jpg", image resolution: 3648x2736, actual comps: 3
Decompression time: 841.441ms
Wrote decompressed image to TGA file "lr.tga"
Success.
The text was updated successfully, but these errors were encountered:
Unfortunately the jpeg decoder seems to be having problems with jpeg images exported from Light Room. Attached is a sample jpg which exhibits the issue. The "jpgd" decoder cannot process it, but "stbi_load" works correctly on it. I may eventually find the time to fix it myself, but if somebody gets to it quicker than I can, that would be awesome...
[Console output]
C:\Users\gerai\source\repos\jpeg-compressor\bin>jpge.exe -d pexels-fiona-art-3631430-2-LR.jpg lr.tga
jpge/jpgd example app
Using jpgd::decompress_jpeg_image_from_file
Failed loading JPEG file "pexels-fiona-art-3631430-2-LR.jpg"!
C:\Users\gerai\source\repos\jpeg-compressor\bin>jpge.exe -d -s pexels-fiona-art-3631430-2-LR.jpg lr.tga
jpge/jpgd example app
Using stbi_load
Source JPEG file: "pexels-fiona-art-3631430-2-LR.jpg", image resolution: 3648x2736, actual comps: 3
Decompression time: 841.441ms
Wrote decompressed image to TGA file "lr.tga"
Success.
The text was updated successfully, but these errors were encountered: