summaryrefslogtreecommitdiff
path: root/platform/default/png_reader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Always manually premultiply libpng outputJohn Firebaugh2015-11-251-23/+3
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-118/+69
* [core] Remove unusedJohn Firebaugh2015-11-231-43/+28
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-231-3/+3
* Removed debug leftoverThiago Marcos P. Santos2015-08-051-1/+0
* manually premultiply the image if libpng can't do itKonstantin Käfer2015-08-041-2/+15
* don't require PNG_ALPHA_PREMULTIPLIED to support older versions of libpngKonstantin Käfer2015-08-041-0/+5
* Speculative fix for PNG alpha/gamma handlingJohn Firebaugh2015-05-141-1/+1
* Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-121-2/+2
* convert image_reader public interface to use CamelCase to match the rest of c...artemp2014-11-261-16/+16
* image_readers: premultiply alphaartemp2014-11-211-0/+1
* image-readers: move concrete implementations headers into platform/defaultartemp2014-11-191-1/+1
* simplify image_readers creation implementationartemp2014-11-191-71/+4
* image-readers: only register readers that are usedartemp2014-11-171-8/+2
* fix png_readerartemp2014-11-171-2/+2
* remove unused pragmasartemp2014-11-141-3/+1
* fix linux buildartemp2014-11-141-2/+2
* cleanupsartemp2014-11-131-14/+9
* add image_reader abstraction layer to hanfle multiple image formatsartemp2014-11-071-0/+279