Harald Kuhr
d3249dc3d5
#490 : Refactorings.
2020-01-09 21:25:41 +01:00
Harald Kuhr
5c1f51f3ca
#490 : Fixed roundtrip tests and tuned collinearity threshold.
2020-01-09 21:23:20 +01:00
Harald Kuhr
51ace4ca7f
#490 : Refactorings, added initial detection of linked/unlinked segments, more tests.
2020-01-09 19:17:35 +01:00
Harald Kuhr
6be86affd6
#490 : Fixed tests
2020-01-02 15:32:06 +01:00
Harald Kuhr
eec8268eb9
#490 : Adobe Path PoC
2020-01-02 15:26:48 +01:00
Harald Kuhr
859b232f64
#490 : Initial commit Adobe Path write.
2020-01-02 15:24:22 +01:00
Harald Kuhr
5501c0e709
#510 : Fixes possible hang situation
2020-01-02 14:55:16 +01:00
Koen De Groote
d41f6a4465
Update BMPImageReader.java
...
Not using this change for now
2019-11-02 21:09:25 +01:00
Koen De Groote
8ed5f06151
Changes suggested by Intellij in the category "Performance".
...
Updated.
2019-10-22 11:51:24 +02:00
Harald Kuhr
42e17f2063
#501 : Fix for TYPE_USHORT_555/565_RGB, ColorModel now 16 bits
2019-10-11 16:56:00 +02:00
Harald Kuhr
f449a50d64
TIFF tile support.
2019-08-29 19:11:14 +02:00
Harald Kuhr
0c2433dc9f
#289 , #493 : Finally implemented subsampling for < 8 bit samples
2019-08-29 19:11:14 +02:00
Oliver Schmidtmer
810b7197ab
Test correction for ViewBox based svg sizes
2019-08-22 16:51:34 +02:00
Oliver Schmidtmer
24a0786d64
When rescaling SVGs use the ViewBox, if defined, for default sizes
2019-08-22 16:35:40 +02:00
Harald Kuhr
9e23413456
Fixed JavaDoc errors to enable Java 8 build.
2019-08-10 00:41:36 +02:00
Harald Kuhr
9ce1a86cae
#398 : Better exception message when BufferedImage size > Integer.MAX
2019-08-09 19:52:07 +02:00
Harald Kuhr
b0b5de5fa4
#477 : Better tests to for cyclic loops in IFDs.
2019-08-09 19:32:52 +02:00
Harald Kuhr
64178bd636
#474 : Fix java.awt.color.CMMException: Can not access specified profile
2019-08-08 23:33:08 +02:00
Harald Kuhr
7985cdd4a7
449# Missing test to verify that we ignore bogus 0 byte counts.
2019-08-08 23:17:08 +02:00
Harald Kuhr
8247861095
#492 : Now correctly parses multiple strings for ASCII fields.
2019-08-08 23:03:13 +02:00
Harald Kuhr
8480c929c1
#477 : Avoid cyclic loops in IFDs.
2019-08-08 22:41:41 +02:00
Harald Kuhr
ee049d9465
#488 : Fix for AIOOBE in getEmbeddedICCProfile when ICC profile is empty
2019-08-07 16:18:01 +02:00
Harald Kuhr
e8d1b999a2
#469 Fix for OOME while reading Exif with corrupted IFDs/counts
2019-08-07 15:55:24 +02:00
Harald Kuhr
d7fbd6594e
JPEG Exif parsing optimization.
2019-08-07 15:47:33 +02:00
Harald Kuhr
7fad4d5cd8
#475 : Fix support for writing TIFF > 2 GB
2019-02-12 20:40:08 +01:00
Harald Kuhr
3e4b14f984
#473 : Fix for ColorMap (Indexed) TIFF with non-alpha ExtraSamples.
2019-02-12 20:34:31 +01:00
Harald Kuhr
5ade293445
Merge pull request #458 from Schmidor/455
...
Fix for #455 : Ignore profiles PhotometricInterpretation MinIsWhite wi…
2019-02-12 20:29:31 +01:00
Oliver Schmidtmer
cbaa0dc688
Fix for #455 : Ignore profiles PhotometricInterpretation MinIsWhite with 1bit/pixel
2018-11-22 12:20:58 +01:00
Harald Kuhr
61bac97933
Fix test case for #446 in case of "Gerenic CMYK" profile not being available.
2018-10-26 22:28:31 +02:00
Harald Kuhr
3e9be32279
Better assertion failed messages.
2018-10-26 22:14:57 +02:00
Harald Kuhr
d41acaee05
Remnoved System.err.println
2018-10-26 22:13:25 +02:00
Harald Kuhr
a0955875d8
Test case for #446 .
2018-10-26 20:34:57 +02:00
Harald Kuhr
38ea0989d4
Merge pull request #446 from bernhardf-ro/master
...
Fix for corrupted output from non-RGB TIFF images with extra samples
2018-10-26 20:21:12 +02:00
Harald Kuhr
7e0de14783
Various Java 9 and beyond fixes:
...
- ExtraSamplesColorModel now overrides getComponentSize for correct size
- TIFFImageReader/WriterSpi now recognizes the JEP 262 TIFF plugin
- CCITTFaxEncoderStreamTest now directly creates writer (not JDK one)
2018-10-26 19:48:31 +02:00
Harald Kuhr
de34d4642e
Various Java 9 and beyond fixes.
2018-10-26 19:40:00 +02:00
Harald Kuhr
b86bad2bf9
Equals method for DiscreteAlphaIndexColorModel, needed for Java 10.
2018-10-11 22:36:41 +02:00
Harald Kuhr
cc5af0134c
#442 SVG BaseURI issue fix
2018-10-11 21:38:10 +02:00
Bernhard Fey
edcac25f5e
Added test file for non-alpha extra channel
...
Added test file for CMYK TIFF with non-alpha extra channel
2018-09-27 10:07:57 +02:00
Bernhard Fey
5a5c1f996b
Modified new create[ImageTypeSpecifier] method according to suggestions by @haraldk
...
Renamed "create" method to "createImageTypeSpecifier".
Added exception thrown for unsupported planarConfiguration values.
2018-09-26 10:56:49 +02:00
Bernhard Fey
f9b8cae0ea
Fix for non-RGB images with extra sample
...
Added "create" method to TIFFImageReader that centralizes the use of "createBanded" and "createInterleaved" as well as the "extra samples" special case and fixes non-RGB images with non-alpha extra samples
2018-09-25 10:24:20 +02:00
Harald Kuhr
586359e7ab
#379 TGA write
2018-09-08 16:04:06 +02:00
Harald Kuhr
5a3945c411
Merge remote-tracking branch 'origin/master'
2018-09-07 21:07:23 +02:00
Harald Kuhr
a7b374e51a
#311 Updated some more license headers that was left out in the initial change.
2018-09-07 21:07:08 +02:00
Harald Kuhr
1a1067a6bd
#82 ICO write
2018-09-07 21:02:12 +02:00
Harald Kuhr
d8d0131806
#437 Catching exception from static init, prints a warning and moves on.
2018-08-30 15:02:04 +02:00
Harald Kuhr
60180938d2
#439 : Unclear exception message when passing image metadata as stream metadata
2018-08-30 14:46:55 +02:00
Harald Kuhr
96901e020f
#83 ICNS write
2018-08-25 15:34:07 +02:00
Harald Kuhr
5e3229c9b7
Merge pull request #425 from ckovorodkin/jpeg-lossless-decoder-components
...
JPEGLosslessDecoder: Support for various component count.
2018-08-21 17:50:24 +02:00
Harald Kuhr
1228043d57
[maven-release-plugin] prepare for next development iteration
2018-08-18 20:29:07 +02:00
Harald Kuhr
83adf121e2
[maven-release-plugin] prepare release twelvemonkeys-3.4
2018-08-18 20:28:59 +02:00