dragon66 / icafe

Java library for reading, writing, converting and manipulating images and metadata
Eclipse Public License 1.0
204 stars 58 forks source link

Allow InputStreams as parameter when merging TIFFs #44

Closed dicer closed 7 years ago

dicer commented 7 years ago

I have inputstreams avaible in my server environment. Would be a shame to have to save them to disk again (where they are already cached anyway by the app server). Works flawlessly for a couple of weeks now

dicer commented 7 years ago

But InputStream is abstract, are you sure this is the version working for you?

You mean because of new InputStream[images.length]? That just creates an array of that type, not a new class. So compiles and works here :)

dragon66 commented 7 years ago

@dicer no issue now. I realized that after I sent the request to you.