Skip to content

prashantrahul141/image-rotation-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image rotation in C.

Rotate images using Sampling algorithm

Building

This uses a simple Makefile, just run (with make installed):

make

Usage

Usage:
    main [rotation in degrees] [file path]

example:

./main 15 ./images/pixel_art.png
./main 52 ./images/arch.png # or any arbitary angle
./main 180 ./images/2x2.png

Images

./images/pixel_art.png - Scene from KatanaZero.

About

Image rotation using sampling, implemeted in C.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published