Harald Kuhr
Harald Kuhr
Hi, This seems like a reasonable feature request. Do you have any specific needs/use cases that needs to be covered? Do you need to be able to write strips, or...
Hi Gareth, Depends on what you mean by ".raw". I've started working on support for camera RAW formats, like Canon CR2, Nikon NEF and Adobe DNG, some time ago. It's...
Hi Adrian, I'm currently at Devoxx, Belgium, learning all about JDK 9/Jigsaw and modularization. ;-) There should be no problem using the current binaries, as far as I can see....
Should not be a problem. In some cases the the JRE bundled TIFF plugin might be selected instead of the TwelveMonkeys one though, which may not be desirable, unless we...
@j-p-sequeira: I believe the warning you mention is resolved already in the lastest master. We no longer create the JPEG reader delegate by reflection, but instead using standard ImageIO. This...
Related: https://stackoverflow.com/q/53477690/1428606
@elect86 JPMS compatibility is certainly on the list of things I'd like to do, however, time budget (as it is, with no sponsors) is very limited. I'm not 100% sure...
A quick search reveals that I have no direct dependency on `xml-apis`, whoever, Batik does. `batik-extension-1.9.pom` (and other Batik 1.9 POMs) contains: ````xml xml-apis xml-apis 1.3.04 xml-apis xml-apis-ext 1.3.04 ````...
@elect86 I don't use Gradle (or the BOM) myself, but I assume you just depend on `com.twelvemonkeys.bom:bom` instead of the individual modules. @Schmidor Thanks for checking that out! Even if...
Should be doable... We could somehow expose the TIFF/BigTIFF flavor or pointer size in the `IFD` or `TIFFDirectory`, or just make it a parameter to `TIFFPage` based on the input...