100 Commits

Author SHA1 Message Date
Harald Kuhr
4839c61f5c TMI-106, TMI-118: PICT JDK 8 fix + cleanup 2015-03-19 14:49:52 +01:00
Harald Kuhr
824613b4f1 Clean-up: Removed some commented out code. 2015-03-18 09:41:01 +01:00
Harald Kuhr
07df550c0c Move unused class to sandbox. 2015-02-25 14:33:13 +01:00
Harald Kuhr
4424fc2648 Fix for PackBits16Decoder. 2015-02-17 15:27:29 +01:00
Harald Kuhr
27b2ff3745 TMI-84: LZWDecoder fixes for > 12 bit exception when using full 12 bit (4096 entries) table 2014-12-04 16:51:37 +01:00
Harald Kuhr
91e693724f TM-80: DecoderStream.skip now correctly skips the bytes it reports as skipped. 2014-11-04 16:15:55 +01:00
Harald Kuhr
98d82fb093 TMI-70: BMP image metadata + bonus listener delegation. 2014-10-31 12:35:55 +01:00
Harald Kuhr
3dae9e97da TMI-BMP: Support for more versions of BMP format 2014-10-24 16:38:35 +02:00
Harald Kuhr
6dd68dd54e [maven-release-plugin] prepare for next development iteration 2014-10-01 11:21:42 +02:00
Harald Kuhr
d054ee9bb1 [maven-release-plugin] prepare release twelvemonkeys-3.0 2014-10-01 11:21:34 +02:00
Harald Kuhr
845944b25f [maven-release-plugin] prepare for next development iteration 2014-10-01 10:32:30 +02:00
Harald Kuhr
d12f9bdbbd [maven-release-plugin] prepare release twelvemonkeys-3.0-rc7 2014-10-01 10:32:23 +02:00
Harald Kuhr
3e9820bb22 Prepare for new development 2014-10-01 10:25:34 +02:00
Harald Kuhr
2098e6a898 [maven-release-plugin] prepare release twelvemonkeys-3.0-rc6 2014-10-01 10:19:06 +02:00
Harald Kuhr
feb20eefdd [maven-release-plugin] prepare for next development iteration 2014-09-30 12:48:20 +02:00
Harald Kuhr
6977e52059 [maven-release-plugin] prepare release twelvemonkeys-3.0-rc6 2014-09-30 12:48:12 +02:00
Harald Kuhr
f914d15677 Rewrote test to use JUnit 4. 2014-09-29 11:24:12 +02:00
Harald Kuhr
64668807e0 Code clean-up after merge + Rewrote test to use JUnit 4. 2014-03-20 18:01:20 +01:00
Andreas Kohn
552ab24658 Fix conditions in #showEm()
* return when the pOriginal is null, not when it is non-null
  (Eclipse noticed a definitive NPE)
* return when running in headless mode (unit tests via maven)
2014-03-17 12:11:49 +01:00
Trygve Laugstøl
0ab9294004 [maven-release-plugin] prepare for next development iteration 2014-02-15 13:14:41 +01:00
Trygve Laugstøl
ed5a5e0dca [maven-release-plugin] prepare release twelvemonkeys-3.0-rc5 2014-02-15 13:13:39 +01:00
Harald Kuhr
55a373b0ff Code-style. 2013-11-28 14:53:31 +01:00
Harald Kuhr
534f964868 Minor API changes. 2013-11-20 20:18:10 +01:00
Harald Kuhr
39d3fc426e Clean-up after merge from guinotphil. 2013-11-15 17:41:34 +01:00
guinotphil
b5f2f9dbb8 Add a first implementation of toBuffered for ColorSeparation to handle CMYK pictures.
The code has been tested with a CMYK picture, but I have not been able to test alpha picture.
The code will probably also need to be improved to handle any kind of ColorSeparation picture.
Though, it's a nice base for further developments.
2013-11-15 16:02:35 +01:00
Harald Kuhr
a5e6346647 Documentation clean-up. 2013-10-31 12:32:35 +01:00
Harald Kuhr
1acc04eeaf TMC-IOENC-11: Fixed problem introduced when migrating byte[] -> ByteBuffer 2013-09-27 14:21:31 +02:00
Harald Kuhr
aebfad914f TMC-IOENC: Encoder implementation clean-up. 2013-09-13 17:04:10 +02:00
Harald Kuhr
d1f00ce817 TMC-IOENC: Decoder implementation clean-up. 2013-09-13 16:25:36 +02:00
Harald Kuhr
23ae6a966a TMC-IO: Fixed typos, no functional changes 2013-09-08 14:21:51 +02:00
Harald Kuhr
55bd82491f Moved old obsolete stuff to sandbox. 2013-09-08 14:20:13 +02:00
Harald Kuhr
c5f1d8101b Moved old obsolete stuff to sandbox. 2013-09-08 14:08:38 +02:00
Harald Kuhr
4c18c2a685 TMC-IMAGE: Added TODO, should probably retire class and move to sandbox 2013-09-08 13:53:01 +02:00
Harald Kuhr
55b161b115 TMC-IMAGE: Removed support for prehistoric JREs. 2013-09-08 13:41:16 +02:00
Harald Kuhr
f2ff00580a TMC-IOENC: Refactored Decoder to use ByteBuffer instead of byte[] for better readability/simpler code. 2013-09-08 13:39:13 +02:00
Harald Kuhr
cdce0aebff TMC-LANG: Code clean-up, added tests and fixed issues. 2013-06-06 19:51:07 +02:00
Harald Kuhr
f5b5e818c5 TMC-LANG: Made test case OS agnostic (now builds on Windows too). Thanks Omri Spector! 2013-06-06 16:57:35 +02:00
Harald Kuhr
28e2f3c21b TMC-CORE: Fixed typos 2013-06-05 10:47:57 +02:00
Harald Kuhr
2cf1c6e43b TMC-IMAGE: Fixed some typos. 2013-06-05 10:46:41 +02:00
Harald Kuhr
e72988aa7b TMC-IMAGE: Code clean-up. Removed obsolete code. No functional changes. 2013-06-05 10:45:31 +02:00
Harald Kuhr
dd0f382d3c TMC-XXXX: Code cleaun-up and fixed spelling errors. 2013-02-28 13:08:19 +01:00
Harald Kuhr
bb7e1a4258 TMC-XXXX: Added constructor exposing fast rendering flag. 2013-02-19 12:23:49 +01:00
Harald Kuhr
a0d4973d7f TMC-XXXX: Updated author + version number. 2013-02-15 13:08:14 +01:00
Harald Kuhr
d8867736b7 TMI-TIFF: Fixed several bugs in the LittleEndianDataInputStream needed for proper TIFF output (should affect other things as well...) 2013-02-15 12:55:37 +01:00
Harald Kuhr
00f47e81a4 TMI-XXX: New code style + minor housekeeping changes. 2013-01-31 15:41:59 +01:00
Harald Kuhr
8c4f9d3ed6 TMI-XXX: More leniency 2013-01-31 14:49:27 +01:00
Harald Kuhr
7260c5baea Removed obsolete methods. 2012-06-21 16:58:33 +02:00
Harald Kuhr
80d2f4ad89 Added test case.
Clean up + new methods.
2012-06-21 16:57:10 +02:00
Harald Kuhr
b0c2b4886f Added test case. No changes. 2012-06-21 16:56:25 +02:00
Harald Kuhr
5c9a3e8e58 Added test case. Fixed some minor issues. 2012-06-21 16:52:30 +02:00