-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old-style JPEG compression support is not configured. #15
Comments
Hi @atesz17, Sorry, this library does not support JPEG-based compressed TIFF files ( |
Okay, thanks for the answer :) Do you have any tips on dealing with JPEG-based compressed tiff files maybe? |
Hi Seiichi. |
Sorry for the too late response. To be honest, I don't remember well what was the problem. Sorry... I think that by using the latest libjpeg and emscripten, it might be different results ... |
Hello, I had the same issue and could make a working version of the build.sh script linked against the latest libJPEG. I could successfully load JPEG-encoded TIFF files using it. I sent the build script to seikichi by email, and i'm putting it here. It isn't 100% working : the automatic build of the libjpeg library fails for some reason i haven't been able to find. Until then, just run the script, and if it fails at building the jpeg library, run "emmake make clean", then the emconfigure / emmake lines manually, they'll work. Next, Comment those two lines in the script, and restart - you'll get through. I included the output i had in the zip file if you want to try it out. Keep in mind i learned about emscripten yesterday, and that you should thoroughly test this script out before using it. |
Thanks @Tetedeiench !!!!! 🙇 🙇 (cc: @aabdelsamad @atesz17 ) Thanks to your scripts, I could successfully build LibTIFF with libjpeg. I'll update this library on this weekend (working branch is here). Thank you! |
I just did the compiling of libjpeg, you're the one to thank for the project as a whole... Thank you friend ! I'm just happy my work can be of use to others ! |
Hi!
I'd like to open tiff files using your library, however I face the following error message. Could you tell me how I can configure your library to use this old-style JPEG compression?
Thanks in advance
The text was updated successfully, but these errors were encountered: