Skip to main content

ouestcharlie-imageproc

Image processing coprocessor for OuEstCharlie — a Rust CLI (image-proc) bundled with a Python subprocess wrapper.

Handles all pixel-level operations: decoding, EXIF orientation, resize, fit, and encoding to AVIF or JPEG. Used by ouestcharlie-py-toolkit for thumbnail grid assembly and on-demand preview generation.

What's in this package

  • image-proc — Rust CLI that reads JSON requests from stdin and writes JSON responses to stdout (newline-delimited, persistent coprocessor model).
  • ouestcharlie_imageproc.image_proc — Python subprocess wrappers: OneTimeImageProc (fresh process per request) and PersistentImageProc (long-lived process with asyncio lock).

Supported formats

Format Notes
JPEG, PNG, WebP, TIFF Default, pure Rust, all platforms
RAW (CR2, NEF, ARW, DNG, RAF, ORF, RW2, PEF) Enable with IMAGE_PROC_FEATURE_RAW=1
HEIC/HEIF Enable with IMAGE_PROC_FEATURE_HEIC=1 — bundled into published wheels by default; requires libheif at build time only, none at runtime (its shared library is vendored into the wheel)

Building

Requires Rust stable, nasm, and (for HEIC) libheif:

# macOS
brew install nasm inih libheif

# Linux
sudo apt-get install nasm libheif-dev

# Windows
choco install nasm
# libheif via vcpkg — see .github/workflows/_build.yml for the bootstrap steps
# Install as editable (development)
pip install -e . --no-build-isolation

# Build release wheel
IMAGE_PROC_FEATURE_RAW=1 IMAGE_PROC_FEATURE_HEIC=1 hatch build --target wheel

Published wheels set both IMAGE_PROC_FEATURE_RAW and IMAGE_PROC_FEATURE_HEIC via CI — a bare pip install -e . or hatch build without the env vars excludes both, same as cargo build without --features.

Running tests

# Unit tests (no binary required)
.venv/bin/python -m pytest tests/ -v

# Integration tests (require compiled binary)
.venv/bin/python -m pytest tests_integration/ -v

# Rust tests
cd image-proc && cargo test

Design

See imageproc_LLD.md for the protocol specification, command reference, and build details.

Release files for ouestcharlie-imageproc 2.3.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for ouestcharlie-imageproc 2.3.2
File Size Uploaded
ouestcharlie_imageproc-2.3.2.tar.gz 2.5 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for ouestcharlie-imageproc 2.3.2
File Interpreter ABI Platform
ouestcharlie_imageproc-2.3.2-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
ouestcharlie_imageproc-2.3.2-cp313-cp313-manylinux_2_34_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.34+ x86-64 Details
ouestcharlie_imageproc-2.3.2-cp313-cp313-macosx_26_0_arm64.whl CPython 3.13 CPython 3.13 macOS 26.0+ ARM64 Details

Total release size: 20.5 MB

Release files / ouestcharlie_imageproc-2.3.2.tar.gz

Download URL ouestcharlie_imageproc-2.3.2.tar.gz
Size 2.5 MB
Tags Source
SHA-256 checksum
How to use checksums
0131070fbe48b508b0081e89fe50f79d82bc15b3673dd9b3e8542824d99dbde2
BLAKE2b-256 checksum
How to use checksums
f3f325040bf0940e3db11575b01f665880f30daa26d5621334a51daaeb2bb508
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 23, 2026.

Transparency log

Release files / ouestcharlie_imageproc-2.3.2-cp313-cp313-win_amd64.whl

Download URL ouestcharlie_imageproc-2.3.2-cp313-cp313-win_amd64.whl
Size 4.4 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
d57b7afbf27415931f7c5f19821a16ec0acb7647572c683fbeeb85d27a6ab29a
BLAKE2b-256 checksum
How to use checksums
ec484564ed5a2edea1f8f7d4e508d352e01861ed25ca0e481fb40940d1a971fb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 23, 2026.

Transparency log

Release files / ouestcharlie_imageproc-2.3.2-cp313-cp313-manylinux_2_34_x86_64.whl

Download URL ouestcharlie_imageproc-2.3.2-cp313-cp313-manylinux_2_34_x86_64.whl
Size 7.2 MB
Tags CPython 3.13 Linux glibc 2.34+ x86-64
SHA-256 checksum
How to use checksums
8bf706c9a67dec9aa03a98157e98a7b90d45ec7a52007aaa38f6a64b2436c912
BLAKE2b-256 checksum
How to use checksums
9d0b937939bfbe4cb9378952dfcb52e96b1f298c332ca26a0a6fa7a84c306729
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 23, 2026.

Transparency log

Release files / ouestcharlie_imageproc-2.3.2-cp313-cp313-macosx_26_0_arm64.whl

Download URL ouestcharlie_imageproc-2.3.2-cp313-cp313-macosx_26_0_arm64.whl
Size 6.4 MB
Tags CPython 3.13 macOS 26.0+ ARM64
SHA-256 checksum
How to use checksums
8e194b43e5a3709fff0789b8e7054f710787ff8d9e2544ac8338f24af1677b72
BLAKE2b-256 checksum
How to use checksums
166399e7ad6ca2991ffaa3b49900a29223c371145b2272dbef40e415934bd4df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 23, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

2.3.2 This release

4 release files

2.3.1

4 release files

2.3.0

4 release files

2.2.0

4 release files

2.1.0

4 release files

2.0.0

5 release files

1.0.0

5 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page