ngageoint / tiff-java

Tagged Image File Format Java Library
https://ngageoint.github.io/tiff-java
MIT License
72 stars 34 forks source link

can we use this library to compile a tiff from multiple sources? #27

Closed alexgman closed 5 years ago

alexgman commented 5 years ago

I need to be able to compile 1 tiff from multiple image files such as png/pdf/gif/jpeg. Is it possible to do this with this library?

bosborn commented 5 years ago

This library is fairly low level, so that might be possible if you know the specifics on combining those images.