aboutsummaryrefslogtreecommitdiff
path: root/drivers/pnm/bitmap_loader_pnm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* loading unaligned pbmAriel Manzur2016-01-121-5/+5
|
* Update bitmap_loader_pnm.cpppunto-2016-01-111-1/+1
|
* fix issue loading binary pbmJuan Linietsky2016-01-111-2/+5
|
* -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs ↵Juan Linietsky2016-01-031-0/+232
and speeds up. Closes #2040 -Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040