From: Zvi V. <ver...@gm...> - 2024-03-29 22:41:51
|
Hello, I have a 20 years old system currently using version 80b. I'm required to use 9f and using the code samples I ran the attached code: The pointer: jHeader is a 329 bytes used by the old system to decompress into a 192x192 gray scale image. But with the latest library I got: --------------------------------------------------------------------------------------------- Corrupt JPEG data: 1143 extraneous bytes before marker 0xcb Unsupported JPEG process: SOF type 0xcb ---------------------------------------------------------------------------------------------- Upon calling to* jpeg_finish_decompress*. Can you please tell what is wrong in my code ? If required, I can send also the compressed image and the jpeg header. Thank you, Zvika |