12 Commits

Author SHA1 Message Date
Jinhao
be2af130c2 remove the extra inclusion of cstring 2016-11-20 11:45:52 +08:00
Jinhao
2f976c1546 Merge branch 'hotfix-1.4.1' into develop 2016-11-14 05:44:27 +08:00
Rei
f42cd7b2eb Include cstring header on image_png.hpp
Compilation was failing with the "enable png" flag. This was happening
because the memcpy function was being called without the inclusion of
cstring, which declares it. This fixes it.
2016-11-05 04:46:29 -02:00
dankan1890
f9e06c04e2 fixed linux support. 2016-11-02 09:33:18 +01:00
dankan1890
72768fd788 fix PNG build. 2016-06-30 20:46:02 +02:00
Jinhao
3c8ee33ae8 open png/jpg image with memory buffer 2016-01-27 01:14:28 +08:00
Jinhao
da6ad460c5 fix interface issues of image_png and image_jpeg 2016-01-24 01:23:42 +08:00
Jinhao
7f4cc3f6d9 improve image and pixel_buffer 2015-10-17 14:42:07 +08:00
Jinhao
8f59ccfbf6 restructure the extrlib 2015-10-15 01:33:53 +08:00
Jinhao
b0c99fa780 fix an PNG palette color type issue 2015-08-20 22:34:48 +08:00
Jinhao
e7fc08fd0e fix no implementation of image_png::open interface 2015-08-09 07:37:53 +08:00
Jinhao
e788c57512 add some missing files, refactor group 2015-07-13 04:57:01 +08:00