ykondrashyn / IMAGETURNER

Command line tool for processing of PGM images written in C. Rotating PGM images via rotation matrix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMAGETURNER

IMAGETURNER is test project aimed to develop a command line tool for image processing.

Features

  • Rotating image on arbitrary angle via rotation matrix
  • Histogram generation

Installation

$ git clone https://github.com/ykondrashyn/IMAGETURNER.git
$ cd IMAGETURNER
$ make

Usage

./simpleocr -i tux.pgm -r 30 -o output.pgm #rotate image by 30 degrees
./simpleocr -n -i tux.pgm #show info

About

Command line tool for processing of PGM images written in C. Rotating PGM images via rotation matrix.


Languages

Language:C 98.3%Language:Makefile 1.7%