Commit Graph

  • 5a0c596040 TMI-109: Fixed more possible NPEs because of missing SOF. Now throws IIOException immediately, if SOF is not found. Harald Kuhr 2015-03-07 12:00:52 +01:00
  • 37d4c03548 TMI-104: Fixed metadata inconsistency, 1 channel SOF now always interpreted as color space Gray, regardless of Adobe App14 marker. Harald Kuhr 2015-03-03 14:44:24 +01:00
  • d6f90b0b52 TMI-105: Handle (ignore) empty JFIF segment without throwing EOFException. Harald Kuhr 2015-03-03 09:09:40 +01:00
  • 5b95f57066 TMI-101, 102 & 103: Now better handles broken data (throws IIOException) and better detects bogus Adobe markers. Harald Kuhr 2015-03-02 10:29:19 +01:00
  • 1f99040927 TMI-101, 102 & 103: Now better handles broken data (throws IIOException) and better detects bogus Adobe markers. Harald Kuhr 2015-03-02 10:24:21 +01:00
  • d8f5293f94 Merge pull request #100 from JavadocMD/master Harald Kuhr 2015-02-27 09:03:34 +01:00
  • d3e6d9a9cf TMI-98: PSDMetadata member visibility fix. Tyler 2015-02-26 23:33:57 -07:00
  • 34cd913216 TMI-99: JPEGImageReader does not ignore incorrect color RGB profile for CMYK data Harald Kuhr 2015-02-26 21:52:16 +01:00
  • c3cafc63d8 TMI-98: Fix PSDMetadata to include layer info + Cleanup and other minor fixes. Harald Kuhr 2015-02-26 21:51:48 +01:00
  • 1cbfb1a074 Paths documentation. Harald Kuhr 2015-02-26 09:51:56 +01:00
  • 6d062cc49b Clean up + notes for ICC profile sanitizing. Harald Kuhr 2015-02-25 14:36:39 +01:00
  • 07df550c0c Move unused class to sandbox. Harald Kuhr 2015-02-25 14:33:13 +01:00
  • 815c1831c8 Create gh-pages branch via GitHub Harald Kuhr 2015-02-24 13:58:36 +01:00
  • 4424fc2648 Fix for PackBits16Decoder. Harald Kuhr 2015-02-17 15:27:29 +01:00
  • 7354b1f8c7 Fixed possible NPEs in Metadata. Harald Kuhr 2015-02-12 16:17:02 +01:00
  • ecfcea98df TMI-92: Color conversion between embedded ICC profile and sRGB now correctly applied for common case. Harald Kuhr 2015-02-02 10:04:15 +01:00
  • 025021442f TMI-91: Some minor POM changes. Harald Kuhr 2015-01-29 12:13:40 +01:00
  • ecab485ade Updated versions. Harald Kuhr 2015-01-28 15:28:52 +01:00
  • 94ed531fb2 TMI-41: Better handling of ICC Color Profiles. Now using different strategies to "sanitize" profiles, depending on the Color Management System in use. Harald Kuhr 2015-01-07 15:25:45 +01:00
  • f588d65565 TMI-41: Fix for CorbisRGB special handling testcase JDK 1.7+ Harald Kuhr 2015-01-06 12:45:54 +01:00
  • 662f12a41d Updated links and dependencies to latest release (3.0.2). Harald Kuhr 2015-01-05 10:18:47 +01:00
  • c278f5f1f2 [maven-release-plugin] prepare for next development iteration 3.0-bugfix Harald Kuhr 2015-01-03 16:22:05 +01:00
  • 4c276df63d [maven-release-plugin] prepare release twelvemonkeys-3.0.2 twelvemonkeys-3.0.2 Harald Kuhr 2015-01-03 16:21:59 +01:00
  • 98616e9c9e TMI-89: Test case Harald Kuhr 2015-01-03 16:04:17 +01:00
  • fa8a8be1e6 TMI-89: Test case Harald Kuhr 2015-01-03 16:04:17 +01:00
  • d8dedc86fc TMI-89: Fix exception in LZWDecoder for TIFF with LZW strings longer than strip/tile width Harald Kuhr 2015-01-02 17:45:56 +01:00
  • 1d2f7d678f TMI-89: Fix exception in LZWDecoder for TIFF with LZW strings longer than strip/tile width Harald Kuhr 2015-01-02 17:45:56 +01:00
  • 77e6600605 TMI-60: Support for clip paths in formats containing PSD resources Harald Kuhr 2014-12-16 11:38:24 +01:00
  • c2e9b585ff Added missing license headers. Harald Kuhr 2014-12-11 12:21:03 +01:00
  • 5def68c7e3 TMI-85: Support 16 bit signed int data Harald Kuhr 2014-12-08 10:50:26 +01:00
  • fe9f345d7b TMI-84: LZWDecoder fixes for > 12 bit exception when using full 12 bit (4096 entries) table Harald Kuhr 2014-12-04 16:51:37 +01:00
  • 87b6c817a0 Merge branch 'master' of github.com:haraldk/TwelveMonkeys Harald Kuhr 2014-12-04 18:04:25 +01:00
  • 27b2ff3745 TMI-84: LZWDecoder fixes for > 12 bit exception when using full 12 bit (4096 entries) table Harald Kuhr 2014-12-04 16:51:37 +01:00
  • 94144954e6 Updated links and references to 3.0.1 release. Harald Kuhr 2014-11-29 17:35:17 +01:00
  • 31c3fdc0fd [maven-release-plugin] prepare for next development iteration Harald Kuhr 2014-11-27 10:02:06 +01:00
  • 217d14095b [maven-release-plugin] prepare release 3.0.1 3.0.1 Harald Kuhr 2014-11-27 10:01:09 +01:00
  • 1ee21061bd Preparing POMs for bugfix release Harald Kuhr 2014-11-26 21:11:39 +01:00
  • 9539e8e2e5 Faster test. Harald Kuhr 2014-11-20 16:10:31 +01:00
  • a70105d23f TMI-81: Clean-up after refactorings. Harald Kuhr 2014-11-20 16:04:27 +01:00
  • 654f7e7a70 TMI-81: Support for 32 bit unsigned int color model. Bonus: Cleaned up creation of ImageTypeSpecifiers and added tests. Harald Kuhr 2014-11-20 15:57:36 +01:00
  • 00b15746e4 TM-80: DecoderStream.skip now correctly skips the bytes it reports as skipped. Harald Kuhr 2014-11-04 16:15:55 +01:00
  • 4b00945c9d TMI-80: PCXImageReader now correctly skips rows and applies source region. Re-enabled test in DCXImageReader that earlier failed. Harald Kuhr 2014-11-04 16:21:42 +01:00
  • 91e693724f TM-80: DecoderStream.skip now correctly skips the bytes it reports as skipped. Harald Kuhr 2014-11-04 16:15:55 +01:00
  • 36204f378d TMI-75: Fix offset bug in DCXImageReader (now with passing test) Harald Kuhr 2014-11-03 21:31:57 +01:00
  • a42ccd031b TMI-74: Make JPEG segment parsing more lenient (missing file). Harald Kuhr 2014-11-03 21:16:07 +01:00
  • 3be918e375 TMI-74: Make JPEG segment parsing more lenient (missing file). Harald Kuhr 2014-11-03 21:16:07 +01:00
  • b4fde6ff17 TMI-77: Fixed bug in predictor for tiled TIFFs. Harald Kuhr 2014-11-03 21:10:36 +01:00
  • b275d7f777 TMI-74: Make JPEG segment parsing more lenient Harald Kuhr 2014-11-03 21:05:58 +01:00
  • c544db9882 TMI-73: Now handles TIFF files using only the lower 8 bits of each 16 bit entry in the ColorMap. Harald Kuhr 2014-10-31 15:38:18 +01:00
  • 3c08cae093 TMI-77: Fixed bug in predictor for tiled TIFFs. Harald Kuhr 2014-11-03 21:10:36 +01:00
  • add6e07cae TMI-74: Make JPEG segment parsing more lenient Harald Kuhr 2014-11-03 21:05:58 +01:00
  • bc448b10e4 TMI-75: Fix offset bug in DCXImageReader Harald Kuhr 2014-11-03 21:04:44 +01:00
  • 6df540808b TMI-76: Support 34/32 bit in PCXImageReader Harald Kuhr 2014-11-03 21:03:26 +01:00
  • ecc896f80d TMI-73: Now handles TIFF files using only the lower 8 bits of each 16 bit entry in the ColorMap. Harald Kuhr 2014-10-31 15:38:18 +01:00
  • 9da706dfbb TMI-72: TIFFImageReader now allocates a buffer for LZW decoding same as image width. Harald Kuhr 2014-10-31 14:15:00 +01:00
  • 706b8a8631 TMI-72: TIFFImageReader now allocates a buffer for LZW decoding same as image width. Harald Kuhr 2014-10-31 14:15:00 +01:00
  • 98d82fb093 TMI-70: BMP image metadata + bonus listener delegation. Harald Kuhr 2014-10-31 12:35:55 +01:00
  • 711d2bdc32 Updated pom to latest Sonatype parent, allowing parallel builds. Harald Kuhr 2014-10-28 13:20:03 +01:00
  • 977ecb0482 TMI-71: ...and the test case verifying it. Harald Kuhr 2014-10-28 12:32:53 +01:00
  • c7be29f65e TMI-71: ...and the test case verifying it. Harald Kuhr 2014-10-28 12:32:53 +01:00
  • 8143c957bf TMI-71: Now ignores ICC color profile if type/component count does not match image data. Harald Kuhr 2014-10-28 10:08:24 +01:00
  • 8669a986c5 TMI-71: Now ignores ICC color profile if type/component count does not match image data. Harald Kuhr 2014-10-28 10:08:24 +01:00
  • 73eaef3347 Removeing file that shouldn't be committed. Harald Kuhr 2014-10-24 16:46:51 +02:00
  • 25f7c6f695 Merge branch 'master' of github.com:haraldk/TwelveMonkeys Harald Kuhr 2014-10-24 16:40:19 +02:00
  • 3dae9e97da TMI-BMP: Support for more versions of BMP format Harald Kuhr 2014-10-24 16:38:35 +02:00
  • f824fa1578 TMI-ICNS: POM fix. Harald Kuhr 2014-10-24 16:33:18 +02:00
  • a5d703b29b TMI-69: TIFFImageReader may throw IndexOutOfBoundsException if width not a multiple of tileWidth. Harald Kuhr 2014-10-16 14:42:49 +02:00
  • a5ce94957c TMI-69: TIFFImageReader may throw IndexOutOfBoundsException if width not a multiple of tileWidth. Harald Kuhr 2014-10-16 14:42:49 +02:00
  • f9837d4540 TMI-DNG: Adding @Ignore on tests Harald Kuhr 2014-10-15 12:27:05 +02:00
  • 7728a912b1 TMI-CR2: Commented out lossless JPEG. Harald Kuhr 2014-10-15 12:26:29 +02:00
  • 923598636e POM including camera RAW plugins. Harald Kuhr 2014-10-15 12:23:49 +02:00
  • 6ab0e64107 TMI-DNG: Initial commit. Harald Kuhr 2014-10-15 12:22:55 +02:00
  • f69f706f60 TMI-NEF: Initial commit. Harald Kuhr 2014-10-15 12:22:38 +02:00
  • 53dd493cfa TMI-CR2: Initial commit. Harald Kuhr 2014-10-15 12:22:12 +02:00
  • a8880e9dad TMI-JPEG: Work in progress for lossless support Harald Kuhr 2014-10-15 12:18:27 +02:00
  • 607502fbbd Merge pull request #68 from haraldk/master Harald Kuhr 2014-10-15 12:17:05 +02:00
  • ab85ab9bcc TMI-META: Now parsing SubIFDs. Harald Kuhr 2014-10-15 12:16:06 +02:00
  • b7265a5117 Fixed some typos. Harald Kuhr 2014-10-10 10:06:21 +02:00
  • 5cb44fa20b Fixed some typos. Harald Kuhr 2014-10-10 10:06:21 +02:00
  • a1769cd40b TMI-67: Handle broken old-style-jpeg from Snowbound software. Harald Kuhr 2014-10-09 18:26:40 +02:00
  • 00e68d6035 TMI-67: Handle broken old-style-jpeg from Snowbound software. Harald Kuhr 2014-10-09 18:26:40 +02:00
  • 35f63ab972 Updated readme with links to IIORegistry API docs. Harald Kuhr 2014-10-07 10:35:44 +02:00
  • 7fc9e18a2d RIP imageio-jmagick module. Harald Kuhr 2014-10-06 15:36:02 +02:00
  • 33f3c51d37 Merge branch 'master' of github.com:haraldk/TwelveMonkeys Harald Kuhr 2014-10-02 16:13:54 +02:00
  • 2753d2d6b4 TMI-PCX: Added license headers. Harald Kuhr 2014-10-02 16:10:06 +02:00
  • 884be6cba1 TMI-SGI: Added license headers. Harald Kuhr 2014-10-02 16:08:54 +02:00
  • c7c8f0f67b TMI-TGA: Added license headers. Harald Kuhr 2014-10-02 16:08:03 +02:00
  • 8ebb32db96 TMI-PNM: Added license headers. Harald Kuhr 2014-10-02 16:07:04 +02:00
  • c9ba5feb43 TMI-TGA: Now compiles with Java 6. Harald Kuhr 2014-10-02 16:04:04 +02:00
  • 9c97860e54 Update README.md Harald Kuhr 2014-10-01 20:04:43 +02:00
  • 72e3f80de6 Updated with new formats for 3.1. Harald Kuhr 2014-10-01 16:29:10 +02:00
  • 1cebf9b310 Updated with new formats for 3.1. Harald Kuhr 2014-10-01 16:27:31 +02:00
  • c420ea19aa Updated with new formats for 3.1. Harald Kuhr 2014-10-01 16:12:27 +02:00
  • a96d9e192e Fixing bad POM version Harald Kuhr 2014-10-01 15:35:40 +02:00
  • 5313ffd6fc TMI-PCX: Initial commit. Harald Kuhr 2014-10-01 14:34:51 +02:00
  • 74637105b8 TMI-SGI: Initial commit. Harald Kuhr 2014-10-01 14:26:22 +02:00
  • 6967081aa1 TMI-TGA: Initial commit. Harald Kuhr 2014-10-01 14:18:04 +02:00
  • eca8f84f6e TMI-PNM: Initial commit. Harald Kuhr 2014-10-01 14:13:04 +02:00
  • c6558d7433 POM-changes for 3.1 development. Harald Kuhr 2014-10-01 13:43:23 +02:00
  • 2dd489f6ac Maven release plugin clean-up. Harald Kuhr 2014-10-01 13:28:01 +02:00