rprata/sgfx

Create image operations

Closed this issue · 4 comments

Create image operations

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

Create PPM reader

PPM, BMP and native PNG support have created.

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