1189 Commits

Author SHA1 Message Date
Harald Kuhr
a62a838a0d Fixed a minor dependency issue. All test-jar dependencies now has correct test scope.
(cherry picked from commit fa4586663ca3297dd1dd84daa93ab731a364eae9)
2020-11-19 21:42:31 +01:00
Harald Kuhr
75ff0f265f Better PFM support.
(cherry picked from commit 623d13a517b7b727076769976a2a9f4afe2a552f)
2020-11-19 21:42:31 +01:00
Harald Kuhr
15c7cfe9a6 Code clean-up.
(cherry picked from commit a7ebc1b52f68b6b73e63dfe8570847e3baf2df1b)
2020-11-19 21:39:58 +01:00
Harald Kuhr
1286077b02 Added PNMImageWriterTest
(cherry picked from commit f54f4370c0275fd246a8f0b4c3ed449d43d0acb3)
2020-11-19 21:39:56 +01:00
Harald Kuhr
5757743db7 Add missing tests.
(cherry picked from commit 5040e9fe8a8d07676fb9ce280a630229087705fb)
2020-11-19 21:39:55 +01:00
Harald Kuhr
fbaa13d48d Minor language fix.
(cherry picked from commit fc72cd34a19f238dff31131b47ce1ce1d49cf193)
2020-11-19 21:39:53 +01:00
Harald Kuhr
f12df442e9 Added section about re-packaging and Shade plugin.
(cherry picked from commit 6d71a3d3061537ebb3f59efd875a87b6e47c364c)
2020-11-19 21:39:51 +01:00
Harald Kuhr
0c0712ab30 Comment fix
(cherry picked from commit 86f8cf52a563d4197d6f6b3d6db2c4119f5a3bda)
2020-11-19 21:39:50 +01:00
Harald Kuhr
9267842788 #556 PICTImageReaderSpi no longer claim to decode known formats
(cherry picked from commit bda6544a5ffebdbcb921a19f1bcc7339e98afc13)
2020-11-19 21:39:48 +01:00
Harald Kuhr
bcffeb04ec #466 TGA extension size fix for 3ds max files
(cherry picked from commit 49c7cd197956c8dfccc7ec937b278f7a00c2d3a3)
2020-11-19 21:39:47 +01:00
Harald Kuhr
d1a1bab18c Code clean-up.
(cherry picked from commit 9dae58d5a68e94f4784642d7c6c48bedc428db08)
2020-11-19 21:39:47 +01:00
Harald Kuhr
6b5e75a22b Update readme to 3.6.
(cherry picked from commit ed14b971991951379365f975bd6d9caaea8a836b)
2020-11-19 21:39:47 +01:00
Harald Kuhr
7384118357 [maven-release-plugin] prepare release twelvemonkeys-3.6 twelvemonkeys-3.6 2020-07-10 22:49:16 +02:00
Harald Kuhr
4d833a50e5 TIFF constants. 2020-07-10 22:41:47 +02:00
Harald Kuhr
57b0fdac0b Fix JPEG tests mk II. 2020-07-10 22:29:23 +02:00
Harald Kuhr
e6bd94025f JPEG Metadata clean-up 2020-07-10 22:26:53 +02:00
Harald Kuhr
330a0414f0 Fix JPEG tests 2020-07-10 22:26:12 +02:00
Harald Kuhr
5cc201b46d JPEG Exif rotation in metadata + support 2020-07-10 22:05:46 +02:00
Harald Kuhr
7e55d7765d #550 Adobe path points now constrained to a more robust [-16...16] range 2020-07-10 19:29:50 +02:00
Harald Kuhr
8f942922fd #547 BMPImageWriterSpi now only claims to write TYPE_4BYTE_ABGR, and registers with low pri.
Better exception message for other image types.
2020-06-28 11:50:17 +02:00
Harald Kuhr
db5635e844 #535: Detect incorrect compression in TIFF CCITT stream. 2020-06-16 21:54:16 +02:00
Harald Kuhr
8bc952ba66 #464/#465 Collection fixes for forward compatibility. 2020-04-15 16:03:12 +02:00
Harald Kuhr
96cb3a07f4 #525: Fix for negative arrays size in old style JPEG in TIFF. 2020-04-15 13:28:56 +02:00
Harald Kuhr
cd6a6258b6 Formatting and proper comments 2020-04-15 12:26:41 +02:00
Harald Kuhr
a0fa2c08ac
Merge pull request #529 from actinium15/issue/526
#526 Preventing SSRF due to external resource refs in SVGs
2020-04-03 13:57:57 +02:00
Ashish Chopra
6642b1647a #526 Incorporating review comments
* moved the system-property-evaluation to static-block for more
  reliability
* updated impacted existing tests (which relied on external-resources) to
  leverage the new API
* set the value of system-property controlling external-resource-access
  to true in the test JVM for the sake of existing tests using
  SVGImageReader APIs not backed by SVRReadParams (.getWidth/.getHeight
  and such)
2020-03-30 18:29:34 +05:30
Ashish Chopra
5315caf830 #526 Fixed unnecessary 'overenginnering' in previous commit 🤦 2020-03-30 10:38:52 +05:30
Ashish Chopra
872523b0f0 #526 Incorporating review comments
* renaming accessors
* changing the default to disallow external resources
* introduced system-property for backwards compatibility
* honor system-property (if present) and SVGReadParams.isAllowExternalResources hasn't been called
  (as against ignoring system-property and reverting to 'block-by-default' if SVGReadParams.isAllowExternalResources invoked)
* added + updated test cases
2020-03-24 18:40:01 +05:30
Ashish Chopra
7bf99fb496 #526 Preventing SSRF due to external resource refs in SVGs 2020-02-25 11:26:16 +05:30
Harald Kuhr
a1047edddb
Merge pull request #522 from Schmidor/svg_size
#518 Parsing SVG width/height attributes
2020-01-31 15:50:24 +01:00
Oliver Schmidtmer
e956176872 #518 Fallbacks for aspect ratio, if only one dimension is given 2020-01-30 18:40:11 +01:00
Oliver Schmidtmer
6d2947b080 #518 Parsing SVG width/height attributes 2020-01-30 15:54:59 +01:00
Harald Kuhr
fb304d6c27 #520: Fix for incorrect serialization of single element arrays in metadata. 2020-01-29 20:58:34 +01:00
Harald Kuhr
903289caa4
Merge pull request #517 from KoenDG/small_cleanup
Minor code cleanup: Intellij suggested changes from static code analysis.
2020-01-29 09:38:57 +01:00
Koen De Groote
aff31ebd1b Intellij suggested changes from static code analysis. 2020-01-28 16:18:07 +01:00
Harald Kuhr
b6773f6983 Updated versions. 2020-01-22 22:43:42 +01:00
Harald Kuhr
0d28eb31d2 [maven-release-plugin] prepare for next development iteration 2020-01-22 21:47:25 +01:00
Harald Kuhr
4922ccf80b [maven-release-plugin] prepare release twelvemonkeys-3.5 twelvemonkeys-3.5 2020-01-22 21:47:17 +01:00
Harald Kuhr
f7ce772f84
Merge pull request #516 from haraldk/adobe-path-write
Adobe Path write support
2020-01-22 21:38:43 +01:00
Harald Kuhr
3d4bc0e69d #490: License. 2020-01-22 21:03:02 +01:00
Harald Kuhr
c721291a78 #490: Last minute API changes... 2020-01-22 20:51:39 +01:00
Harald Kuhr
5f9ea2e7c2 #490: Doc. 2020-01-22 20:49:18 +01:00
Harald Kuhr
c48af5acc7 #490: Minor API clean-up and documentation. 2020-01-22 20:35:41 +01:00
Harald Kuhr
8b86b57e63 #490: Fix for "incomplete" paths with implicit line back to start. 2020-01-22 20:06:30 +01:00
Harald Kuhr
420f78be88 #490: Fix for "incomplete" paths with implicit line back to start. 2020-01-17 16:44:42 +01:00
Harald Kuhr
d2b58ed20e #490: Now allows writing using standard TIFF writer in Java 9+ 2020-01-17 16:43:27 +01:00
Harald Kuhr
278ce6ef33 #490: Now allows writing paths in TIFF and JPEG. 2020-01-16 19:31:54 +01:00
Harald Kuhr
768bc30653 Merge branch 'master' into adobe-path-write 2020-01-15 15:11:31 +01:00
Harald Kuhr
d9d8419803 #514: Fix integer overflow in stripbytecounts computation. 2020-01-14 21:18:13 +01:00
Harald Kuhr
7a9523690c
Update LICENSE.txt 2020-01-14 20:40:38 +01:00