[cello-cvs] CVS cello/cl-magick
ktilton
ktilton at common-lisp.net
Sat Jun 3 12:06:00 UTC 2006
Update of /project/cello/cvsroot/cello/cl-magick
In directory clnet:/tmp/cvs-serv8832/cl-magick
Modified Files:
magick-wand.lisp
Log Message:
Somewhat resurrected; clean compile anyway
--- /project/cello/cvsroot/cello/cl-magick/magick-wand.lisp 2006/05/17 16:14:29 1.1
+++ /project/cello/cvsroot/cello/cl-magick/magick-wand.lisp 2006/06/03 12:05:55 1.2
@@ -319,8 +319,31 @@
"MagickWriteImages" (:void *wand :string filename :unsigned-int adjoinp) ;; 0=false
)
+(dfenum storagetype
+ char-pixel
+ short-pixel
+ integer-pixel
+ long-pixel
+ float-pixel
+ double-pixel)
-
+(dfenum filtertypes
+ undefined-filter
+ point-filter
+ box-filter
+ triangle-filter
+ hermite-filter
+ hanning-filter
+ hamming-filter
+ blackman-filter
+ gaussian-filter
+ quadratic-filter
+ cubic-filter
+ catrom-filter
+ mitchell-filter
+ lanczos-filter
+ bessel-filter
+ sinc-filter)
(ffx::defun-ffx-multi :unsigned-long "imagick"
"MagickGetImageColors" (:void *wand)
More information about the Cello-cvs
mailing list