11 releases

Uses new Rust 2024

0.1.10 Aug 4, 2025
0.1.9 May 16, 2025
0.1.8 Apr 30, 2025
0.1.3 Mar 30, 2025

#482 in Images

MIT license

20KB
434 lines

NImage

NImage is a crate that provides basic image processing functions.

Inspired by image crate.

It's no_std compatible, but still depends on alloc.

Features

  • TGA image import
  • PNG image import (requires std)
  • Drawing and getting pixels on image
  • Resizing images (bilinear algorithm)
  • Flipping images vertically and horizontally
  • Rotating images (by 90 deg, left and right)
  • Cutting (cropping) images

Dependencies

~1–1.9MB
~31K SLoC