jai-imageio / jai-imageio-core

JAI ImageIO Core (without javax.media.jai dependencies)
Other
234 stars 87 forks source link

creating tiff from multiple sources and hosting on an azure function #67

Open alexgman opened 5 years ago

alexgman commented 5 years ago

I'd like to be able to compile 1 tiff file from multiple files (jpg, png, pdf). Is this possible with this library?

Also, I'd like to run this on an Azure Function. Has anyone ported this?