Skip to content
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

can we use this to compile tiff from multiple sources? #46

Open
alexgman opened this issue Aug 15, 2019 · 1 comment
Open

can we use this to compile tiff from multiple sources? #46

alexgman opened this issue Aug 15, 2019 · 1 comment

Comments

@alexgman
Copy link

I have files like png, gif, jpeg, pdf, and I need to be able to compile all of these into 1 tiff file. Can we use this library to do that?

@johnthad
Copy link

johnthad commented Aug 15, 2019

No. If you look on the Note on the README.md, you'll see that the create functions of LibTIFF are not supported.

photopea/UTIF.js says it supports encoding TIFF, but I've not tried it.

Using Java, I've merged various image types into PDF with Apache PDFBox. If you must have TIFF, you can try jai-imageio/jai-imageio-core, but again this if Java, not JavaScript (and my only experience with it is saving 1-bit images as TIFF with CCITT T.6 compression).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants