936 Commits

Author SHA1 Message Date
Henrik Plate
66eae4ae00
Downport fix commit (#1080) 2025-01-17 08:54:50 +01:00
Harald Kuhr
c8745f4df7 [maven-release-plugin] prepare for next development iteration 2017-02-02 21:30:47 +01:00
Harald Kuhr
e8d427ae5f [maven-release-plugin] prepare release twelvemonkeys-3.3.2 twelvemonkeys-3.3.2 2017-02-02 21:30:39 +01:00
Harald Kuhr
c181f74fb0 #306 TIFF LZW write issue test case fix for 3.3 branch. 2017-02-02 21:18:56 +01:00
Harald Kuhr
c0f66b5584 #306 TIFF LZW write EOF issue
(cherry picked from commit 94d6ad1)
2017-02-02 21:11:30 +01:00
Harald Kuhr
69dcfe9713 #307 PIXTIFF ZIP compression 50013 support
(cherry picked from commit d57e414)
2017-02-02 21:11:07 +01:00
Harald Kuhr
5aac07f221 #307 PIXTIFF ZIP compression 50013 support
(cherry picked from commit 9199083)
2017-02-02 21:09:38 +01:00
Harald Kuhr
aa3e2cc019 #312, #313, #314 Fixed ClassCastException when rewriting compressed TIFF images.
(cherry picked from commit 6ea1ea8)
2017-02-02 21:06:07 +01:00
Harald Kuhr
b0108fe39b #306 TIFF LZW IndexColorModel issue + sequence index
(cherry picked from commit 762b596)
2017-02-02 20:58:11 +01:00
Harald Kuhr
3f6a27b75e Code clean-up.
(cherry picked from commit 10b8c11)
2017-02-02 20:42:54 +01:00
Harald Kuhr
cb2cf0721c Added sequence writing illegal state tests
(cherry picked from commit ed6f70f)
2017-02-02 20:42:26 +01:00
Harald Kuhr
f49b57b3de #297 JPEGLossless no supports AC tables only image + multiple tables images
(cherry picked from commit 7a0660c)
2017-02-02 20:36:25 +01:00
Harald Kuhr
22593e37f7 Made JPEG lossless decoding seemingly much faster.
(cherry picked from commit 65e3156)
2017-02-02 20:35:00 +01:00
Harald Kuhr
ad86bcda7e #300 TIFF old style JPEG inconsistent metadata
(cherry picked from commit 753afd0)
2017-02-02 20:32:01 +01:00
Harald Kuhr
41e6b041c9 [maven-release-plugin] prepare for next development iteration 2016-11-29 20:31:57 +01:00
Harald Kuhr
4e5127404f [maven-release-plugin] prepare release twelvemonkeys-3.3.1 twelvemonkeys-3.3.1 2016-11-29 20:31:51 +01:00
Harald Kuhr
2cede0e8cc Updating POM versions for bugfix release 2016-11-29 20:25:38 +01:00
Harald Kuhr
e189b5e14f #294 Fixed regression, reading JPEGs containing strange APPn markers without identifier string 2016-11-29 20:10:28 +01:00
Harald Kuhr
f0316f7ec5 #274 Fixed bug in 16 -> 8 bit downsampling of DQT, causing "Bogus marker length" IIOException 2016-11-29 20:09:42 +01:00
Harald Kuhr
654e111605 [maven-release-plugin] prepare release twelvemonkeys-3.3 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
Harald Kuhr
5ab3fdd1d3 Merge pull request #286 from Schmidor/TMI268
Fix #268: Reading with source region for JPEG-in-TIFF
2016-10-20 16:43:54 +02: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
288ad54c42 #261 Code clean up. 2016-09-28 12:13:35 +02:00
Harald Kuhr
5f12c88609 Merge pull request #261 from Schmidor/AffineTransformOp
Extended AffineTransformOp for a Graphics2D fallback on filter-method
2016-09-16 13:52:01 +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
b1ac99ba1a Added Me to Contributors 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
c7208c2c97 Clean up after merge. 2016-08-09 09:32:58 +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
7efd5ca0d8 Merge pull request #271 from escenic/the-area-of-interest
Improved area of interest
2016-06-30 14:28:58 +02:00
Harald Kuhr
fd285ca5ee Merge remote-tracking branch 'origin/master' 2016-06-30 14:21:48 +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
00c1285fe0 #248 PSDImageReader now uses correct band indices for grayscale + alpha layers. 2016-06-30 14:17:00 +02:00
Harald Kuhr
478ed62cd1 Refactoring, pulling assertRGBEquals method up. 2016-06-30 14:15:29 +02:00