[as-devel] CVS commit to afterstep-devel
root@aftercode.net
Fri, 7 Dec 2001 15:30:01 -0600 (CST)
Modified files:
Fri Dec 7 15:12:40 2001 libAfterImage/apps/asscale.c
Fri Dec 7 15:12:40 2001 libAfterImage/asimage.c
Fri Dec 7 15:12:40 2001 libAfterImage/asimage.h
Fri Dec 7 15:12:40 2001 libAfterImage/asvisual.c
Fri Dec 7 15:12:40 2001 libAfterImage/transform.c
ChangeLog:
When scale_asimage is called with quality set to POOR it will not interpolate pixels,
but merely duplicate existing ones. When scaling down is perfomed it will it will keep
averaging pixels values nevertheless.
Added tiling_range to ASImageOutput to allow filling of portion of the image with the
same scanline.
Fixed bug in enlarging algorithm causing corruption of the image near the right edge.