Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ologn-tech/libmpix

 
 

Repository files navigation

libmpix

The library for microcontroller pixel processing.

See the documentation for how to use it.

JPEGENC

The JPEG encoder implementation comes from Larry Bank at https://github.com/bitbank2/jpegenc, and was temporarily imported into the repo by copying it over to experiment.

An ongoing project is to integrate that library as a submodule instead of copying it, centralizing the maintenance and improvement into the upstream repository.

Media conversion

There is an upcoming project to repackage as many functions as possible into a bare-bone library with extremely low-level API, to allow these basic blocks to be used across several libraries, each integrating the accelerated low-level implementation their own way. sparkfun/micropython-opencv#44

About

Library for Microcontroller Pixel processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.1%
  • CMake 3.6%
  • C++ 1.2%
  • Linker Script 0.4%
  • Shell 0.3%
  • Python 0.2%
  • Lua 0.2%