40 Commits

Author SHA1 Message Date
KoenDG
d7dae90e2e The original condition of i bigger than mapsize will never be true, since i starts at 0.
The condition should be: i smaller than mapsize, if we want to loop over the mapsize.
2023-10-21 11:06:54 +02:00
Harald Kuhr
c531d4f5d3 Reverted test, glossed over flakyness in library instead. 2023-04-04 16:30:45 +02:00
Harald Kuhr
aa2e8e5d7e Fix flaky old test. 2023-04-04 16:06:42 +02:00
Harald Kuhr
511a29beb9 Minor AffineTransformOp clean-up + removed test output. 2021-10-29 11:05:24 +02:00
Koen De Groote
196081a317
Documentation cleanup (#612)
* Added the `@Deprecated` tag to instances where is was mentioned in documentation, but not for the actual code itself.

Changed one documentation link pointing at a non-existing item.

* As per PR suggestion.
2021-06-29 13:06:07 +02:00
Harald Kuhr
8f2c482167 Minor code clean-up. 2021-06-03 18:21:00 +02:00
Harald Kuhr
9e23413456 Fixed JavaDoc errors to enable Java 8 build. 2019-08-10 00:41:36 +02:00
Harald Kuhr
24c6682236 #311 Updated license headers to be the same as in the LICENSE.txt 2018-08-18 19:22:52 +02:00
Harald Kuhr
288ad54c42 #261 Code clean up. 2016-09-28 12:13:35 +02:00
Oliver Schmidtmer
2c4c6d5a48 Extended AffineTransformOp for a Graphics2D fallback on filter-method 2016-06-15 23:14:08 +02:00
Harald Kuhr
77bbc066e3 #249 Remove unnecessary part of test that breaks on 8u60+ 2016-05-25 18:40:29 +02:00
Harald Kuhr
2955054a72 Image now properly copied onto the destination, rather than the other way around... 2016-02-18 18:07:50 +01:00
Harald Kuhr
d5a35fa818 #195: Faster (and correct) test 2016-01-04 09:11:54 +01:00
Harald Kuhr
04a4c6e3ae #195: Fixed AIOOBE related to specific widths 2015-12-16 10:18:26 +01:00
Harald Kuhr
6db06414af #195 ArrayIndexOutOfBoundsException for ResampleOp in certain cases 2015-11-27 13:20:44 +01:00
Harald Kuhr
9f145a8684 Code clean-up. 2015-04-08 13:38:57 +02:00
Harald Kuhr
824613b4f1 Clean-up: Removed some commented out code. 2015-03-18 09:41:01 +01: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
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
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
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
00f47e81a4 TMI-XXX: New code style + minor housekeeping changes. 2013-01-31 15:41:59 +01:00
Harald Kuhr
0d83ab5483 Minor clean-up & doc changes. 2012-06-21 16:34:11 +02:00
Harald Kuhr
926359d9d2 New test cases.
Better exception handling of IMAGEERROR.
2012-03-21 10:13:03 +01:00
Harald Kuhr
e712df3862 More test cases. 2012-03-20 17:49:44 +01:00
Harald Kuhr
6ba32b657a Code clean-up, no functional changes. 2011-12-20 15:38:06 +01:00
Harald Kuhr
4b77d1c22a Clean-up, no functional change. 2011-10-13 09:55:02 +02:00
Harald Kuhr
1ba271af9d Minor fix for better error message. 2011-10-13 09:53:20 +02:00
Harald Kuhr
43cc440e67 New code style. No functional changes. 2011-02-17 12:36:40 +01:00
Harald Kuhr
b6ee5ce450 Clean-up of sandbox, rearranging everything.
Added a couple of files that was never commited.
2010-06-07 09:55:35 +02:00
Harald Kuhr
823854d40e Fixed known problem with listeners being removed inside the imageProgress callback.
Clean-up, removed out-commented code, fixed typos etc.
2010-05-07 12:42:56 +02:00
Erlend Hamnaberg
7167a7a4ad Core now moved to common. 2009-11-08 19:01:36 +01:00