1282 Commits

Author SHA1 Message Date
Harald Kuhr
bda6544a5f #556 PICTImageReaderSpi no longer claim to decode known formats 2020-08-07 16:31:29 +02:00
Harald Kuhr
49c7cd1979 #466 TGA extension size fix for 3ds max files 2020-08-07 11:24:55 +02:00
Harald Kuhr
9dae58d5a6 Code clean-up. 2020-08-07 08:49:37 +02:00
Harald Kuhr
ed14b97199 Update readme to 3.6. 2020-07-10 23:51:15 +02:00
Harald Kuhr
b94135a91c [maven-release-plugin] prepare for next development iteration 2020-07-10 22:49:24 +02: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
Harald Kuhr
e5c6832ec0 #490: Allow writing more TIFF fields. 2020-01-13 21:05:04 +01:00
Harald Kuhr
167686bdea #490: Minor debug cleanup. 2020-01-09 21:28:37 +01:00
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
fde3a5c2ab Updated version numbers. 2020-01-09 20:24:22 +01:00
Harald Kuhr
ae213dcf5e log4j removal 2020-01-09 19:18:15 +01:00
Harald Kuhr
51ace4ca7f #490: Refactorings, added initial detection of linked/unlinked segments, more tests. 2020-01-09 19:17:35 +01:00