nimage 0.1.2

A simple imaging library
Documentation

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.
  • 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