cl-bmp
A library for dealing with Windows bitmaps (BMP, DIB, ICO, CUR)
$ area51 add cl-bmpCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-bmp:some-function ...)A library for dealing with Windows bitmaps (BMP, DIB, ICO, CUR)
$ area51 add cl-bmpCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-bmp:some-function ...)