Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 619 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 619 Bytes

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.