MLX-CL/Image
MLX subsystem for Image Processing
Table of Contents
1. About
MLX-CL/IMAGE is a subsystem for using MLX-CL for image processing.
It is a collection of functions for manipulating the mlx-array as image,
color objects.
2. Usage
2.1. Load mlx-cl/image
To load mlx-cl/image:
(ql:quickload :mlx-cl/image)
To create a package using mlx-cl.image:
(defpackage #:mlx-image-demo ; you name it (:use :mlx-cl :mlx-cl.image)) (in-package :mlx-image-demo)