summaryrefslogtreecommitdiff
path: root/platform/default/jpeg_reader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-122/+77
* [core] Remove unusedJohn Firebaugh2015-11-231-9/+10
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-231-3/+3
* convert image_reader public interface to use CamelCase to match the rest of c...artemp2014-11-261-21/+21
* image-readers: move concrete implementations headers into platform/defaultartemp2014-11-191-1/+1
* simplify image_readers creation implementationartemp2014-11-191-82/+5
* image-readers: only register readers that are usedartemp2014-11-171-8/+2
* remove unused pragmasartemp2014-11-141-4/+0
* fix linux buildartemp2014-11-141-6/+6
* cleanupsartemp2014-11-131-2/+1
* add image_reader abstraction layer to hanfle multiple image formatsartemp2014-11-071-0/+291