Releases: minahermina/imglib
Releases · minahermina/imglib
v0.1.0 - Initial Release
Overview
This is the first official release of imglib
, a minimal and portable image processing library.
Key Features
- Partial support for PNM formats (PPM, PGM only)
- Basic image processing utilities (
img_resize
,img_rgb2gray
,img_add
) - Lightweight and portable design
- Simple API for easy integration