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
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
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
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
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
Oliver Schmidtmer
610f9bec9f
Fix #268 : Reading with source region for JPEG-in-TIFF
2016-10-19 16:00:04 +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
d4afbee0f5
#282 TIFFImageReader now supports compressed planar data in strips/tiles.
2016-09-28 12:37:47 +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
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
c2aa7e3150
#265 : Fix for old-style JPEG compressed TIFFs with incorrect JPEGInterchangeFormatLength
2016-06-17 16:10:02 +02:00
Harald Kuhr
a4a314a0f9
Merge pull request #251 from Schmidor/tiff_missing_photometric
...
Fallback for missing TIFFTag.PhotometricInterpretation
2016-06-02 12:14:51 +02:00
Harald Kuhr
b368da2154
Merge pull request #259 from Schmidor/copy_metadata
...
TiffWriter: copy image metadata to output
2016-06-02 12:14:04 +02:00
Harald Kuhr
e9388e55ec
#260 ProviderInfo fix
2016-06-02 11:24:57 +02:00
Harald Kuhr
8dd84930be
TIFF metadata fixes.
2016-06-02 11:24:38 +02:00
Harald Kuhr
621313e905
Added missing BSD headers.
2016-06-02 09:43:54 +02:00
Harald Kuhr
7773e7ba70
Initial TIFFStreamMetadata implementation.
2016-06-02 09:43:15 +02:00
Oliver Schmidtmer
a6cd991722
TiffWriter: copy image metadata to output
2016-06-01 14:46:33 +02:00
Harald Kuhr
3d68b61f72
#258 SPI typos
2016-06-01 10:12:29 +02:00
Oliver Schmidtmer
454ee32791
Fallback for missing TIFFTag.PhotometricInterpretation
2016-05-31 23:57:58 +02:00
Harald Kuhr
b129117ee9
#254 Fix NPE reading TIFF Metadata when BitsPerSample not set
2016-05-25 10:50:42 +02:00
Oliver Schmidtmer
ceb2c82e5c
Fix getNextChangingElement
...
The Testimage is distored without this change.
lastChangchingElement must be reduced by 2 as sometimes the nextChanchingElement is bevore the last chanching element. Reset the last bits does not work if the number is higher.
2016-05-24 16:39:59 +02:00
Harald Kuhr
70bb5de4de
Merge pull request #243 from Schmidor/faster_ccitt
...
CCITT speedup on getNextChangingElement
2016-05-11 11:05:40 +02:00
Oliver Schmidtmer
69d939042a
CCITT speedup on getNextChangingElement
2016-05-10 22:58:27 +02:00
Oliver Schmidtmer
fa0341f302
TMI #237 : Fix for CCITT images with more b/w changes than columns
2016-05-07 01:06:53 +02:00
Harald Kuhr
d9324ef634
Merge pull request #207 from Schmidor/tiff_sequencewriter
...
Enable sequence writing on TIFFImageWriter
2016-04-21 15:00:51 +02:00
Harald Kuhr
f9229028ee
Merge pull request #224 from Schmidor/tiff_oldjpeg_srcregion
...
Fix reading srcRegion for OLD_JPEG
2016-04-21 14:10:49 +02:00
Harald Kuhr
047884e3d9
#232 : Cleanup after merge of #225
2016-04-21 14:05:45 +02:00
Oliver Schmidtmer
e0e6e263ac
Testfile which claims to contain 6 rows, where the CCITT stream ends after 4
2016-02-23 23:25:45 +01:00
Oliver Schmidtmer
2258b4def2
More tolerant CCITT reading if the stream contains less lines than are tried to read
2016-02-17 15:08:06 +01:00
Harald Kuhr
a1de9ff448
#220 PlanarConfiguration now default to 1 (Chunky) according to the TIFF 6.0 spec.
2016-02-11 16:49:50 +01:00
Oliver Schmidtmer
98493b6c16
Fix reading srcRegion for OLD_JPEG
2016-02-03 00:20:24 +01:00
Oliver Schmidtmer
e4f193400d
Remove seeks on uncompressed tiffs to reenable streaming
2016-01-28 00:31:10 +01:00