Harald Kuhr
Harald Kuhr
Hi Aleksey, In theory, if you have a 16 bit `BufferedImage` (backed by a `TYPE_USHORT` or `TYPE_SHORT` `DataBuffer`), you should just call `write` and it should work. For example: ```...
@eggnot I agree, but please create a new issue for that feature request. :-) ## Harald K
Hi Ilario, I haven't touched this code in years, so I'm not really sure what's going on here. It looks a bit like an overflow problem with the error distribution,...
Hi Thanks for reporting, In addition to sample code/file, can you please state the version of the TwelveMonkeys TIFF plugin you use and the Java version it runs on? I'm...
Hi again, Thanks for responding! I am investigating... Are you able to disclose what software does recognize the next IFD pointers as non-zero? I think I may have found an...
@BenMcLean Without seeing any of the TIFF files in question, it's hard to say. If you attach one or more such files, we could probably give some more details... Also,...
Hi Sebastian, I wasn't aware of this bug, but then again GIF isn't a format that I use frequently... It would be nice to have a GIF plugin as part...
@eolivelli There might be room for improvements in the JRE GIF plugin, both in efficiency and performance. But I wouldn't worry about reading metadata, as some of it *is needed*...
The current code is based on Kevin Weiner/FM Software's GIFDecoder/AnimatedGifEncoder (version 1.03). You'll find plenty of variations on the net, I can't remember exactly which one I used as a...
Hi Thomas, I believe this is a duplicate of #374. Can you try to build the latest master, and see if that fixes the exception? -- Harald K