|
Siag Office
Shohei Mail
Webresolve
Pen
Dwatch
XMagick
Myhtml
Simple Database Library
Sdbsiod
mod_log_sdb
mod_sql_sdb
Sdbgrey
Ulric's Router Construction Kit
neXtaw
Mowitz
Kylie
O3read
Ucron
Parsecgi
Mr Big
Ulric's stuff
|
|
Changes in 0.1.0
000614 Updated the library and examples for ImageMagick 5.2.0.
Older versions of ImageMagick should still work, but
I have no longer any way to test that.
Restructured the files into new directories lib and doc.
Released 0.1.0.
991210 Make a linear search for a best match if XAllocColor fails.
Wrote manpage for the library and the functions.
991209 Keep the colour cache sorted to allow faster lookups. Speeds up
alloc_color dramatically, from O(n) to O(log n). Inserting into
the table is slower, from O(1) to O(n), but there are many more
lookups than insertions. See xmagick.c.
Another optimization: in many images, consecutive pixels on a
line are likely to have the same colour. Therefore we remember
the most recently used colour and check that first, so we don't
have to go through the table at all under these conditions.
New function: XMagickRGBBits determines how many bits are used
from each of the red, green and blue colour components
to create the rgb value. Valid values are 1-8.
Lower values give faster conversion at lower quality.
The default 5 is a reasonable compromise; lower values
give pretty heavy banding in gradients.
991205 Use acinclude.m4 to figure out necessary libraries for the demos.
Renamed the Widgets directory to examples and moved main.c there.
|
|
|