rprata / sgfx

SGFX is a lightweight embedded library for displays and touchscreens providing everything required to build a fully featured embedded GUI.
MIT License
24 stars 8 forks source link

Create image operations #5

Closed rprata closed 7 years ago

rprata commented 7 years ago

Support: BMP (raw) - Mandatory JPEG (libjpeg) - Optional PNG (libpng) - Optional FLIF - http://flif.info/ - Optional

rprata commented 7 years ago

Create PPM reader

rprata commented 7 years ago

PPM, BMP and native PNG support have created.

rprata commented 7 years ago

Basic implementation has made. For other formats, I must use libraries (libjpg, libpng and others). The basic features was implemented in 78960cdfbb22d033de6a0b887f5b6d0275f84379