efl/src/modules/evas/image_loaders
Shinwoo Kim 5f159ae624 evas: use SEQUENTIAL for decoding png file
Summary:
There was a mistake caused by "2a0eeba evas: fix png regression issue".

The flag is_for_data was close_file before this commit.
_evas_image_load_file_internal_head_png closes file if it is called only for
header. So the close_file does not mean is_for_data.

This patch is changing is_for_data to is_for_head, and make
_evas_image_load_file_internal_head_png use EINA_FILE_SEQUENTIAL
for data decoding.

Reviewers: Hermet, jsuya, herb, raster

Reviewed By: raster

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11783
2020-05-08 19:26:46 +09:00
..
bmp evas: break Image_Loader API to allow for getting property from the data field of an image. 2019-07-12 09:54:14 -07:00
dds Use __func__ C99 identifier instead of __FUNCTION__ compiler extension 2020-05-07 09:27:07 -04:00
eet evas: break Image_Loader API to allow for getting property from the data field of an image. 2019-07-12 09:54:14 -07:00
generic make mman.h private 2019-08-19 09:55:13 -04:00
gif gif loader - dup eina file as we keep our own copy of it in the loader 2019-08-05 18:59:33 +01:00
ico evas: break Image_Loader API to allow for getting property from the data field of an image. 2019-07-12 09:54:14 -07:00
jp2k evas: break Image_Loader API to allow for getting property from the data field of an image. 2019-07-12 09:54:14 -07:00
jpeg evas: break Image_Loader API to allow for getting property from the data field of an image. 2019-07-12 09:54:14 -07:00
pmaps image loaders pmaps: decide data size at the compile time. 2020-02-14 13:42:43 +09:00
png evas: use SEQUENTIAL for decoding png file 2020-05-08 19:26:46 +09:00
psd evas: break Image_Loader API to allow for getting property from the data field of an image. 2019-07-12 09:54:14 -07:00
tga evas: break Image_Loader API to allow for getting property from the data field of an image. 2019-07-12 09:54:14 -07:00
tgv evas: break Image_Loader API to allow for getting property from the data field of an image. 2019-07-12 09:54:14 -07:00
tiff evas: break Image_Loader API to allow for getting property from the data field of an image. 2019-07-12 09:54:14 -07:00
wbmp evas: break Image_Loader API to allow for getting property from the data field of an image. 2019-07-12 09:54:14 -07:00
webp evas: break Image_Loader API to allow for getting property from the data field of an image. 2019-07-12 09:54:14 -07:00
xpm fix xpm again - to be threaded not region decode capable 2019-09-06 15:42:47 +01:00
meson.build meson: redo evas building 2019-10-29 12:54:56 -04:00