Skip to content

SacBase/stdlib-jpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published