[q-lang-cvs] q/modules/magick README-Magick,1.3,1.4
Brought to you by:
agraef
From: <ag...@us...> - 2003-12-29 03:17:56
|
Update of /cvsroot/q-lang/q/modules/magick In directory sc8-pr-cvs1:/tmp/cvs-serv29862 Modified Files: README-Magick Log Message: updated README Index: README-Magick =================================================================== RCS file: /cvsroot/q-lang/q/modules/magick/README-Magick,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** README-Magick 26 Dec 2003 03:10:48 -0000 1.3 --- README-Magick 29 Dec 2003 03:17:53 -0000 1.4 *************** *** 12,19 **** Please note that this is still work in progress. The basic operations to ! create, load and save images, and to retrieve and change image pixels are ! already in place. Things that still remain to be done are additional options ! for write_image (compression etc.) and support for the advanced image ! manipulation operations provided by libMagick. The module requires that you have ImageMagick installed, which should be --- 12,18 ---- Please note that this is still work in progress. The basic operations to ! create, load and save images, operations to retrieve and change the pixel ! data, and most image manipulation functions are already in place. Some of the ! more advanced image manipulation routines still need to be done. The module requires that you have ImageMagick installed, which should be *************** *** 31,35 **** Enjoy! :) ! Dec 26 2003 Albert Graef ag...@mu..., Dr....@t-... --- 30,34 ---- Enjoy! :) ! Dec 29 2003 Albert Graef ag...@mu..., Dr....@t-... |