Summary Period: 2000-12-29 to 2005-11-29
[root]/helma/src/helma/image
imageio
(1 files, 179 lines)
gif
(3 files, 182 lines)
jimi
(1 files, 151 lines)
Total Lines Of Code:
5260 (2006-01-13 18:49)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 82 (100.0%) | 9224 (100.0%) | 112.4 |
hannes | 45 (54.9%) | 5427 (58.8%) | 120.6 |
lehni | 34 (41.5%) | 3546 (38.4%) | 104.2 |
michi | 3 (3.7%) | 251 (2.7%) | 83.6 |
fix bug #442: correct erroneous line separators, that occur when windows-encoded files are commited from unix
245 lines of code changed in:
made ImageIOGenerator the default ImageGenerator, JimiGenerator the fallback scenario
13 lines of code changed in:
code formating, slight speed improvments.
13 lines of code changed in:
Changed so it does not modify the source image any longer.
Speed improve.
45 lines of code changed in:
Repliced by ColorQuantizer
0 lines of code changed in:
Replaced Quantize by ColorQuantizer, which was freshly ported from the latest ImageMagick sources and updated with the Alpha Channel support that I added earlier to Qantize. This fixes a nasty bug when quantizing images with few colors (e.g. 32 -> 16 which often resultd in only 4 colors) and increases the general quality of color reduction a lot.
642 lines of code changed in:
compiler warned about 'unmappable' character in juerg lehnis name; changed umlauts to ascii
6 lines of code changed in:
Various changes to the imaging code:
- added Image.trim(), that trims an image based on a specified pixel, just like in Photoshop.
- saveAs exists in two versions now, one that takes a filename, the other an OutputStream + Mime type (first step toward an Java activation framework based approach)
199 lines of code changed in:
Add calls to Graphics.dispose() and Image.flush() whereever possible.
Rewrite protected resize to directly set image, width, and height.
31 lines of code changed in:
Check if Server.getServer() is not null before trying to get property from it.
8 lines of code changed in:
Bufix for a problem in the inital quantize code from Adam Doppelt, where unique pixels where calculated wrongly.
7 lines of code changed in:
Removed the OutputStream / mimeType versions of saveAs that broke compiling
2 lines of code changed in:
Bugfix to avoid an invalid Graphics2D object after changes to the internal image (crop, scale, reduceColors, ...).
75 lines of code changed in:
Fixed a bug that affected transparent parts of images.
15 lines of code changed in:
replaced the weird-bug-fix-line by this one, which should even be faster as no function calls are involved:
String fix = "" + alpha;
6 lines of code changed in:
correct comments.
4 lines of code changed in:
added a bugfix line for a very weird bug that only occurs from time to time, on some systems:
for more information, read the comments before the following line:
if (i == 0) Integer.toString(alpha);
16 lines of code changed in:
a few bug fixes so that dithering now actually works.
7 lines of code changed in:
added drawImage for other ImageWrapper objects
15 lines of code changed in:
Fix some more JavaDoc comments to stop javadoc from complaining.
16 lines of code changed in:
(35 more)
Generated by StatCVS 0.2.2