Harald Kuhr
Harald Kuhr
Hmmm... I started work on this, but I think I found some offset issues in the `TIFFImageWriter` as well, related to how we write strip/tile offsets etc. 😕
Thanks for putting it on the list! Might happen some day. :-) See [this Stack Overflow question](http://stackoverflow.com/q/17254490/1428606) for background. Best regards, ## Harald K
@Schmidor Good point promoting the utility method! 😀 Of course, should this be implemented, we also need to take orientation into account for the `getWidth()/getHeight()` methods, the meta data etc....
@asc75 It's on the "nice to have" list, but not part of any planned milestone or anything.
Hi Mikhail, The "correct" way to do so, would be to use the `readRaster` method, but as you see it's not implemented as there hasn't been any demand yet. This...
Sorry, no. If you prefer Java, you could have a look at my low-level `com.twelvemonkeys.imageio.metadata.tiff.TIFFReader` class, which only parses the TIFF structure (used internally in the `TIFFImageReader` for this purpose)....
Short answer, no. Long answer: I would love to implement that, and it would be a great thing to have! However, it's a big task and needs either contributions from...
Hi Gunther, I'll look into it! I'm a bit overworked these days, so it may take some time. Also I don't have access to a Windows machine at this time....
@wigun is this still an issue? I realize it's a bit late, but I haven't had access to a Windows machine for ages, so I haven't been able to reproduce...
Hi Matthew, Thank you for this great contribution! I just had a quick look at the code so far, and it looks quite impressive! I will try to merge this...