summaryrefslogtreecommitdiff
path: root/platform/darwin/image.mm
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-251-2/+2
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-18/+15
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-231-2/+2
* compress_png: void* => const void*Konstantin Käfer2015-07-081-1/+1
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-2/+1
* fix handling around unique_ptr releasesKonstantin Käfer2015-03-061-1/+0
* add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-031-1/+2
* explicitly cast to 32 bit integerKonstantin Käfer2014-11-061-2/+2
* use CoreImage for decoding/encoding images on osx/iosKonstantin Käfer2014-10-301-0/+125