Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 461 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 461 Bytes

JPEG library for SaC

This repository provides a module for SaC that is capable of dealing with JPEG images.

The module depends on the jpeg library and provides functionality to read a jpg image as an array of Color and save an array of Color as a jpg image.

Building the module

The module use CMake-based system for configuring, building, and installation.

$ mkdir build
$ cd build
$ cmake ..
$ make