[as-devel] CVS commit to afterstep-devel
CVS server (cvsroot@merilon.elfhame.net)
Wed, 25 Apr 2001 16:00:02 -0700
Modified files:
2001-04-25 15:30:53 include/asimage.h
2001-04-25 15:30:53 libasGUI/asimage.c
2001-04-25 15:30:53 libasGUI/import.c
2001-04-25 15:30:54 src/test/test.c
ChangeLog:
fixed bug in image loading where piexls would get shifted by one to the right.
added 14 image blending functions - almost matching that of the GIMP's
capabilities, except for multiply and divide modes, which I don't see much sense in.
Added RGB->HSV->RGB and RGB->HLS->RGB conversion functions.