Commit Graph

  • a5e4412d1a
    Merge pull request #566 from haraldk/dependabot/maven/imageio/junit-junit-4.13.1 Harald Kuhr 2020-10-13 10:36:20 +02:00
  • 651246566a
    Merge pull request #564 from haraldk/dependabot/maven/servlet/junit-junit-4.13.1 Harald Kuhr 2020-10-13 10:36:00 +02:00
  • fe8f854b17
    Merge pull request #565 from haraldk/dependabot/maven/contrib/junit-junit-4.13.1 Harald Kuhr 2020-10-13 10:35:47 +02:00
  • a4d20a4af4
    Bump junit from 4.7 to 4.13.1 in /common dependabot[bot] 2020-10-13 07:58:59 +00:00
  • 0643d5910a
    Bump junit from 4.7 to 4.13.1 in /imageio dependabot[bot] 2020-10-13 07:58:58 +00:00
  • c78a456985
    Bump junit from 4.7 to 4.13.1 in /contrib dependabot[bot] 2020-10-13 07:49:27 +00:00
  • 27017576d3
    Bump junit from 4.7 to 4.13.1 in /servlet dependabot[bot] 2020-10-13 07:39:02 +00:00
  • f1810be10a X Window dump support. Harald Kuhr 2020-10-07 19:50:00 +02:00
  • 021aba1a98 Better output when debugging readers. Harald Kuhr 2020-10-07 19:47:09 +02:00
  • a0b68adff3 Removed work in progress... Harald Kuhr 2020-10-02 09:58:34 +02:00
  • fa4586663c Fixed a minor dependency issue. All test-jar dependencies now has correct test scope. Harald Kuhr 2020-10-02 09:41:39 +02:00
  • 623d13a517 Better PFM support. Harald Kuhr 2020-09-25 19:35:55 +02:00
  • a7ebc1b52f Code clean-up. Harald Kuhr 2020-09-24 17:12:12 +02:00
  • f54f4370c0 Added PNMImageWriterTest Harald Kuhr 2020-09-24 17:11:19 +02:00
  • 5040e9fe8a Add missing tests. Harald Kuhr 2020-09-24 15:07:40 +02:00
  • fc72cd34a1 Minor language fix. Harald Kuhr 2020-09-24 09:54:14 +02:00
  • 6d71a3d306 Added section about re-packaging and Shade plugin. Harald Kuhr 2020-09-24 09:51:30 +02:00
  • 86f8cf52a5 Comment fix Harald Kuhr 2020-08-07 16:36:08 +02:00
  • bda6544a5f #556 PICTImageReaderSpi no longer claim to decode known formats Harald Kuhr 2020-08-07 16:31:29 +02:00
  • 49c7cd1979 #466 TGA extension size fix for 3ds max files Harald Kuhr 2020-08-07 11:24:55 +02:00
  • 9dae58d5a6 Code clean-up. Harald Kuhr 2020-08-07 08:49:37 +02:00
  • d0ff4f28e4 Updated latest release. Harald Kuhr 2020-07-10 23:55:07 +02:00
  • ed14b97199 Update readme to 3.6. Harald Kuhr 2020-07-10 23:51:15 +02:00
  • b94135a91c [maven-release-plugin] prepare for next development iteration Harald Kuhr 2020-07-10 22:49:24 +02:00
  • 7384118357 [maven-release-plugin] prepare release twelvemonkeys-3.6 twelvemonkeys-3.6 Harald Kuhr 2020-07-10 22:49:16 +02:00
  • 4d833a50e5 TIFF constants. Harald Kuhr 2020-07-10 22:41:47 +02:00
  • 57b0fdac0b Fix JPEG tests mk II. Harald Kuhr 2020-07-10 22:29:23 +02:00
  • e6bd94025f JPEG Metadata clean-up Harald Kuhr 2020-07-10 22:26:33 +02:00
  • 330a0414f0 Fix JPEG tests Harald Kuhr 2020-07-10 22:26:12 +02:00
  • 5cc201b46d JPEG Exif rotation in metadata + support Harald Kuhr 2020-07-10 22:05:46 +02:00
  • 7e55d7765d #550 Adobe path points now constrained to a more robust [-16...16] range Harald Kuhr 2020-07-10 19:29:50 +02:00
  • 8f942922fd #547 BMPImageWriterSpi now only claims to write TYPE_4BYTE_ABGR, and registers with low pri. Better exception message for other image types. Harald Kuhr 2020-06-28 11:50:17 +02:00
  • db5635e844 #535: Detect incorrect compression in TIFF CCITT stream. Harald Kuhr 2020-06-16 21:54:16 +02:00
  • 8bc952ba66 #464/#465 Collection fixes for forward compatibility. Harald Kuhr 2020-04-15 16:03:12 +02:00
  • 96cb3a07f4 #525: Fix for negative arrays size in old style JPEG in TIFF. Harald Kuhr 2020-04-15 13:28:56 +02:00
  • cd6a6258b6 Formatting and proper comments Harald Kuhr 2020-04-15 12:26:41 +02:00
  • a0fa2c08ac
    Merge pull request #529 from actinium15/issue/526 Harald Kuhr 2020-04-03 13:57:57 +02:00
  • 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) Ashish Chopra 2020-03-30 18:29:34 +05:30
  • 5315caf830 #526 Fixed unnecessary 'overenginnering' in previous commit 🤦 Ashish Chopra 2020-03-30 10:38:52 +05:30
  • 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 Ashish Chopra 2020-03-24 18:40:01 +05:30
  • 7bf99fb496 #526 Preventing SSRF due to external resource refs in SVGs Ashish Chopra 2020-02-25 11:26:16 +05:30
  • a1047edddb
    Merge pull request #522 from Schmidor/svg_size Harald Kuhr 2020-01-31 15:50:24 +01:00
  • e956176872 #518 Fallbacks for aspect ratio, if only one dimension is given Oliver Schmidtmer 2020-01-30 18:38:10 +01:00
  • 6d2947b080 #518 Parsing SVG width/height attributes Oliver Schmidtmer 2020-01-30 15:54:59 +01:00
  • fb304d6c27 #520: Fix for incorrect serialization of single element arrays in metadata. Harald Kuhr 2020-01-29 20:58:34 +01:00
  • 903289caa4
    Merge pull request #517 from KoenDG/small_cleanup Harald Kuhr 2020-01-29 09:38:57 +01:00
  • aff31ebd1b Intellij suggested changes from static code analysis. Koen De Groote 2020-01-28 16:18:07 +01:00
  • b6773f6983 Updated versions. Harald Kuhr 2020-01-22 22:43:42 +01:00
  • 0d28eb31d2 [maven-release-plugin] prepare for next development iteration Harald Kuhr 2020-01-22 21:47:25 +01:00
  • 4922ccf80b [maven-release-plugin] prepare release twelvemonkeys-3.5 twelvemonkeys-3.5 Harald Kuhr 2020-01-22 21:47:17 +01:00
  • f7ce772f84
    Merge pull request #516 from haraldk/adobe-path-write Harald Kuhr 2020-01-22 21:38:43 +01:00
  • 3d4bc0e69d #490: License. Harald Kuhr 2020-01-22 21:03:02 +01:00
  • c721291a78 #490: Last minute API changes... Harald Kuhr 2020-01-22 20:51:39 +01:00
  • 5f9ea2e7c2 #490: Doc. Harald Kuhr 2020-01-22 20:49:18 +01:00
  • c48af5acc7 #490: Minor API clean-up and documentation. Harald Kuhr 2020-01-22 20:35:41 +01:00
  • 8b86b57e63 #490: Fix for "incomplete" paths with implicit line back to start. Harald Kuhr 2020-01-22 20:06:30 +01:00
  • 420f78be88 #490: Fix for "incomplete" paths with implicit line back to start. Harald Kuhr 2020-01-17 16:44:42 +01:00
  • d2b58ed20e #490: Now allows writing using standard TIFF writer in Java 9+ Harald Kuhr 2020-01-17 16:43:27 +01:00
  • 278ce6ef33 #490: Now allows writing paths in TIFF and JPEG. Harald Kuhr 2020-01-16 19:31:54 +01:00
  • 768bc30653 Merge branch 'master' into adobe-path-write Harald Kuhr 2020-01-15 15:11:31 +01:00
  • d9d8419803 #514: Fix integer overflow in stripbytecounts computation. Harald Kuhr 2020-01-14 21:17:59 +01:00
  • 7a9523690c
    Update LICENSE.txt Harald Kuhr 2020-01-14 20:40:38 +01:00
  • e5c6832ec0 #490: Allow writing more TIFF fields. Harald Kuhr 2020-01-13 21:03:40 +01:00
  • 167686bdea #490: Minor debug cleanup. Harald Kuhr 2020-01-09 21:28:37 +01:00
  • d3249dc3d5 #490: Refactorings. Harald Kuhr 2020-01-09 21:25:41 +01:00
  • 5c1f51f3ca #490: Fixed roundtrip tests and tuned collinearity threshold. Harald Kuhr 2020-01-09 21:23:20 +01:00
  • fde3a5c2ab Updated version numbers. Harald Kuhr 2020-01-09 20:24:22 +01:00
  • 26d3de45a7 [maven-release-plugin] prepare for next development iteration 3.4-bugfix Harald Kuhr 2020-01-09 19:40:24 +01:00
  • 13507ce303 [maven-release-plugin] prepare release twelvemonkeys-3.4.3 twelvemonkeys-3.4.3 Harald Kuhr 2020-01-09 19:40:16 +01:00
  • a8508dc234 Stick to the git user, when using ssh Harald Kuhr 2019-08-12 21:12:17 +02:00
  • b3cf467f0b log4j removal Harald Kuhr 2020-01-07 13:44:40 +01:00
  • b0e6fbed9f #510: Fixes possible hang situation Harald Kuhr 2020-01-02 14:55:16 +01:00
  • c087addb76 #501: Fix for TYPE_USHORT_555/565_RGB, ColorModel now 16 bits Harald Kuhr 2019-10-11 16:56:00 +02:00
  • 250c58cc2e #289, #493: Finally implemented subsampling for < 8 bit samples Harald Kuhr 2019-08-29 19:06:05 +02:00
  • c33b3a76f4 Test correction for ViewBox based svg sizes Oliver Schmidtmer 2019-08-22 16:51:34 +02:00
  • f14e6823bd When rescaling SVGs use the ViewBox, if defined, for default sizes Oliver Schmidtmer 2019-08-22 16:28:23 +02:00
  • ae213dcf5e log4j removal Harald Kuhr 2020-01-07 13:44:40 +01:00
  • 51ace4ca7f #490: Refactorings, added initial detection of linked/unlinked segments, more tests. Harald Kuhr 2020-01-09 19:17:35 +01:00
  • f15bcc7df9 log4j removal Harald Kuhr 2020-01-07 13:44:40 +01:00
  • 6be86affd6 #490: Fixed tests Harald Kuhr 2020-01-02 15:32:06 +01:00
  • eec8268eb9 #490: Adobe Path PoC Harald Kuhr 2020-01-02 15:26:48 +01:00
  • 859b232f64 #490: Initial commit Adobe Path write. Harald Kuhr 2020-01-02 15:24:22 +01:00
  • 5501c0e709 #510: Fixes possible hang situation Harald Kuhr 2020-01-02 14:55:16 +01:00
  • 306d8ac5f6
    Merge pull request #505 from KoenDG/intellij_performance_analysis Harald Kuhr 2019-11-04 08:43:22 +01:00
  • d41f6a4465
    Update BMPImageReader.java Koen De Groote 2019-11-02 21:09:25 +01:00
  • 8ed5f06151 Changes suggested by Intellij in the category "Performance". Koen De Groote 2019-10-22 01:58:08 +02:00
  • 8e90f7bf81 Updated latest release,. Harald Kuhr 2019-10-11 17:33:05 +02:00
  • 42e17f2063 #501: Fix for TYPE_USHORT_555/565_RGB, ColorModel now 16 bits Harald Kuhr 2019-10-11 16:56:00 +02:00
  • f449a50d64 TIFF tile support. Harald Kuhr 2019-08-29 19:10:46 +02:00
  • 0c2433dc9f #289, #493: Finally implemented subsampling for < 8 bit samples Harald Kuhr 2019-08-29 19:06:05 +02:00
  • a5def1ba3d
    Merge pull request #495 from Schmidor/svg_rescale_viewbox Harald Kuhr 2019-08-22 19:59:07 +02:00
  • 810b7197ab Test correction for ViewBox based svg sizes Oliver Schmidtmer 2019-08-22 16:51:34 +02:00
  • 24a0786d64 When rescaling SVGs use the ViewBox, if defined, for default sizes Oliver Schmidtmer 2019-08-22 16:28:23 +02:00
  • c1ce4b066d Updated version numbers. Harald Kuhr 2019-08-12 21:54:15 +02:00
  • b6aec25f00 Stick to the git user, when using ssh Harald Kuhr 2019-08-12 21:12:17 +02:00
  • cae72336a2 [maven-release-plugin] prepare for next development iteration Harald Kuhr 2019-08-12 21:05:55 +02:00
  • c5bf0a6f0b [maven-release-plugin] prepare release twelvemonkeys-3.4.2 twelvemonkeys-3.4.2 Harald Kuhr 2019-08-12 21:03:23 +02:00
  • 691b7560db Switched Maven SCM to use ssh. Harald Kuhr 2019-08-12 20:40:50 +02:00
  • c1834dc78d Switched Maven SCM to use ssh. Harald Kuhr 2019-08-12 20:40:50 +02:00
  • e1025f9540 Fixed JavaDoc errors to enable Java 8 build. Harald Kuhr 2019-08-10 00:41:36 +02:00