summaryrefslogtreecommitdiff
path: root/src/modules/evas/image_loaders
Commit message (Expand)AuthorAgeFilesLines
* evas: Fix BMP load with region set and scale downJean-Philippe Andre2016-08-171-2/+6
* evas: Fix region test in jpeg load with region + zoomJean-Philippe Andre2016-08-171-2/+2
* evas: Add support for region load with PNG filesjiin.moon2016-08-171-10/+54
* evas: Support region_set for BMP imagejiin.moon2016-08-171-45/+95
* efl - fix lots of little init/shutdown pairs that are wrongCarsten Haitzler (Rasterman)2016-07-041-2/+0
* evas_image_load_bmp: fix bug that image is not decoded, if image is not perfact.Ji-Youn Park2016-06-171-1/+5
* psd_loader: Fix bad assumption about signedness of charsDerek Foreman2016-06-031-2/+3
* efl: everyone should now rely on Eina MIN/MAX redefinition.Cedric BAIL2016-05-091-3/+0
* evas - gif loader - handle missing colormapCarsten Haitzler (Rasterman)2016-04-041-10/+20
* evas - gif loader - be a little more optimal in pixel lookups on decodeCarsten Haitzler (Rasterman)2016-04-021-3/+10
* evas: gif loader - fix out of bounds access on cmap of invalid pixelsCarsten Haitzler (Rasterman)2016-04-021-2/+17
* efl: add binary mode to open() callsVincent Torri2015-12-051-1/+5
* gif loader: use Eina_Bool for one-bit bitfieldStefan Schmidt2015-11-131-1/+1
* Eet: fix decoding of embedded ETC imagesJean-Philippe Andre2015-10-293-5/+26
* efl - jp2k loader - guard against openjpeg bug tha causes an abortCarsten Haitzler (Rasterman)2015-08-241-9/+15
* Evas/psd: Remove commented-out debug codeJean-Philippe Andre2015-07-231-11/+0
* evas: get rid of clobbered warning.Cedric BAIL2015-04-251-4/+6
* Evas DDS: Fix clang warningJean-Philippe Andre2015-04-211-1/+1
* evas: restore the value of "do_region" in jpeg loader as EINA_TRUEJaeun Choi2015-04-171-1/+1
* evas: use emile to decompress JPEG files.Cedric BAIL2015-03-171-1403/+58
* evas: simplify structure.Cedric BAIL2015-03-171-15/+0
* emile: remove use of custom structure and prefer Eina_Rectangle.Cedric BAIL2015-03-171-64/+54
* evas: use Emile to decode TGV.Cedric BAIL2015-03-171-452/+24
* evas-image-loaders: Fix compiler warning of comparison between signedChris Michael2015-01-271-1/+1
* evas: fix signed/unsigned warning.Cedric BAIL2015-01-261-1/+1
* evas: fix to load BMP file compressed with RLE.jiin.moon2015-01-261-1/+5
* evas: preparation of places for model_saver_loader separated from image_saver...Bogdan Devichev2014-12-2319-0/+11273