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)

2.2. Basic Operations

2.2.1. I/O

Author: 凉凉

Created: 2025-11-20 Thu 19:58

Validate