yacy_search_server/source/de/anomic/ymage
low012 6fbda9ef4f *) cleaned up code
*) added new filter 'FILTER_INVERT' and new method ymageMatrix.invert() to use it (does not work where characters have been written with ymageToolPrint.print(), haven't found the reason yet)
*) fixed a possible arrayOutOfBoundsExceptions in filter() if y-value of area to use filter in was larger than height of image filter is used with


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4279 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-12-16 22:15:27 +00:00
..
ymage8BitFontGenerator.java *) created new 8 bit oldschool style font for possible future use 2007-04-05 21:05:16 +00:00
ymageBMPParser.java - Changed yFormatter handling to be more flexible and produce more readable code for server pages. There are serverObject.putNum() methods to allow adding of number type values in a formatted form, and put() methods for number types that add them without formatting. This reduces the need to transform them into Strings in server pages and removes the HTML encoding step which is unecessary for numbers. 2007-10-19 04:13:46 +00:00
ymageCaptcha.java removed CMY color model from ymage classes and re-introduced RGB color model 2007-12-06 01:06:17 +00:00
ymageChart.java some memory enhancements when generating and displaying ymage objects 2007-12-07 02:15:12 +00:00
ymageDemoApplet.java removed CMY color model from ymage classes and re-introduced RGB color model 2007-12-06 01:06:17 +00:00
ymageFontGenerator.java - smoothed ymage font 2007-12-10 01:47:04 +00:00
ymageGraph.java removed CMY color model from ymage classes and re-introduced RGB color model 2007-12-06 01:06:17 +00:00
ymageICOParser.java fix for BMP/ICO magic detection 2007-07-18 13:08:24 +00:00
ymageImageParser.java added bmp and ico image format to all parser/viewing methods 2007-07-15 12:55:41 +00:00
ymageMatrix.java *) cleaned up code 2007-12-16 22:15:27 +00:00
ymageToolCircle.java redesign of ymage classes 2007-01-15 23:31:50 +00:00
ymageToolPrint.java - smoothed ymage font 2007-12-10 01:47:04 +00:00