Skip to content

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

Notifications You must be signed in to change notification settings

ykondrashyn/IMAGETURNER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published