nimage 0.1.2

A simple imaging library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# NImage

NImage is a crate that provides basic image processing functions.

Inspired by [image](https://crates.io/crates/image) crate.

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

# Features

- [x] TGA image import.
- [x] Drawing and getting pixels on image
- [x] Resizing images (bilinear algorithm)
- [x] Flipping images vertically and horizontally
- [x] Rotating images (by 90 deg, left and right)
- [x] Cutting (cropping) images