Skip to content

pixtreme

Version 1.4.0

pixtreme is a GPU-first image-processing library for Python, built on CUDA and CuPy. Its Frame-centric API keeps image data and processing operations on the GPU while providing explicit image semantics.

Installation

Install pixtreme with pip:

pip install pixtreme

Or add it to a uv project:

uv add pixtreme

Browse the Reference section in the site navigation for the complete public API.

Source code and issue tracking are available in the pixtreme repository.