717 Commits

Author SHA1 Message Date
Oliver Schmidtmer
65cab331d1 Fix for writing TIFF pages with bogus or empty TAG_JPEG_INTERCHANGE_FORMAT_LENGTH 2016-12-15 17:44:58 +01:00
Harald Kuhr
ed6f70fb6d Added sequence writing illegal state tests 2016-12-12 22:33:37 +01:00
Harald Kuhr
a86b76256b #204 TIFF metadata refactor 2016-12-12 22:28:22 +01:00
Harald Kuhr
7a0660c4d7 #297 JPEGLossless no supports AC tables only image + multiple tables images 2016-12-12 22:10:02 +01:00
Harald Kuhr
753afd0c3d #300 TIFF old style JPEG inconsistent metadata 2016-12-12 21:26:31 +01:00
Harald Kuhr
65e3156429 Made JPEG lossless decoding seemingly much faster. 2016-11-29 19:51:45 +01:00
Harald Kuhr
4f659e41bf Better handling of potentially bad Exif thumbnails. 2016-11-23 21:07:18 +01:00
Harald Kuhr
6c9deb8768 #274 Fixed bug in 16 -> 8 bit downsampling of DQT, causing "Bogus marker length" IIOException 2016-11-23 20:40:48 +01:00
Harald Kuhr
0b030dde52 #290 TIFF Stream Medata support 2016-11-22 20:51:07 +01:00
Harald Kuhr
18705be7f6 #294 Fixed regression, reading JPEGs containing strange APPn markers without identifier string 2016-11-20 20:11:22 +01:00
Harald Kuhr
8cac4ee792 #291 Added leniency for TIFF structures with pointers to data beyond EOF (clean-up). 2016-11-18 20:27:15 +01:00
Harald Kuhr
2f836de500 #291 Test case for added leniency for TIFF structures with pointers to data beyond EOF. 2016-11-18 20:22:58 +01:00
Harald Kuhr
b12084c14c #291 Added leniency for TIFF structures with pointers to data beyond EOF. 2016-11-16 19:15:48 +01:00
Harald Kuhr
e71a4884e3 #291 Added leniency for TIFF structures with pointers to data beyond EOF. 2016-11-16 19:14:11 +01:00
Harald Kuhr
e0b9bdef7e #280 Support for bitsPerSample == 6, 10, 12, 14 & 24 2016-11-16 18:52:39 +01:00
Harald Kuhr
ab13084f44 #292 Preparing for Java 9 compatibility + general clean-up 2016-11-15 21:40:59 +01:00
Harald Kuhr
37e6d31ed9 #292 Made test cases Java 9 compatible. 2016-11-15 20:05:14 +01:00
Harald Kuhr
d4b3f3e04a #287 Support for TIFF with color map + discrete alpha channel. 2016-11-15 18:52:43 +01:00
Harald Kuhr
ee002dfc87 Typename fix for collection types. 2016-11-07 16:45:15 +01:00
Harald Kuhr
aff252f278 [maven-release-plugin] prepare for next development iteration 2016-11-02 19:37:07 +01:00
Harald Kuhr
654e111605 [maven-release-plugin] prepare release twelvemonkeys-3.3 2016-11-02 19:36:45 +01:00
Harald Kuhr
6d043d0208 [maven-release-plugin] rollback the release of twelvemonkeys-3.3 2016-11-02 19:31:52 +01:00
Harald Kuhr
e4b91ab34c [maven-release-plugin] prepare release twelvemonkeys-3.3 2016-11-02 19:27:22 +01:00
Harald Kuhr
34eb084d24 #212 TIFF subsampling fix 2016-11-02 19:06:12 +01:00
Harald Kuhr
3f6bc722bc Typo in TIFF tag name. 2016-11-02 09:36:11 +01:00
Oliver Schmidtmer
610f9bec9f Fix #268: Reading with source region for JPEG-in-TIFF 2016-10-19 16:00:04 +02:00
Harald Kuhr
17eeda210e #285: Fix for non-spec BMPs without palette. 2016-10-17 20:36:40 +02:00
Harald Kuhr
b116b4b5a7 #272: Fix for LZW decoding issue caused by runs way longer than buffer. 2016-10-10 21:46:39 +02:00
Harald Kuhr
afd8b28617 #182: Added more test files or better coverage. 2016-09-28 13:01:07 +02:00
Harald Kuhr
d4afbee0f5 #282 TIFFImageReader now supports compressed planar data in strips/tiles. 2016-09-28 12:37:47 +02:00
Harald Kuhr
51afe2d2e8 #182 Code clean up. 2016-09-09 13:59:03 +02:00
Harald Kuhr
7ac1589186 #182 Fixed bug in JFXXThumbnailReaderTest 2016-09-09 13:59:03 +02:00
Harald Kuhr
7d35400595 #182 Moved lossless support classes to main package for better encapsulation, sorted out license issues. 2016-09-09 13:59:03 +02:00
Harald Kuhr
673f3e5b53 #182 Massive refactorings to clean up metadata and segment handling 2016-09-09 13:59:03 +02:00
Harald Kuhr
15ce9d6b64 #182 Clean up after merge of #215 2016-09-09 13:59:03 +02:00
HermannKroll
ad269053ed add support for JPEG Lossless
JPEG Lossless files which are supported
https://github.com/rii-mango/JPEGLosslessDecoder can be read.

Careful: currently only supports
16, 8-bit grayscale and 24 bit rgb conversion for BufferedImages
2016-09-09 13:59:03 +02:00
Harald Kuhr
13bea23550 #276 Fix DHT inconsistency 2016-08-09 11:47:25 +02:00
Harald Kuhr
44401d9a0d #275 Fix infinite loop if EOF before header done 2016-08-08 11:27:12 +02:00
Harald Kuhr
c18893184b #228: TIFFImageWriter now correctly writes images with sample model translation. 2016-07-07 15:27:08 +02:00
Harald Kuhr
04a39158e5 #257, #229: Fixed LZW writing for < 8 bit, fixed StripByteCounts for uncompressed < 8 bit, disabled Predictor for < 8 bit.
Bonus rework of sequence writing and restored writing of uncompressed data for less fseeking.
2016-07-01 19:32:35 +02:00
Harald Kuhr
6673bb3536 Documentation. 2016-07-01 16:00:35 +02:00
Harald Kuhr
a29960e8ee #248 PSDImageReader now uses correct band indices for grayscale + alpha layers. 2016-06-30 14:21:30 +02:00
Harald Kuhr
478ed62cd1 Refactoring, pulling assertRGBEquals method up. 2016-06-30 14:15:29 +02:00
Harald Kuhr
054499b78a #269: Hopefully fix CI build again. :-) 2016-06-28 18:30:30 +02:00
Harald Kuhr
b0eb668ed4 #269: Fixed an issue with CMYK colors as CMYK being off. 2016-06-28 18:18:15 +02:00
Harald Kuhr
458ef92af5 #253: Fix for non-subsampled YCbCr encoded JPEG-in-TIFF being decoded as RGB. 2016-06-28 12:54:25 +02:00
Harald Kuhr
788b11e4fa Added TODO for more custom formats. 2016-06-28 10:49:10 +02:00
Harald Kuhr
775cede14d Added test for warning when encountering incorrect JPEGInterchangeFormatLength 2016-06-28 10:47:38 +02:00
Harald Kuhr
f4b61820ac #267: Reads monochrome images with gray ICC profile. 2016-06-23 16:15:22 +02:00
Harald Kuhr
9a6096664e #266: Fix NPE for empty streams. 2016-06-23 13:26:58 +02:00