henricasanova / jpegfunk

Tiny C program that applies a funky filter to an image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jpegfunk

A C program that applies a funky filter to a jpeg image.

Dependencies:

  • libjpeg (on Ubuntu: sudo apt install libjpeg-dev)

How to build and install it:

mkdir build && cd build && cmake .. && make && sudo make install

About

Tiny C program that applies a funky filter to an image

License:GNU General Public License v3.0


Languages

Language:C 93.6%Language:CMake 6.4%