Commit Graph

  • 5c6c9e3e26 Minor clean up and doc changes. Harald Kuhr 2011-02-16 22:13:12 +01:00
  • d772674223 Minor clean up and doc changes. Harald Kuhr 2011-02-16 22:11:03 +01:00
  • 4d9661f950 Added JPEG utils. Harald Kuhr 2011-02-14 16:59:38 +01:00
  • 8d5b775851 Added classes for color management. Harald Kuhr 2011-02-08 15:08:22 +01:00
  • f610c82cb7 Updated some copyright statements. Harald Kuhr 2010-10-13 17:04:11 +02:00
  • f419cfecdd Cleaned up the NIO buffered image classes. Harald Kuhr 2010-10-12 10:40:55 +02:00
  • 9d6f263b86 Cleaned up the NIO buffered image classes. Harald Kuhr 2010-06-13 20:29:25 +02:00
  • 7d4d007975 Rewritten the MappedBufferImage class, should now perform a lot better. Harald Kuhr 2010-06-13 00:50:28 +02:00
  • c982203361 Added sandbox-swing to sandbox. Harald Kuhr 2010-06-07 10:41:50 +02:00
  • 724d893ea6 Minor clean-up and fixing some typos. Harald Kuhr 2010-06-07 09:56:45 +02:00
  • b6ee5ce450 Clean-up of sandbox, rearranging everything. Added a couple of files that was never commited. Harald Kuhr 2010-06-07 09:55:35 +02:00
  • 1f60b62626 Some serious project clean-up. Harald Kuhr 2010-06-07 09:53:02 +02:00
  • 823854d40e Fixed known problem with listeners being removed inside the imageProgress callback. Clean-up, removed out-commented code, fixed typos etc. Harald Kuhr 2010-05-07 12:42:56 +02:00
  • e468484d68 Clean-up, fxed typos etc. Harald Kuhr 2010-04-30 14:33:23 +02:00
  • 037c0d078a Sandbox clean-up Harald Kuhr 2010-04-20 19:55:44 +02:00
  • 0d8920aec4 Merge commit 'upstream/master' Erlend Hamnaberg 2010-04-20 11:40:30 +02:00
  • 03d8e06819 line feed changes Erlend Hamnaberg 2010-04-20 11:07:43 +02:00
  • b643324ddb Merge commit 'hamnis/master' Harald Kuhr 2010-02-07 21:47:45 +01:00
  • f6bb0aeb1b set twelvemonkeys as prefix to artifact Erlend Hamnaberg 2010-02-07 21:46:51 +01:00
  • f3218d5819 Minor POM chamges/clean-up. Harald Kuhr 2010-02-07 21:40:53 +01:00
  • df27411c82 Merge commit 'hamnis/master' Harald Kuhr 2010-02-07 21:00:52 +01:00
  • 67e623f666 Merge commit 'hamnis/master' Harald Kuhr 2010-02-07 20:43:44 +01:00
  • 779f720aa0 Updated POMs to 2.3 release. 2.3 Harald Kuhr 2010-02-07 19:27:39 +01:00
  • 7ea9b8f537 Removed system out println. Harald Kuhr 2010-02-07 19:27:10 +01:00
  • 3050899903 Renamed servlet to own groupId. Fixed naming of ImageIO Erlend Hamnaberg 2010-02-07 19:17:13 +01:00
  • abdecf1d5e Reenabled now fixed test case Erlend Hamnaberg 2010-02-07 19:07:05 +01:00
  • 673527abe5 Merge branch 'master' of git://github.com/haraldk/TwelveMonkeys Erlend Hamnaberg 2010-02-07 19:03:55 +01:00
  • d2742b36de Fixed test cases that failed on JDK 1.6.0_17 (something's up with the JPEG encoding/default BG color of transparent images...). Harald Kuhr 2010-02-07 18:47:59 +01:00
  • 3d4d60c664 No longer closes the stream. The wrapped stream will take care of that. Harald Kuhr 2010-02-07 18:00:09 +01:00
  • 1c58bdbb81 Added a simple todo. Harald Kuhr 2010-02-07 17:58:13 +01:00
  • 4b7a17ba30 Fixed bug that XMLSerializer output wrong processing instructions. Harald Kuhr 2010-02-07 17:57:38 +01:00
  • 830035bcec 2.3-SNAPSHOT to 3.0-SNAPSHOT Erlend Hamnaberg 2010-01-29 20:06:18 +01:00
  • 41853cec7e disabled some failing test cases and moved test case to correct spot Erlend Hamnaberg 2010-01-29 20:03:37 +01:00
  • 5b7fcd5c95 Fixed some pom issues Erlend Hamnaberg 2010-01-29 19:47:05 +01:00
  • ee99550a65 Moving the rest Erlend Hamnaberg 2010-01-29 19:40:12 +01:00
  • 40e6486154 Moved files after merge Erlend Hamnaberg 2010-01-29 19:36:02 +01:00
  • 38d6c58eba Merge branch 'master' into 3.0-structure Erlend Hamnaberg 2010-01-29 19:27:10 +01:00
  • c310083d2a Merge branch 'master' of git://github.com/haraldk/TwelveMonkeys Erlend Hamnaberg 2010-01-24 23:13:33 +01:00
  • 5131e02e6c Released and tagg for internal use Øyvind Løkling 2010-01-05 14:42:38 +01:00
  • 261c6f8038 Implemented to/from CIEXYZ (via sRGB conversio) for completeness. Harald Kuhr 2009-12-27 16:34:13 +01:00
  • ef09b599f6 Updated metadataformat to use new Metadata classes (how did IDEA's refactorings miss this? Hmmm...) Harald Kuhr 2009-12-27 16:33:09 +01:00
  • 20d6e35640 Work in progress for PSD metadata support: - Added Rational class for EXIF datatype support - Added more EXIF fields/field names - Added/updated license in source files Harald Kuhr 2009-12-10 18:48:12 +01:00
  • d97a0cc00b Now allows 64 entries in the EHB pallette. Harald Kuhr 2009-12-07 13:45:41 +01:00
  • c7fd5b3dd9 Fixed a bug related to transcoding images with indexed color (ie. GIF) to JPEG. Thanks to Rune Bremnes for pointing it out and providing a patch and sample image! Harald Kuhr 2009-12-03 15:29:38 +01:00
  • 64b21b83bb Work in progress for PSD metadata support: - Implemented XMP Reader, Directory and Entry - More EXIF and IPTC changes - Cleaning up Harald Kuhr 2009-11-18 00:43:18 +01:00
  • d24c2c1b08 Work in progress for PSD metadata support: - Cleaned up EXIF, IPTC and XMP metadata classes. Harald Kuhr 2009-11-14 22:49:45 +01:00
  • aad80d043f Work in progress for PSD metadata support: - Refactored metadata support - Moved standard metadata support (EXIF, IPTC & XMP) to separate module - Changes to PSD metadata implementation Harald Kuhr 2009-11-14 22:42:21 +01:00
  • ec4334cbb5 Merge commit 'upstream/master' Erlend Hamnaberg 2009-11-11 21:47:48 +01:00
  • 27553dc47a Revert "Work in progress for PSD metadata support:" Erlend Hamnaberg 2009-11-11 21:47:31 +01:00
  • e8a4cc048c Revert "Work in progress for PSD metadata support:" Erlend Hamnaberg 2009-11-11 21:45:53 +01:00
  • f8b716687c cleanup Erlend Hamnaberg 2009-11-11 20:59:24 +01:00
  • effd80d42f - Added SubImageInputStream with test case. - Changed BufferedImageInputStream to return -1 instead of the hack throwing of unchecked IOException. Harald Kuhr 2009-11-09 20:17:59 +01:00
  • 0786949c1c It all works Erlend Hamnaberg 2009-11-08 19:52:30 +01:00
  • b8faa6e36f Sandbox Erlend Hamnaberg 2009-11-08 19:19:46 +01:00
  • 7167a7a4ad Core now moved to common. Erlend Hamnaberg 2009-11-08 19:01:36 +01:00
  • e0a6c0a2bd Missing file Erlend Hamnaberg 2009-11-08 18:47:32 +01:00
  • 6eaac4ec8b Fixed compile Erlend Hamnaberg 2009-11-06 21:37:08 +01:00
  • b3aa378f16 moving files around Erlend Hamnaberg 2009-11-06 21:36:46 +01:00
  • ad913b5093 fix coming problem Erlend Hamnaberg 2009-11-06 21:28:11 +01:00
  • 9b615de8ed Moving files around Erlend Hamnaberg 2009-11-06 21:26:32 +01:00
  • ba5f0a2f5f fix dependencies Erlend Hamnaberg 2009-11-06 21:17:10 +01:00
  • 2016be8f9a removed redundant files Erlend Hamnaberg 2009-11-06 20:14:25 +01:00
  • 45a42ea8a3 New structure Erlend Hamnaberg 2009-11-06 20:13:29 +01:00
  • 2ab9cbadee Some minor clean-up. Added package info to support packages. Harald Kuhr 2009-11-08 14:45:56 +01:00
  • d1cc3deec1 Bumping versions to 2.3-SNAPSHOT. Harald Kuhr 2009-11-08 14:44:58 +01:00
  • b7124585c5 Removed a misleading comment. Harald Kuhr 2009-11-08 14:43:39 +01:00
  • 69d77071b9 Allows passing object array to toCSVString method. Harald Kuhr 2009-11-08 14:43:16 +01:00
  • ceca94135b Added some TODOs.. Harald Kuhr 2009-11-08 14:42:10 +01:00
  • dbca2fc099 Minor changes in ANNO chunk written. Clean-up in reader. Harald Kuhr 2009-11-08 14:40:55 +01:00
  • 54cf727dee Work in progress for PSD metadata support: - Changes to native format spec - Implemented more of native format - Added several more resource type implementations - IPTC metadata support Harald Kuhr 2009-11-08 14:39:32 +01:00
  • 0d41db32cf Work in progress for PSD metadata support: - Implemented more of standard support - Changes to native format spec - Implemented more of native format - Minor changes in various resources due to meta data implementation Harald Kuhr 2009-11-07 06:54:48 +08:00
  • b5f6c96583 Work in progress for PSD metadata support: - Added PSDMetadata and PSDMetadataFormat - Implemented most of standard format - Start of native format definintion - Updated SPI and Reader to return new format Harald Kuhr 2009-11-06 09:26:47 +08:00
  • 34d874d69d Removed an old file that shouldn't have been committed... Harald Kuhr 2009-11-05 23:59:29 +08:00
  • bf5c6e9d47 Work in progress for PSD metadata support: - Implemented more of standard support - Changes to native format spec - Implemented more of native format - Minor changes in various resources due to meta data implementation Harald Kuhr 2009-11-06 23:54:48 +01:00
  • def1d47344 Work in progress for PSD metadata support: - Added PSDMetadata and PSDMetadataFormat - Implemented most of standard format - Start of native format definintion - Updated SPI and Reader to return new format Harald Kuhr 2009-11-06 02:26:47 +01:00
  • 5dab7eb1ff Removed an old file that shouldn't have been committed... Harald Kuhr 2009-11-05 16:59:29 +01:00
  • 9849aeb2a7 Removed some redundant comments. Harald Kuhr 2009-11-04 16:26:04 +01:00
  • 0a71af5405 Fixed reading of gray-scale IFFs. Added some comments & clean-up. Harald Kuhr 2009-11-04 16:08:20 +01:00
  • 96a74e0b81 Fixed numerous long-standing bugs in the IFFImageReader and IFFImageWriter. - Fixed EOF bug for RLE compressed BODY chunks with padding - Fixed alignment bug for rows (now 16 bit aligned/padded). - Added a couple of TODOs for more known bugs... - Some general clean-up. Harald Kuhr 2009-11-04 01:27:56 +01:00
  • c801926a02 Added default background color for transparent indexed images. Harald Kuhr 2009-11-04 01:23:38 +01:00
  • ebc365528a Added title to ProviderInfo. Added toString method. Harald Kuhr 2009-11-04 01:22:35 +01:00
  • 317ed16814 Added package info to manifest. Harald Kuhr 2009-11-04 01:21:39 +01:00
  • ecc79e0478 Added extra constructor to DecoderStream to allow for correct IFF reading. Doc clean-up. Harald Kuhr 2009-11-04 01:21:10 +01:00
  • 8572633686 Added manifest and provider info to all plugins. Harald Kuhr 2009-11-03 15:10:54 +01:00
  • 67b985bc1d ProviderInfo now returns "Unspecified" for unknown packages without version info. Harald Kuhr 2009-11-03 14:49:48 +01:00
  • 9c443f28e3 Fixed typos. Harald Kuhr 2009-11-02 23:24:56 +01:00
  • 46ab06f471 Made test cases more reliable. Harald Kuhr 2009-11-02 17:40:03 +01:00
  • 18b86f8d26 Added documentation and fixed typos. Harald Kuhr 2009-11-01 17:03:06 +01:00
  • 82fdde897d Added documentation and fixed typos. Harald Kuhr 2009-11-01 16:56:53 +01:00
  • f49a487c88 - Introduce new class ProviderInfo, to encapsulate Package info (vendor/version). - Rewritten Spi classes to use new class, to have vendor and version info injected from manifest. Harald Kuhr 2009-10-31 19:16:48 +01:00
  • fb2c555d21 Added method to serialize a subtree (Node) only. Added documentation. Minor clean-up. Harald Kuhr 2009-10-31 19:14:16 +01:00
  • 4bd0763d48 Bumping versions to 2.3-SNAPSHOT. Harald Kuhr 2009-10-31 19:11:31 +01:00
  • 4674b9e344 Bumping versions to 2.3-SNAPSHOT. Harald Kuhr 2009-10-31 19:10:27 +01:00
  • 68b30413ba toString now shows more useful info for clipping. Harald Kuhr 2009-10-25 23:34:34 +01:00
  • ebd9153e40 Cleaned up reading of layers. Harald Kuhr 2009-10-25 23:33:37 +01:00
  • 669f575585 Cleaned up reading of layers. Harald Kuhr 2009-10-25 21:08:42 +01:00
  • d04d4a9a97 Made fields final but accessible. Harald Kuhr 2009-10-25 21:08:11 +01:00
  • 17e8de8c99 Experimental reading of layers (8 bit channels only ATM). Harald Kuhr 2009-10-25 17:05:09 +01:00
  • ef7029f306 Making more fields accessible, needed for reading layers. Harald Kuhr 2009-10-25 17:04:14 +01:00
  • 30b97483bd Starting work on 2.3 release.. Harald Kuhr 2009-10-25 16:59:56 +01:00