cl-bmp

2023-10-21

A library for dealing with Windows bitmaps (BMP, DIB, ICO, CUR)

Upstream URL

github.com/shinmera/cl-bmp

Author

Yukari Hafner <shinmera@tymoon.eu>

Maintainer

Yukari Hafner <shinmera@tymoon.eu>

License

zlib
README
# About cl-bmp This library implements encoding and decoding for Windows bitmap formats (BMP, DIB, ICO, CUR). ## How To Read a file with ``read-bmp`` or ``read-ico``. From there you can decode the pixel data with ``decode-pixels``. The other way around works with ``encode-pixels`` and ``write-bmp`` / ``write-ico``. See the ``ico`` and ``bmp`` descriptions for information on additional fields.

Dependencies (2)

  • binary-structures
  • documentation-utils

Dependents (0)

    • GitHub
    • Quicklisp