Skip to content

bernecky/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

About

JPEG library for SaC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 54.9%
  • C 45.1%