aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/modules/loaders/gif
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/evas/src/modules/loaders/gif')
-rw-r--r--libraries/evas/src/modules/loaders/gif/Makefile.am35
-rw-r--r--libraries/evas/src/modules/loaders/gif/Makefile.in758
-rw-r--r--libraries/evas/src/modules/loaders/gif/evas_image_load_gif.c1030
3 files changed, 1823 insertions, 0 deletions
diff --git a/libraries/evas/src/modules/loaders/gif/Makefile.am b/libraries/evas/src/modules/loaders/gif/Makefile.am
new file mode 100644
index 0000000..9234370
--- /dev/null
+++ b/libraries/evas/src/modules/loaders/gif/Makefile.am
@@ -0,0 +1,35 @@
1
2MAINTAINERCLEANFILES = Makefile.in
3
4AM_CPPFLAGS = \
5-I. \
6-I$(top_srcdir)/src/lib \
7-I$(top_srcdir)/src/lib/include \
8@FREETYPE_CFLAGS@ \
9@PIXMAN_CFLAGS@ \
10@evas_image_loader_gif_cflags@ \
11@EINA_CFLAGS@
12
13AM_CFLAGS = @WIN32_CFLAGS@
14
15if BUILD_LOADER_GIF
16if !EVAS_STATIC_BUILD_GIF
17
18pkgdir = $(libdir)/evas/modules/loaders/gif/$(MODULE_ARCH)
19pkg_LTLIBRARIES = module.la
20
21module_la_SOURCES = evas_image_load_gif.c
22
23module_la_LIBADD = @EINA_LIBS@ @evas_image_loader_gif_libs@ $(top_builddir)/src/lib/libevas.la
24module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version
25module_la_LIBTOOLFLAGS = --tag=disable-static
26
27else
28
29noinst_LTLIBRARIES = libevas_loader_gif.la
30
31libevas_loader_gif_la_SOURCES = evas_image_load_gif.c
32libevas_loader_gif_la_LIBADD = @evas_image_loader_gif_libs@
33
34endif
35endif
diff --git a/libraries/evas/src/modules/loaders/gif/Makefile.in b/libraries/evas/src/modules/loaders/gif/Makefile.in
new file mode 100644
index 0000000..7fcd6a7
--- /dev/null
+++ b/libraries/evas/src/modules/loaders/gif/Makefile.in
@@ -0,0 +1,758 @@
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = src/modules/loaders/gif
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/m4/efl_attribute.m4 \
41 $(top_srcdir)/m4/efl_coverage.m4 \
42 $(top_srcdir)/m4/efl_doxygen.m4 \
43 $(top_srcdir)/m4/efl_fnmatch.m4 \
44 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/efl_tests.m4 \
45 $(top_srcdir)/m4/evas_check_engine.m4 \
46 $(top_srcdir)/m4/evas_check_loader.m4 \
47 $(top_srcdir)/m4/evas_converter.m4 \
48 $(top_srcdir)/m4/evas_dither.m4 \
49 $(top_srcdir)/m4/evas_scaler.m4 $(top_srcdir)/m4/libtool.m4 \
50 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
51 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
52 $(top_srcdir)/configure.ac
53am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54 $(ACLOCAL_M4)
55mkinstalldirs = $(install_sh) -d
56CONFIG_HEADER = $(top_builddir)/config.h
57CONFIG_CLEAN_FILES =
58CONFIG_CLEAN_VPATH_FILES =
59am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
60am__vpath_adj = case $$p in \
61 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
62 *) f=$$p;; \
63 esac;
64am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
65am__install_max = 40
66am__nobase_strip_setup = \
67 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
68am__nobase_strip = \
69 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
70am__nobase_list = $(am__nobase_strip_setup); \
71 for p in $$list; do echo "$$p $$p"; done | \
72 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
73 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
74 if (++n[$$2] == $(am__install_max)) \
75 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
76 END { for (dir in files) print dir, files[dir] }'
77am__base_list = \
78 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
79 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
80am__installdirs = "$(DESTDIR)$(pkgdir)"
81LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkg_LTLIBRARIES)
82libevas_loader_gif_la_DEPENDENCIES =
83am__libevas_loader_gif_la_SOURCES_DIST = evas_image_load_gif.c
84@BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_TRUE@am_libevas_loader_gif_la_OBJECTS = evas_image_load_gif.lo
85libevas_loader_gif_la_OBJECTS = $(am_libevas_loader_gif_la_OBJECTS)
86AM_V_lt = $(am__v_lt_$(V))
87am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
88am__v_lt_0 = --silent
89@BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_TRUE@am_libevas_loader_gif_la_rpath =
90@BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@module_la_DEPENDENCIES = $(top_builddir)/src/lib/libevas.la
91am__module_la_SOURCES_DIST = evas_image_load_gif.c
92@BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@am_module_la_OBJECTS = module_la-evas_image_load_gif.lo
93module_la_OBJECTS = $(am_module_la_OBJECTS)
94module_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
95 $(module_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
96 $(AM_CFLAGS) $(CFLAGS) $(module_la_LDFLAGS) $(LDFLAGS) -o $@
97@BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@am_module_la_rpath = \
98@BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@ -rpath \
99@BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@ $(pkgdir)
100DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
101depcomp = $(SHELL) $(top_srcdir)/depcomp
102am__depfiles_maybe = depfiles
103am__mv = mv -f
104COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
105 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
107 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
108 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
109 $(AM_CFLAGS) $(CFLAGS)
110AM_V_CC = $(am__v_CC_$(V))
111am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
112am__v_CC_0 = @echo " CC " $@;
113AM_V_at = $(am__v_at_$(V))
114am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
115am__v_at_0 = @
116CCLD = $(CC)
117LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
118 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
119 $(AM_LDFLAGS) $(LDFLAGS) -o $@
120AM_V_CCLD = $(am__v_CCLD_$(V))
121am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
122am__v_CCLD_0 = @echo " CCLD " $@;
123AM_V_GEN = $(am__v_GEN_$(V))
124am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
125am__v_GEN_0 = @echo " GEN " $@;
126SOURCES = $(libevas_loader_gif_la_SOURCES) $(module_la_SOURCES)
127DIST_SOURCES = $(am__libevas_loader_gif_la_SOURCES_DIST) \
128 $(am__module_la_SOURCES_DIST)
129ETAGS = etags
130CTAGS = ctags
131DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
132ACLOCAL = @ACLOCAL@
133ALLOCA = @ALLOCA@
134AMTAR = @AMTAR@
135AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
136AR = @AR@
137AS = @AS@
138AUTOCONF = @AUTOCONF@
139AUTOHEADER = @AUTOHEADER@
140AUTOMAKE = @AUTOMAKE@
141AWK = @AWK@
142CC = @CC@
143CCDEPMODE = @CCDEPMODE@
144CFLAGS = @CFLAGS@
145CHECK_CFLAGS = @CHECK_CFLAGS@
146CHECK_LIBS = @CHECK_LIBS@
147CPP = @CPP@
148CPPFLAGS = @CPPFLAGS@
149CXX = @CXX@
150CXXCPP = @CXXCPP@
151CXXDEPMODE = @CXXDEPMODE@
152CXXFLAGS = @CXXFLAGS@
153CYGPATH_W = @CYGPATH_W@
154DEFS = @DEFS@
155DEPDIR = @DEPDIR@
156DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@
157DIRECTFB_LIBS = @DIRECTFB_LIBS@
158DLLTOOL = @DLLTOOL@
159DSYMUTIL = @DSYMUTIL@
160DUMPBIN = @DUMPBIN@
161ECHO_C = @ECHO_C@
162ECHO_N = @ECHO_N@
163ECHO_T = @ECHO_T@
164ECORE_EVAS_CFLAGS = @ECORE_EVAS_CFLAGS@
165ECORE_EVAS_LIBS = @ECORE_EVAS_LIBS@
166EDB_CFLAGS = @EDB_CFLAGS@
167EDB_LIBS = @EDB_LIBS@
168EDJE_CFLAGS = @EDJE_CFLAGS@
169EDJE_LIBS = @EDJE_LIBS@
170EET_CFLAGS = @EET_CFLAGS@
171EET_LIBS = @EET_LIBS@
172EFL_COVERAGE_CFLAGS = @EFL_COVERAGE_CFLAGS@
173EFL_COVERAGE_LIBS = @EFL_COVERAGE_LIBS@
174EFL_FNMATCH_LIBS = @EFL_FNMATCH_LIBS@
175EGREP = @EGREP@
176EINA_CFLAGS = @EINA_CFLAGS@
177EINA_LIBS = @EINA_LIBS@
178EVAS_CFLAGS = @EVAS_CFLAGS@
179EVAS_LIBS = @EVAS_LIBS@
180EVAS_SSE3_CFLAGS = @EVAS_SSE3_CFLAGS@
181EVIL_CFLAGS = @EVIL_CFLAGS@
182EVIL_LIBS = @EVIL_LIBS@
183EXEEXT = @EXEEXT@
184FGREP = @FGREP@
185FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
186FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
187FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
188FREETYPE_LIBS = @FREETYPE_LIBS@
189FRIBIDI_CFLAGS = @FRIBIDI_CFLAGS@
190FRIBIDI_LIBS = @FRIBIDI_LIBS@
191GL_EET_CFLAGS = @GL_EET_CFLAGS@
192GL_EET_LIBS = @GL_EET_LIBS@
193GREP = @GREP@
194HARFBUZZ_CFLAGS = @HARFBUZZ_CFLAGS@
195HARFBUZZ_LIBS = @HARFBUZZ_LIBS@
196INSTALL = @INSTALL@
197INSTALL_DATA = @INSTALL_DATA@
198INSTALL_PROGRAM = @INSTALL_PROGRAM@
199INSTALL_SCRIPT = @INSTALL_SCRIPT@
200INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
201LD = @LD@
202LDFLAGS = @LDFLAGS@
203LIBOBJS = @LIBOBJS@
204LIBS = @LIBS@
205LIBTOOL = @LIBTOOL@
206LINEBREAK_CFLAGS = @LINEBREAK_CFLAGS@
207LINEBREAK_LIBS = @LINEBREAK_LIBS@
208LIPO = @LIPO@
209LN_S = @LN_S@
210LTLIBOBJS = @LTLIBOBJS@
211MAKEINFO = @MAKEINFO@
212MKDIR_P = @MKDIR_P@
213MODULE_ARCH = @MODULE_ARCH@
214NM = @NM@
215NMEDIT = @NMEDIT@
216OBJC = @OBJC@
217OBJCDEPMODE = @OBJCDEPMODE@
218OBJCFLAGS = @OBJCFLAGS@
219OBJDUMP = @OBJDUMP@
220OBJEXT = @OBJEXT@
221OTOOL = @OTOOL@
222OTOOL64 = @OTOOL64@
223PACKAGE = @PACKAGE@
224PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
225PACKAGE_NAME = @PACKAGE_NAME@
226PACKAGE_STRING = @PACKAGE_STRING@
227PACKAGE_TARNAME = @PACKAGE_TARNAME@
228PACKAGE_URL = @PACKAGE_URL@
229PACKAGE_VERSION = @PACKAGE_VERSION@
230PATH_SEPARATOR = @PATH_SEPARATOR@
231PIXMAN_CFLAGS = @PIXMAN_CFLAGS@
232PIXMAN_LIBS = @PIXMAN_LIBS@
233PKG_CONFIG = @PKG_CONFIG@
234PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
235PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
236PNG_CFLAGS = @PNG_CFLAGS@
237PNG_LIBS = @PNG_LIBS@
238RANLIB = @RANLIB@
239SDL_CFLAGS = @SDL_CFLAGS@
240SDL_LIBS = @SDL_LIBS@
241SED = @SED@
242SET_MAKE = @SET_MAKE@
243SHELL = @SHELL@
244SHM_OPEN_LINK = @SHM_OPEN_LINK@
245STRIP = @STRIP@
246SVG_CFLAGS = @SVG_CFLAGS@
247SVG_LIBS = @SVG_LIBS@
248VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
249VALGRIND_LIBS = @VALGRIND_LIBS@
250VERSION = @VERSION@
251VMAJ = @VMAJ@
252WIN32_CFLAGS = @WIN32_CFLAGS@
253WIN32_CPPFLAGS = @WIN32_CPPFLAGS@
254XCB_CFLAGS = @XCB_CFLAGS@
255XCB_GL_CFLAGS = @XCB_GL_CFLAGS@
256XCB_GL_LIBS = @XCB_GL_LIBS@
257XCB_LIBS = @XCB_LIBS@
258XEXT_CFLAGS = @XEXT_CFLAGS@
259XEXT_LIBS = @XEXT_LIBS@
260XMKMF = @XMKMF@
261X_CFLAGS = @X_CFLAGS@
262X_EXTRA_LIBS = @X_EXTRA_LIBS@
263X_LIBS = @X_LIBS@
264X_PRE_LIBS = @X_PRE_LIBS@
265abs_builddir = @abs_builddir@
266abs_srcdir = @abs_srcdir@
267abs_top_builddir = @abs_top_builddir@
268abs_top_srcdir = @abs_top_srcdir@
269ac_ct_CC = @ac_ct_CC@
270ac_ct_CXX = @ac_ct_CXX@
271ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
272ac_ct_OBJC = @ac_ct_OBJC@
273altivec_cflags = @altivec_cflags@
274am__include = @am__include@
275am__leading_dot = @am__leading_dot@
276am__quote = @am__quote@
277am__tar = @am__tar@
278am__untar = @am__untar@
279bindir = @bindir@
280build = @build@
281build_alias = @build_alias@
282build_cpu = @build_cpu@
283build_os = @build_os@
284build_vendor = @build_vendor@
285builddir = @builddir@
286datadir = @datadir@
287datarootdir = @datarootdir@
288dlopen_libs = @dlopen_libs@
289docdir = @docdir@
290dvidir = @dvidir@
291edje_cc = @edje_cc@
292efl_doxygen = @efl_doxygen@
293efl_have_doxygen = @efl_have_doxygen@
294evas_engine_buffer_cflags = @evas_engine_buffer_cflags@
295evas_engine_buffer_libs = @evas_engine_buffer_libs@
296evas_engine_direct3d_cflags = @evas_engine_direct3d_cflags@
297evas_engine_direct3d_libs = @evas_engine_direct3d_libs@
298evas_engine_directfb_cflags = @evas_engine_directfb_cflags@
299evas_engine_directfb_libs = @evas_engine_directfb_libs@
300evas_engine_fb_cflags = @evas_engine_fb_cflags@
301evas_engine_fb_libs = @evas_engine_fb_libs@
302evas_engine_gl_cocoa_cflags = @evas_engine_gl_cocoa_cflags@
303evas_engine_gl_cocoa_libs = @evas_engine_gl_cocoa_libs@
304evas_engine_gl_common_libs = @evas_engine_gl_common_libs@
305evas_engine_gl_sdl_cflags = @evas_engine_gl_sdl_cflags@
306evas_engine_gl_sdl_libs = @evas_engine_gl_sdl_libs@
307evas_engine_gl_xcb_cflags = @evas_engine_gl_xcb_cflags@
308evas_engine_gl_xcb_libs = @evas_engine_gl_xcb_libs@
309evas_engine_gl_xlib_cflags = @evas_engine_gl_xlib_cflags@
310evas_engine_gl_xlib_libs = @evas_engine_gl_xlib_libs@
311evas_engine_psl1ght_cflags = @evas_engine_psl1ght_cflags@
312evas_engine_psl1ght_libs = @evas_engine_psl1ght_libs@
313evas_engine_software_16_ddraw_cflags = @evas_engine_software_16_ddraw_cflags@
314evas_engine_software_16_ddraw_libs = @evas_engine_software_16_ddraw_libs@
315evas_engine_software_16_sdl_cflags = @evas_engine_software_16_sdl_cflags@
316evas_engine_software_16_sdl_libs = @evas_engine_software_16_sdl_libs@
317evas_engine_software_16_wince_cflags = @evas_engine_software_16_wince_cflags@
318evas_engine_software_16_wince_libs = @evas_engine_software_16_wince_libs@
319evas_engine_software_16_x11_cflags = @evas_engine_software_16_x11_cflags@
320evas_engine_software_16_x11_libs = @evas_engine_software_16_x11_libs@
321evas_engine_software_8_x11_cflags = @evas_engine_software_8_x11_cflags@
322evas_engine_software_8_x11_libs = @evas_engine_software_8_x11_libs@
323evas_engine_software_ddraw_cflags = @evas_engine_software_ddraw_cflags@
324evas_engine_software_ddraw_libs = @evas_engine_software_ddraw_libs@
325evas_engine_software_gdi_cflags = @evas_engine_software_gdi_cflags@
326evas_engine_software_gdi_libs = @evas_engine_software_gdi_libs@
327evas_engine_software_sdl_cflags = @evas_engine_software_sdl_cflags@
328evas_engine_software_sdl_libs = @evas_engine_software_sdl_libs@
329evas_engine_software_xcb_cflags = @evas_engine_software_xcb_cflags@
330evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@
331evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@
332evas_engine_software_xlib_libs = @evas_engine_software_xlib_libs@
333evas_image_loader_bmp_cflags = @evas_image_loader_bmp_cflags@
334evas_image_loader_bmp_libs = @evas_image_loader_bmp_libs@
335evas_image_loader_edb_cflags = @evas_image_loader_edb_cflags@
336evas_image_loader_edb_libs = @evas_image_loader_edb_libs@
337evas_image_loader_eet_cflags = @evas_image_loader_eet_cflags@
338evas_image_loader_eet_libs = @evas_image_loader_eet_libs@
339evas_image_loader_generic_cflags = @evas_image_loader_generic_cflags@
340evas_image_loader_generic_libs = @evas_image_loader_generic_libs@
341evas_image_loader_gif_cflags = @evas_image_loader_gif_cflags@
342evas_image_loader_gif_libs = @evas_image_loader_gif_libs@
343evas_image_loader_ico_cflags = @evas_image_loader_ico_cflags@
344evas_image_loader_ico_libs = @evas_image_loader_ico_libs@
345evas_image_loader_jpeg_cflags = @evas_image_loader_jpeg_cflags@
346evas_image_loader_jpeg_libs = @evas_image_loader_jpeg_libs@
347evas_image_loader_pmaps_cflags = @evas_image_loader_pmaps_cflags@
348evas_image_loader_pmaps_libs = @evas_image_loader_pmaps_libs@
349evas_image_loader_png_cflags = @evas_image_loader_png_cflags@
350evas_image_loader_png_libs = @evas_image_loader_png_libs@
351evas_image_loader_psd_cflags = @evas_image_loader_psd_cflags@
352evas_image_loader_psd_libs = @evas_image_loader_psd_libs@
353evas_image_loader_svg_cflags = @evas_image_loader_svg_cflags@
354evas_image_loader_svg_libs = @evas_image_loader_svg_libs@
355evas_image_loader_tga_cflags = @evas_image_loader_tga_cflags@
356evas_image_loader_tga_libs = @evas_image_loader_tga_libs@
357evas_image_loader_tiff_cflags = @evas_image_loader_tiff_cflags@
358evas_image_loader_tiff_libs = @evas_image_loader_tiff_libs@
359evas_image_loader_wbmp_cflags = @evas_image_loader_wbmp_cflags@
360evas_image_loader_wbmp_libs = @evas_image_loader_wbmp_libs@
361evas_image_loader_xpm_cflags = @evas_image_loader_xpm_cflags@
362evas_image_loader_xpm_libs = @evas_image_loader_xpm_libs@
363exec_prefix = @exec_prefix@
364have_evas_engine_gl_x11 = @have_evas_engine_gl_x11@
365have_evas_engine_gl_xcb = @have_evas_engine_gl_xcb@
366have_evas_engine_gl_xlib = @have_evas_engine_gl_xlib@
367have_evas_engine_software_x11 = @have_evas_engine_software_x11@
368have_evas_engine_software_xcb = @have_evas_engine_software_xcb@
369have_evas_engine_software_xlib = @have_evas_engine_software_xlib@
370have_lcov = @have_lcov@
371host = @host@
372host_alias = @host_alias@
373host_cpu = @host_cpu@
374host_os = @host_os@
375host_vendor = @host_vendor@
376htmldir = @htmldir@
377includedir = @includedir@
378infodir = @infodir@
379install_sh = @install_sh@
380libdir = @libdir@
381libexecdir = @libexecdir@
382localedir = @localedir@
383localstatedir = @localstatedir@
384lt_ECHO = @lt_ECHO@
385lt_enable_auto_import = @lt_enable_auto_import@
386mandir = @mandir@
387mkdir_p = @mkdir_p@
388oldincludedir = @oldincludedir@
389pdfdir = @pdfdir@
390pkgconfig_requires_private = @pkgconfig_requires_private@
391prefix = @prefix@
392program_transform_name = @program_transform_name@
393psdir = @psdir@
394pthread_cflags = @pthread_cflags@
395pthread_libs = @pthread_libs@
396release_info = @release_info@
397requirement_evas = @requirement_evas@
398sbindir = @sbindir@
399sharedstatedir = @sharedstatedir@
400srcdir = @srcdir@
401sysconfdir = @sysconfdir@
402target_alias = @target_alias@
403top_build_prefix = @top_build_prefix@
404top_builddir = @top_builddir@
405top_srcdir = @top_srcdir@
406version_info = @version_info@
407MAINTAINERCLEANFILES = Makefile.in
408AM_CPPFLAGS = \
409-I. \
410-I$(top_srcdir)/src/lib \
411-I$(top_srcdir)/src/lib/include \
412@FREETYPE_CFLAGS@ \
413@PIXMAN_CFLAGS@ \
414@evas_image_loader_gif_cflags@ \
415@EINA_CFLAGS@
416
417AM_CFLAGS = @WIN32_CFLAGS@
418@BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@pkgdir = $(libdir)/evas/modules/loaders/gif/$(MODULE_ARCH)
419@BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@pkg_LTLIBRARIES = module.la
420@BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@module_la_SOURCES = evas_image_load_gif.c
421@BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@module_la_LIBADD = @EINA_LIBS@ @evas_image_loader_gif_libs@ $(top_builddir)/src/lib/libevas.la
422@BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version
423@BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@module_la_LIBTOOLFLAGS = --tag=disable-static
424@BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_TRUE@noinst_LTLIBRARIES = libevas_loader_gif.la
425@BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_TRUE@libevas_loader_gif_la_SOURCES = evas_image_load_gif.c
426@BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_TRUE@libevas_loader_gif_la_LIBADD = @evas_image_loader_gif_libs@
427all: all-am
428
429.SUFFIXES:
430.SUFFIXES: .c .lo .o .obj
431$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
432 @for dep in $?; do \
433 case '$(am__configure_deps)' in \
434 *$$dep*) \
435 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
436 && { if test -f $@; then exit 0; else break; fi; }; \
437 exit 1;; \
438 esac; \
439 done; \
440 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/modules/loaders/gif/Makefile'; \
441 $(am__cd) $(top_srcdir) && \
442 $(AUTOMAKE) --gnu src/modules/loaders/gif/Makefile
443.PRECIOUS: Makefile
444Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
445 @case '$?' in \
446 *config.status*) \
447 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
448 *) \
449 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
450 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
451 esac;
452
453$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
454 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
455
456$(top_srcdir)/configure: $(am__configure_deps)
457 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
458$(ACLOCAL_M4): $(am__aclocal_m4_deps)
459 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
460$(am__aclocal_m4_deps):
461
462clean-noinstLTLIBRARIES:
463 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
464 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
465 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
466 test "$$dir" != "$$p" || dir=.; \
467 echo "rm -f \"$${dir}/so_locations\""; \
468 rm -f "$${dir}/so_locations"; \
469 done
470install-pkgLTLIBRARIES: $(pkg_LTLIBRARIES)
471 @$(NORMAL_INSTALL)
472 test -z "$(pkgdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdir)"
473 @list='$(pkg_LTLIBRARIES)'; test -n "$(pkgdir)" || list=; \
474 list2=; for p in $$list; do \
475 if test -f $$p; then \
476 list2="$$list2 $$p"; \
477 else :; fi; \
478 done; \
479 test -z "$$list2" || { \
480 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkgdir)'"; \
481 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkgdir)"; \
482 }
483
484uninstall-pkgLTLIBRARIES:
485 @$(NORMAL_UNINSTALL)
486 @list='$(pkg_LTLIBRARIES)'; test -n "$(pkgdir)" || list=; \
487 for p in $$list; do \
488 $(am__strip_dir) \
489 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkgdir)/$$f'"; \
490 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkgdir)/$$f"; \
491 done
492
493clean-pkgLTLIBRARIES:
494 -test -z "$(pkg_LTLIBRARIES)" || rm -f $(pkg_LTLIBRARIES)
495 @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \
496 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
497 test "$$dir" != "$$p" || dir=.; \
498 echo "rm -f \"$${dir}/so_locations\""; \
499 rm -f "$${dir}/so_locations"; \
500 done
501libevas_loader_gif.la: $(libevas_loader_gif_la_OBJECTS) $(libevas_loader_gif_la_DEPENDENCIES)
502 $(AM_V_CCLD)$(LINK) $(am_libevas_loader_gif_la_rpath) $(libevas_loader_gif_la_OBJECTS) $(libevas_loader_gif_la_LIBADD) $(LIBS)
503module.la: $(module_la_OBJECTS) $(module_la_DEPENDENCIES)
504 $(AM_V_CCLD)$(module_la_LINK) $(am_module_la_rpath) $(module_la_OBJECTS) $(module_la_LIBADD) $(LIBS)
505
506mostlyclean-compile:
507 -rm -f *.$(OBJEXT)
508
509distclean-compile:
510 -rm -f *.tab.c
511
512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evas_image_load_gif.Plo@am__quote@
513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/module_la-evas_image_load_gif.Plo@am__quote@
514
515.c.o:
516@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
517@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
518@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
519@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
520@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
521@am__fastdepCC_FALSE@ $(COMPILE) -c $<
522
523.c.obj:
524@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
525@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
526@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
527@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
528@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
529@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
530
531.c.lo:
532@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
533@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
534@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
535@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
536@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
537@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
538
539module_la-evas_image_load_gif.lo: evas_image_load_gif.c
540@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(module_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT module_la-evas_image_load_gif.lo -MD -MP -MF $(DEPDIR)/module_la-evas_image_load_gif.Tpo -c -o module_la-evas_image_load_gif.lo `test -f 'evas_image_load_gif.c' || echo '$(srcdir)/'`evas_image_load_gif.c
541@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/module_la-evas_image_load_gif.Tpo $(DEPDIR)/module_la-evas_image_load_gif.Plo
542@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
543@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='evas_image_load_gif.c' object='module_la-evas_image_load_gif.lo' libtool=yes @AMDEPBACKSLASH@
544@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
545@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(module_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o module_la-evas_image_load_gif.lo `test -f 'evas_image_load_gif.c' || echo '$(srcdir)/'`evas_image_load_gif.c
546
547mostlyclean-libtool:
548 -rm -f *.lo
549
550clean-libtool:
551 -rm -rf .libs _libs
552
553ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
554 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
555 unique=`for i in $$list; do \
556 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
557 done | \
558 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
559 END { if (nonempty) { for (i in files) print i; }; }'`; \
560 mkid -fID $$unique
561tags: TAGS
562
563TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
564 $(TAGS_FILES) $(LISP)
565 set x; \
566 here=`pwd`; \
567 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
568 unique=`for i in $$list; do \
569 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
570 done | \
571 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
572 END { if (nonempty) { for (i in files) print i; }; }'`; \
573 shift; \
574 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
575 test -n "$$unique" || unique=$$empty_fix; \
576 if test $$# -gt 0; then \
577 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
578 "$$@" $$unique; \
579 else \
580 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
581 $$unique; \
582 fi; \
583 fi
584ctags: CTAGS
585CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
586 $(TAGS_FILES) $(LISP)
587 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
588 unique=`for i in $$list; do \
589 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
590 done | \
591 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
592 END { if (nonempty) { for (i in files) print i; }; }'`; \
593 test -z "$(CTAGS_ARGS)$$unique" \
594 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
595 $$unique
596
597GTAGS:
598 here=`$(am__cd) $(top_builddir) && pwd` \
599 && $(am__cd) $(top_srcdir) \
600 && gtags -i $(GTAGS_ARGS) "$$here"
601
602distclean-tags:
603 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
604
605distdir: $(DISTFILES)
606 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
607 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
608 list='$(DISTFILES)'; \
609 dist_files=`for file in $$list; do echo $$file; done | \
610 sed -e "s|^$$srcdirstrip/||;t" \
611 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
612 case $$dist_files in \
613 */*) $(MKDIR_P) `echo "$$dist_files" | \
614 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
615 sort -u` ;; \
616 esac; \
617 for file in $$dist_files; do \
618 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
619 if test -d $$d/$$file; then \
620 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
621 if test -d "$(distdir)/$$file"; then \
622 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
623 fi; \
624 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
625 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
626 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
627 fi; \
628 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
629 else \
630 test -f "$(distdir)/$$file" \
631 || cp -p $$d/$$file "$(distdir)/$$file" \
632 || exit 1; \
633 fi; \
634 done
635check-am: all-am
636check: check-am
637all-am: Makefile $(LTLIBRARIES)
638installdirs:
639 for dir in "$(DESTDIR)$(pkgdir)"; do \
640 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
641 done
642install: install-am
643install-exec: install-exec-am
644install-data: install-data-am
645uninstall: uninstall-am
646
647install-am: all-am
648 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
649
650installcheck: installcheck-am
651install-strip:
652 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
653 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
654 `test -z '$(STRIP)' || \
655 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
656mostlyclean-generic:
657
658clean-generic:
659
660distclean-generic:
661 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
662 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
663
664maintainer-clean-generic:
665 @echo "This command is intended for maintainers to use"
666 @echo "it deletes files that may require special tools to rebuild."
667 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
668clean: clean-am
669
670clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
671 clean-pkgLTLIBRARIES mostlyclean-am
672
673distclean: distclean-am
674 -rm -rf ./$(DEPDIR)
675 -rm -f Makefile
676distclean-am: clean-am distclean-compile distclean-generic \
677 distclean-tags
678
679dvi: dvi-am
680
681dvi-am:
682
683html: html-am
684
685html-am:
686
687info: info-am
688
689info-am:
690
691install-data-am: install-pkgLTLIBRARIES
692
693install-dvi: install-dvi-am
694
695install-dvi-am:
696
697install-exec-am:
698
699install-html: install-html-am
700
701install-html-am:
702
703install-info: install-info-am
704
705install-info-am:
706
707install-man:
708
709install-pdf: install-pdf-am
710
711install-pdf-am:
712
713install-ps: install-ps-am
714
715install-ps-am:
716
717installcheck-am:
718
719maintainer-clean: maintainer-clean-am
720 -rm -rf ./$(DEPDIR)
721 -rm -f Makefile
722maintainer-clean-am: distclean-am maintainer-clean-generic
723
724mostlyclean: mostlyclean-am
725
726mostlyclean-am: mostlyclean-compile mostlyclean-generic \
727 mostlyclean-libtool
728
729pdf: pdf-am
730
731pdf-am:
732
733ps: ps-am
734
735ps-am:
736
737uninstall-am: uninstall-pkgLTLIBRARIES
738
739.MAKE: install-am install-strip
740
741.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
742 clean-libtool clean-noinstLTLIBRARIES clean-pkgLTLIBRARIES \
743 ctags distclean distclean-compile distclean-generic \
744 distclean-libtool distclean-tags distdir dvi dvi-am html \
745 html-am info info-am install install-am install-data \
746 install-data-am install-dvi install-dvi-am install-exec \
747 install-exec-am install-html install-html-am install-info \
748 install-info-am install-man install-pdf install-pdf-am \
749 install-pkgLTLIBRARIES install-ps install-ps-am install-strip \
750 installcheck installcheck-am installdirs maintainer-clean \
751 maintainer-clean-generic mostlyclean mostlyclean-compile \
752 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
753 tags uninstall uninstall-am uninstall-pkgLTLIBRARIES
754
755
756# Tell versions [3.59,3.63) of GNU make to not export all variables.
757# Otherwise a system limit (for SysV at least) may be exceeded.
758.NOEXPORT:
diff --git a/libraries/evas/src/modules/loaders/gif/evas_image_load_gif.c b/libraries/evas/src/modules/loaders/gif/evas_image_load_gif.c
new file mode 100644
index 0000000..976df0d
--- /dev/null
+++ b/libraries/evas/src/modules/loaders/gif/evas_image_load_gif.c
@@ -0,0 +1,1030 @@
1#include "evas_common.h"
2#include "evas_private.h"
3
4#include <sys/types.h>
5#include <sys/stat.h>
6#include <fcntl.h>
7#include <unistd.h>
8
9#include <gif_lib.h>
10
11typedef struct _Gif_Frame Gif_Frame;
12
13typedef enum _Frame_Load_Type
14{
15 LOAD_FRAME_NONE = 0,
16 LOAD_FRAME_INFO = 1,
17 LOAD_FRAME_DATA = 2,
18 LOAD_FRAME_DATA_INFO = 3
19} Frame_Load_Type;
20
21struct _Gif_Frame
22{
23 struct {
24 /* Image descriptor */
25 int x;
26 int y;
27 int w;
28 int h;
29 int interlace;
30 } image_des;
31
32 struct {
33 /* Graphic Control*/
34 int disposal;
35 int transparent;
36 int delay;
37 int input;
38 } frame_info;
39};
40
41static Eina_Bool evas_image_load_file_data_gif_internal(Image_Entry *ie, Image_Entry_Frame *frame, int *error);
42
43static Eina_Bool evas_image_load_file_head_gif(Image_Entry *ie, const char *file, const char *key, int *error) EINA_ARG_NONNULL(1, 2, 4);
44static Eina_Bool evas_image_load_file_data_gif(Image_Entry *ie, const char *file, const char *key, int *error) EINA_ARG_NONNULL(1, 2, 4);
45static double evas_image_load_frame_duration_gif(Image_Entry *ie, const char *file, int start_frame, int frame_num) ;
46static Eina_Bool evas_image_load_specific_frame(Image_Entry *ie, const char *file, int frame_index, int *error);
47
48static Evas_Image_Load_Func evas_image_load_gif_func =
49{
50 EINA_TRUE,
51 evas_image_load_file_head_gif,
52 evas_image_load_file_data_gif,
53 evas_image_load_frame_duration_gif
54};
55#define byte2_to_int(a,b) (((b)<<8)|(a))
56
57#define FRAME_MAX 1024
58
59/* find specific frame in image entry */
60static Eina_Bool
61_find_frame(Image_Entry *ie, int frame_index, Image_Entry_Frame **frame)
62{
63 Eina_List *l;
64 Image_Entry_Frame *hit_frame = NULL;
65
66 if (!ie) return EINA_FALSE;
67 if (!ie->frames) return EINA_FALSE;
68
69 EINA_LIST_FOREACH(ie->frames, l, hit_frame)
70 {
71 if (hit_frame->index == frame_index)
72 {
73 *frame = hit_frame;
74 return EINA_TRUE;
75 }
76 }
77 return EINA_FALSE;
78}
79
80static Eina_Bool
81_find_close_frame(Image_Entry *ie, int frame_index, Image_Entry_Frame **frame)
82{
83 int i;
84 Eina_Bool hit = EINA_FALSE;
85 i = frame_index -1;
86
87 if (!ie) return EINA_FALSE;
88 if (!ie->frames) return EINA_FALSE;
89
90 for (; i > 0; i--)
91 {
92 hit = _find_frame(ie, i, frame);
93 if (hit)
94 return EINA_TRUE;
95 }
96 return EINA_FALSE;
97}
98
99static Eina_Bool
100_evas_image_skip_frame(GifFileType *gif, int frame)
101{
102 int remain_frame = 0;
103 GifRecordType rec;
104
105 if (!gif) return EINA_FALSE;
106 if (frame == 0) return EINA_TRUE; /* no need to skip */
107 if (frame < 0 || frame > FRAME_MAX) return EINA_FALSE;
108
109 remain_frame = frame;
110
111 do
112 {
113 if (DGifGetRecordType(gif, &rec) == GIF_ERROR) return EINA_FALSE;
114
115 if (rec == EXTENSION_RECORD_TYPE)
116 {
117 int ext_code;
118 GifByteType *ext;
119
120 ext = NULL;
121 DGifGetExtension(gif, &ext_code, &ext);
122 while (ext)
123 { /*skip extention */
124 ext = NULL;
125 DGifGetExtensionNext(gif, &ext);
126 }
127 }
128
129 if (rec == IMAGE_DESC_RECORD_TYPE)
130 {
131 int img_code;
132 GifByteType *img;
133
134 if (DGifGetImageDesc(gif) == GIF_ERROR) return EINA_FALSE;
135
136 remain_frame --;
137 /* we have to count frame, so use DGifGetCode and skip decoding */
138 if (DGifGetCode(gif, &img_code, &img) == GIF_ERROR) return EINA_FALSE;
139
140 while (img)
141 {
142 img = NULL;
143 DGifGetCodeNext(gif, &img);
144 }
145 if (remain_frame < 1) return EINA_TRUE;
146 }
147 if (rec == TERMINATE_RECORD_TYPE) return EINA_FALSE; /* end of file */
148
149 } while ((rec != TERMINATE_RECORD_TYPE) && (remain_frame > 0));
150 return EINA_FALSE;
151}
152
153static Eina_Bool
154_evas_image_load_frame_graphic_info(Image_Entry_Frame *frame, GifByteType *ext)
155{
156 Gif_Frame *gif_frame = NULL;
157 if ((!frame) || (!ext)) return EINA_FALSE;
158
159 gif_frame = (Gif_Frame *) frame->info;
160
161 /* transparent */
162 if ((ext[1] & 0x1) != 0)
163 gif_frame->frame_info.transparent = ext[4];
164 else
165 gif_frame->frame_info.transparent = -1;
166
167 gif_frame->frame_info.input = (ext[1] >>1) & 0x1;
168 gif_frame->frame_info.disposal = (ext[1] >>2) & 0x7;
169 gif_frame->frame_info.delay = byte2_to_int(ext[2], ext[3]);
170 return EINA_TRUE;
171}
172
173static Eina_Bool
174_evas_image_load_frame_image_des_info(GifFileType *gif, Image_Entry_Frame *frame)
175{
176 Gif_Frame *gif_frame = NULL;
177 if ((!gif) || (!frame)) return EINA_FALSE;
178
179 gif_frame = (Gif_Frame *) frame->info;
180 gif_frame->image_des.x = gif->Image.Left;
181 gif_frame->image_des.y = gif->Image.Top;
182 gif_frame->image_des.w = gif->Image.Width;
183 gif_frame->image_des.h = gif->Image.Height;
184 gif_frame->image_des.interlace = gif->Image.Interlace;
185 return EINA_TRUE;
186}
187
188static Eina_Bool
189_evas_image_load_frame_image_data(Image_Entry *ie, GifFileType *gif, Image_Entry_Frame *frame, int *error)
190{
191 int w;
192 int h;
193 int x;
194 int y;
195 int i,j;
196 int bg;
197 int r;
198 int g;
199 int b;
200 int alpha;
201 double per;
202 double per_inc;
203 ColorMapObject *cmap;
204 GifRowType *rows;
205 int intoffset[] = { 0, 4, 2, 1 };
206 int intjump[] = { 8, 8, 4, 2 };
207 size_t siz;
208 int cache_w;
209 int cache_h;
210 int cur_h;
211 int cur_w;
212 int disposal = 0;
213 int bg_val = 0;
214 DATA32 *ptr;
215 Gif_Frame *gif_frame = NULL;
216
217 if ((!gif) || (!frame)) return EINA_FALSE;
218
219 gif_frame = (Gif_Frame *) frame->info;
220 w = gif->Image.Width;
221 h = gif->Image.Height;
222 x = gif->Image.Left;
223 y = gif->Image.Top;
224 cache_w = ie->w;
225 cache_h = ie->h;
226
227 rows = malloc(h * sizeof(GifRowType *));
228 if (!rows)
229 {
230 *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED;
231 return EINA_FALSE;
232 }
233 for (i = 0; i < h; i++)
234 {
235 rows[i] = NULL;
236 }
237 for (i = 0; i < h; i++)
238 {
239 rows[i] = malloc(w * sizeof(GifPixelType));
240 if (!rows[i])
241 {
242 for (i = 0; i < h; i++)
243 {
244 if (rows[i])
245 {
246 free(rows[i]);
247 }
248 }
249 free(rows);
250 *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED;
251 return EINA_FALSE;
252 }
253 }
254 if (gif->Image.Interlace)
255 {
256 for (i = 0; i < 4; i++)
257 {
258 for (j = intoffset[i]; j < h; j += intjump[i])
259 {
260 DGifGetLine(gif, rows[j], w);
261 }
262 }
263 }
264 else
265 {
266 for (i = 0; i < h; i++)
267 {
268 if (DGifGetLine(gif, rows[i], w) != GIF_OK)
269 {
270 *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED;
271 goto error;
272 }
273 }
274 }
275 alpha = gif_frame->frame_info.transparent;
276 siz = cache_w *cache_h * sizeof(DATA32);
277 frame->data = malloc(siz);
278 if (!frame->data)
279 {
280 *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED;
281 goto error;
282 }
283 ptr = frame->data;
284 bg = gif->SBackGroundColor;
285 cmap = (gif->Image.ColorMap ? gif->Image.ColorMap : gif->SColorMap);
286
287 if (!cmap)
288 {
289 DGifCloseFile(gif);
290 for (i = 0; i < h; i++)
291 {
292 free(rows[i]);
293 }
294 free(rows);
295 if (frame->data) free(frame->data);
296 *error = EVAS_LOAD_ERROR_CORRUPT_FILE;
297 return EINA_FALSE;
298 }
299
300 /* get the background value */
301 r = cmap->Colors[bg].Red;
302 g = cmap->Colors[bg].Green;
303 b = cmap->Colors[bg].Blue;
304 bg_val = ARGB_JOIN(0xff, r, g, b);
305
306 per_inc = 100.0 / (((double)w) * h);
307 cur_h = h;
308 cur_w = w;
309 if (cur_h > cache_h) cur_h = cache_h;
310 if (cur_w > cache_w) cur_w = cache_w;
311
312 if (frame->index > 1)
313 {
314 /* get previous frame only frame index is bigger than 1 */
315 DATA32 *ptr_src;
316 Image_Entry_Frame *new_frame = NULL;
317 int cur_frame = frame->index;
318 int start_frame = 1;
319 int j = 0;
320
321 if (_find_close_frame(ie, cur_frame, &new_frame))
322 start_frame = new_frame->index + 1;
323
324 if ((start_frame < 1) || (start_frame > cur_frame))
325 {
326 *error = EVAS_LOAD_ERROR_CORRUPT_FILE;
327 goto error;
328 }
329 /* load previous frame of cur_frame */
330 for (j = start_frame; j < cur_frame ; j++)
331 {
332 if (!evas_image_load_specific_frame(ie, ie->file, j, error))
333 {
334 *error = EVAS_LOAD_ERROR_CORRUPT_FILE;
335 goto error;
336 }
337 }
338 if (!_find_frame(ie, cur_frame - 1, &new_frame))
339 {
340 *error = EVAS_LOAD_ERROR_CORRUPT_FILE;
341 goto error;
342 }
343 else
344 {
345 Gif_Frame *gif_frame = NULL;
346 ptr_src = new_frame->data;
347 if (new_frame->info)
348 {
349 gif_frame = (Gif_Frame *)(new_frame->info);
350 disposal = gif_frame->frame_info.disposal;
351 }
352 switch(disposal) /* we only support disposal flag 0,1,2 */
353 {
354 case 1: /* Do not dispose. need previous frame*/
355 memcpy(ptr, ptr_src, siz);
356 /* composite frames */
357 ptr = ptr + cache_w * y;
358
359 for (i = 0; i < cur_h; i++)
360 {
361 ptr = ptr + x;
362 for (j = 0; j < cur_w; j++)
363 {
364 if (rows[i][j] == alpha)
365 {
366 ptr++ ;
367 }
368 else
369 {
370 r = cmap->Colors[rows[i][j]].Red;
371 g = cmap->Colors[rows[i][j]].Green;
372 b = cmap->Colors[rows[i][j]].Blue;
373 *ptr++ = ARGB_JOIN(0xff, r, g, b);
374 }
375 per += per_inc;
376 }
377 ptr = ptr + (cache_w - (x + cur_w));
378 }
379 break;
380 case 2: /* Restore to background color */
381 memcpy(ptr, ptr_src, siz);
382 /* composite frames */
383 for (i = 0; i < cache_h; i++)
384 {
385 if ((i < y) || (i >= (y + cur_h)))
386 {
387 for (j = 0; j < cache_w; j++)
388 {
389 *ptr = bg_val;
390 ptr++;
391 }
392 }
393 else
394 {
395 int i1, j1;
396 i1 = i -y;
397
398 for (j = 0; j < cache_w; j++)
399 {
400 j1 = j - x;
401 if ((j < x) || (j >= (x + cur_w)))
402 {
403 *ptr = bg_val;
404 ptr++;
405 }
406 else
407 {
408 r = cmap->Colors[rows[i1][j1]].Red;
409 g = cmap->Colors[rows[i1][j1]].Green;
410 b = cmap->Colors[rows[i1][j1]].Blue;
411 *ptr++ = ARGB_JOIN(0xff, r, g, b);
412 }
413 }
414 }
415 }
416 break;
417 case 0: /* No disposal specified */
418 default:
419 memset(ptr, 0, siz);
420 for (i = 0; i < cache_h; i++)
421 {
422 if ((i < y) || (i >= (y + cur_h)))
423 {
424 for (j = 0; j < cache_w; j++)
425 {
426 *ptr = bg_val;
427 ptr++;
428 }
429 }
430 else
431 {
432 int i1, j1;
433 i1 = i -y;
434
435 for (j = 0; j < cache_w; j++)
436 {
437 j1 = j - x;
438 if ((j < x) || (j >= (x + cur_w)))
439 {
440 *ptr = bg_val;
441 ptr++;
442 }
443 else
444 {
445 r = cmap->Colors[rows[i1][j1]].Red;
446 g = cmap->Colors[rows[i1][j1]].Green;
447 b = cmap->Colors[rows[i1][j1]].Blue;
448 *ptr++ = ARGB_JOIN(0xff, r, g, b);
449 }
450 }
451 }
452 }
453 break;
454 }
455 }
456 }
457 else /* first frame decoding */
458 {
459 /* fill background color */
460 for (i = 0; i < cache_h; i++)
461 {
462 if ((i < y) || (i >= (y + cur_h)))
463 {
464 for (j = 0; j < cache_w; j++)
465 {
466 *ptr = bg_val;
467 ptr++;
468 }
469 }
470 else
471 {
472 int i1, j1;
473 i1 = i -y;
474
475 for (j = 0; j < cache_w; j++)
476 {
477 j1 = j - x;
478 if ((j < x) || (j >= (x + cur_w)))
479 {
480 *ptr = bg_val;
481 ptr++;
482 }
483 else
484 {
485 r = cmap->Colors[rows[i1][j1]].Red;
486 g = cmap->Colors[rows[i1][j1]].Green;
487 b = cmap->Colors[rows[i1][j1]].Blue;
488 *ptr++ = ARGB_JOIN(0xff, r, g, b);
489 }
490 }
491 }
492 }
493 }
494
495 for (i = 0; i < h; i++)
496 {
497 if (rows[i]) free(rows[i]);
498 }
499 if (rows) free(rows);
500 frame->loaded = EINA_TRUE;
501 return EINA_TRUE;
502error:
503 for (i = 0; i < h; i++)
504 {
505 if (rows[i]) free(rows[i]);
506 }
507 if (rows) free(rows);
508 return EINA_FALSE;
509}
510
511static Eina_Bool
512_evas_image_load_frame(Image_Entry *ie, GifFileType *gif, Image_Entry_Frame *frame, Frame_Load_Type type, int *error)
513{
514 GifRecordType rec;
515 int gra_res = 0, img_res = 0;
516 Eina_Bool res = EINA_FALSE;
517 Gif_Frame *gif_frame = NULL;
518
519 if ((!gif) || (!frame)) return EINA_FALSE;
520 gif_frame = (Gif_Frame *) frame->info;
521
522 if (type > LOAD_FRAME_DATA_INFO) return EINA_FALSE;
523
524 do
525 {
526 if (DGifGetRecordType(gif, &rec) == GIF_ERROR) return EINA_FALSE;
527 if (rec == IMAGE_DESC_RECORD_TYPE)
528 {
529 img_res++;
530 break;
531 }
532 else if (rec == EXTENSION_RECORD_TYPE)
533 {
534 int ext_code;
535 GifByteType *ext;
536
537 ext = NULL;
538 DGifGetExtension(gif, &ext_code, &ext);
539 while (ext)
540 {
541 if (ext_code == 0xf9) /* Graphic Control Extension */
542 {
543 gra_res++;
544 /* fill frame info */
545 if ((type == LOAD_FRAME_INFO) || (type == LOAD_FRAME_DATA_INFO))
546 _evas_image_load_frame_graphic_info(frame,ext);
547 }
548 ext = NULL;
549 DGifGetExtensionNext(gif, &ext);
550 }
551 }
552 } while ((rec != TERMINATE_RECORD_TYPE) && (img_res == 0));
553 if (img_res != 1) return EINA_FALSE;
554 if (DGifGetImageDesc(gif) == GIF_ERROR) return EINA_FALSE;
555 if ((type == LOAD_FRAME_INFO) || (type == LOAD_FRAME_DATA_INFO))
556 _evas_image_load_frame_image_des_info(gif, frame);
557
558 if ((type == LOAD_FRAME_DATA) || (type == LOAD_FRAME_DATA_INFO))
559 {
560 res = _evas_image_load_frame_image_data(ie, gif,frame, error);
561 if (!res) return EINA_FALSE;
562 }
563 return EINA_TRUE;
564}
565
566
567/* set frame data to cache entry's data */
568static Eina_Bool
569evas_image_load_file_data_gif_internal(Image_Entry *ie, Image_Entry_Frame *frame, int *error)
570{
571 int w;
572 int h;
573 int dst_x;
574 int dst_y;
575 DATA32 *dst;
576 DATA32 *src;
577 int cache_w, cache_h;
578 size_t siz;
579 Gif_Frame *gif_frame = NULL;
580
581 gif_frame = (Gif_Frame *) frame->info;
582 cache_w = ie->w;
583 cache_h = ie->h;
584 w = gif_frame->image_des.w;
585 h = gif_frame->image_des.h;
586 dst_x = gif_frame->image_des.x;
587 dst_y = gif_frame->image_des.y;
588
589 src = frame->data;
590
591 if (!evas_cache_image_pixels(ie))
592 {
593 evas_cache_image_surface_alloc(ie, cache_w, cache_h);
594 }
595
596 if (!evas_cache_image_pixels(ie))
597 {
598 *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED;
599 return EINA_FALSE;
600 }
601
602 /* only copy real frame part */
603 siz = cache_w * cache_h * sizeof(DATA32);
604 dst = evas_cache_image_pixels(ie);
605
606 memcpy(dst, src, siz);
607
608 evas_common_image_premul(ie);
609
610 *error = EVAS_LOAD_ERROR_NONE;
611 return EINA_TRUE;
612}
613
614static Eina_Bool
615evas_image_load_file_head_gif(Image_Entry *ie, const char *file, const char *key __UNUSED__, int *error)
616{
617 int fd;
618 GifFileType *gif;
619 GifRecordType rec;
620 int w;
621 int h;
622 int alpha;
623 int loop_count = -1;
624
625 w = 0;
626 h = 0;
627 alpha = -1;
628
629#ifndef __EMX__
630 fd = open(file, O_RDONLY);
631#else
632 fd = open(file, O_RDONLY | O_BINARY);
633#endif
634 if (fd < 0)
635 {
636 *error = EVAS_LOAD_ERROR_DOES_NOT_EXIST;
637 return EINA_FALSE;
638 }
639
640 gif = DGifOpenFileHandle(fd);
641 if (!gif)
642 {
643 if (fd) close(fd);
644 *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT;
645 return EINA_FALSE;
646 }
647
648 /* check logical screen size */
649 w = gif->SWidth;
650 h = gif->SHeight;
651
652 if ((w < 1) || (h < 1) || (w > IMG_MAX_SIZE) || (h > IMG_MAX_SIZE) ||
653 IMG_TOO_BIG(w, h))
654 {
655 DGifCloseFile(gif);
656 if (IMG_TOO_BIG(w, h))
657 *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED;
658 else
659 *error = EVAS_LOAD_ERROR_GENERIC;
660 return EINA_FALSE;
661 }
662 ie->w = w;
663 ie->h = h;
664
665 do
666 {
667 if (DGifGetRecordType(gif, &rec) == GIF_ERROR)
668 {
669 /* PrintGifError(); */
670 DGifCloseFile(gif);
671 *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT;
672 return EINA_FALSE;
673 }
674
675 /* image descript info */
676 if (rec == IMAGE_DESC_RECORD_TYPE)
677 {
678 int img_code;
679 GifByteType *img;
680
681 if (DGifGetImageDesc(gif) == GIF_ERROR)
682 {
683 /* PrintGifError(); */
684 DGifCloseFile(gif);
685 *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT;
686 return EINA_FALSE;
687 }
688 /* we have to count frame, so use DGifGetCode and skip decoding */
689 if (DGifGetCode(gif, &img_code, &img) == GIF_ERROR)
690 {
691 /* PrintGifError(); */
692 DGifCloseFile(gif);
693 *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT;
694 return EINA_FALSE;
695 }
696 while (img)
697 {
698 img = NULL;
699 DGifGetCodeNext(gif, &img);
700 }
701 }
702 else if (rec == EXTENSION_RECORD_TYPE)
703 {
704 int ext_code;
705 GifByteType *ext;
706
707 ext = NULL;
708 DGifGetExtension(gif, &ext_code, &ext);
709 while (ext)
710 {
711 if (ext_code == 0xf9) /* Graphic Control Extension */
712 {
713 if ((ext[1] & 1) && (alpha < 0)) alpha = (int)ext[4];
714 }
715 else if (ext_code == 0xff) /* application extension */
716 {
717 if (!strncmp ((char*)(&ext[1]), "NETSCAPE2.0", 11) ||
718 !strncmp ((char*)(&ext[1]), "ANIMEXTS1.0", 11))
719 {
720 ext=NULL;
721 DGifGetExtensionNext(gif, &ext);
722
723 if (ext[1] == 0x01)
724 {
725 loop_count = ext[2] + (ext[3] << 8);
726 if (loop_count > 0) loop_count++;
727 }
728 }
729 }
730
731 ext = NULL;
732 DGifGetExtensionNext(gif, &ext);
733 }
734 }
735 } while (rec != TERMINATE_RECORD_TYPE);
736
737 if (alpha >= 0) ie->flags.alpha = 1;
738
739 if (gif->ImageCount > 1)
740 {
741 ie->flags.animated = 1;
742 ie->loop_count = loop_count;
743 ie->loop_hint = EVAS_IMAGE_ANIMATED_HINT_LOOP;
744 ie->frame_count = gif->ImageCount;
745 ie->frames = NULL;
746 }
747
748 DGifCloseFile(gif);
749 *error = EVAS_LOAD_ERROR_NONE;
750 return EINA_TRUE;
751}
752
753static Eina_Bool
754evas_image_load_specific_frame(Image_Entry *ie, const char *file, int frame_index, int *error)
755{
756 int fd;
757 GifFileType *gif;
758 Image_Entry_Frame *frame = NULL;
759 Gif_Frame *gif_frame = NULL;
760
761#ifndef __EMX__
762 fd = open(file, O_RDONLY);
763#else
764 fd = open(file, O_RDONLY | O_BINARY);
765#endif
766 if (fd < 0)
767 {
768 *error = EVAS_LOAD_ERROR_DOES_NOT_EXIST;
769 return EINA_FALSE;
770 }
771
772 gif = DGifOpenFileHandle(fd);
773 if (!gif)
774 {
775 if (fd) close(fd);
776 *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT;
777 return EINA_FALSE;
778 }
779 if (!_evas_image_skip_frame(gif, frame_index-1))
780 {
781 if (fd) close(fd);
782 *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT;
783 return EINA_FALSE;
784 }
785
786 frame = malloc(sizeof (Image_Entry_Frame));
787 if (!frame)
788 {
789 if (fd) close(fd);
790 *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED;
791 return EINA_FALSE;
792 }
793
794 gif_frame = malloc(sizeof (Gif_Frame));
795 if (!gif_frame)
796 {
797 if (fd) close(fd);
798 *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED;
799 return EINA_FALSE;
800 }
801 frame->info = gif_frame;
802 frame->index = frame_index;
803 if (!_evas_image_load_frame(ie,gif, frame, LOAD_FRAME_DATA_INFO,error))
804 {
805 if (fd) close(fd);
806 *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT;
807 return EINA_FALSE;
808 }
809
810 ie->frames = eina_list_append(ie->frames, frame);
811 DGifCloseFile(gif);
812 return EINA_TRUE;
813}
814
815static Eina_Bool
816evas_image_load_file_data_gif(Image_Entry *ie, const char *file, const char *key __UNUSED__, int *error)
817{
818 int cur_frame_index;
819 Image_Entry_Frame *frame = NULL;
820 Eina_Bool hit;
821
822 if(!ie->flags.animated)
823 cur_frame_index = 1;
824 else
825 cur_frame_index = ie->cur_frame;
826
827 if ((ie->flags.animated) &&
828 ((cur_frame_index <0) || (cur_frame_index > FRAME_MAX) || (cur_frame_index > ie->frame_count)))
829 {
830 *error = EVAS_LOAD_ERROR_GENERIC;
831 return EINA_FALSE;
832 }
833
834 /* first time frame is set to be 0. so default is 1 */
835 if (cur_frame_index == 0) cur_frame_index++;
836
837 /* Check current frame exists in hash table */
838 hit = _find_frame(ie, cur_frame_index, &frame);
839
840 /* if current frame exist in has table, check load flag */
841 if (hit)
842 {
843 if (frame->loaded)
844 evas_image_load_file_data_gif_internal(ie,frame,error);
845 else
846 {
847 int fd;
848 GifFileType *gif;
849
850#ifndef __EMX__
851 fd = open(file, O_RDONLY);
852#else
853 fd = open(file, O_RDONLY | O_BINARY);
854#endif
855 if (fd < 0)
856 {
857 *error = EVAS_LOAD_ERROR_DOES_NOT_EXIST;
858 return EINA_FALSE;
859 }
860
861 gif = DGifOpenFileHandle(fd);
862 if (!gif)
863 {
864 if (fd) close(fd);
865 *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT;
866 return EINA_FALSE;
867 }
868 _evas_image_skip_frame(gif, cur_frame_index-1);
869 if (!_evas_image_load_frame(ie, gif, frame, LOAD_FRAME_DATA,error))
870 {
871 if (fd) close(fd);
872 *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT;
873 return EINA_FALSE;
874 }
875 if (!evas_image_load_file_data_gif_internal(ie, frame, error))
876 {
877 if (fd) close(fd);
878 *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT;
879 return EINA_FALSE;
880 }
881 DGifCloseFile(gif);
882 *error = EVAS_LOAD_ERROR_NONE;
883 return EINA_TRUE;
884 }
885 }
886 /* current frame does is not exist */
887 else
888 {
889 if (!evas_image_load_specific_frame(ie, file, cur_frame_index, error))
890 {
891 return EINA_FALSE;
892 }
893 hit = EINA_FALSE;
894 frame = NULL;
895 hit = _find_frame(ie, cur_frame_index, &frame);
896 if (!hit) return EINA_FALSE;
897 if (!evas_image_load_file_data_gif_internal(ie, frame, error))
898 {
899 *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED;
900 return EINA_FALSE;
901 }
902 return EINA_TRUE;
903 }
904 return EINA_FALSE;
905}
906
907static double
908evas_image_load_frame_duration_gif(Image_Entry *ie, const char *file, const int start_frame, const int frame_num)
909{
910 int fd;
911 GifFileType *gif;
912 GifRecordType rec;
913 int done;
914 int current_frame = 1;
915 int remain_frames = frame_num;
916 double duration = 0;
917 int frame_count = 0;
918
919 frame_count = ie->frame_count;
920
921 if (!ie->flags.animated) return -1;
922 if ((start_frame + frame_num) > frame_count) return -1;
923 if (frame_num < 0) return -1;
924
925 done = 0;
926
927#ifndef __EMX__
928 fd = open(file, O_RDONLY);
929#else
930 fd = open(file, O_RDONLY | O_BINARY);
931#endif
932 if (fd < 0) return -1;
933
934 gif = DGifOpenFileHandle(fd);
935 if (!gif)
936 {
937 if (fd) close(fd);
938 return -1;
939 }
940
941 do
942 {
943 if (DGifGetRecordType(gif, &rec) == GIF_ERROR)
944 {
945 rec = TERMINATE_RECORD_TYPE;
946 }
947 if (rec == IMAGE_DESC_RECORD_TYPE)
948 {
949 int img_code;
950 GifByteType *img;
951
952 if (DGifGetImageDesc(gif) == GIF_ERROR)
953 {
954 /* PrintGifError(); */
955 rec = TERMINATE_RECORD_TYPE;
956 }
957 current_frame++;
958 /* we have to count frame, so use DGifGetCode and skip decoding */
959 if (DGifGetCode(gif, &img_code, &img) == GIF_ERROR)
960 {
961 rec = TERMINATE_RECORD_TYPE;
962 }
963 while (img)
964 {
965 img = NULL;
966 DGifGetExtensionNext(gif, &img);
967 }
968 }
969 else if (rec == EXTENSION_RECORD_TYPE)
970 {
971 int ext_code;
972 GifByteType *ext;
973
974 ext = NULL;
975 DGifGetExtension(gif, &ext_code, &ext);
976 while (ext)
977 {
978 if (ext_code == 0xf9) /* Graphic Control Extension */
979 {
980 if ((current_frame >= start_frame) && (current_frame <= frame_count))
981 {
982 int frame_duration = 0;
983 if (remain_frames < 0) break;
984 frame_duration = byte2_to_int (ext[2], ext[3]);
985 if (frame_duration == 0)
986 duration += 0.1;
987 else
988 duration += (double)frame_duration/100;
989 remain_frames --;
990 }
991 }
992 ext = NULL;
993 DGifGetExtensionNext(gif, &ext);
994 }
995 }
996 } while (rec != TERMINATE_RECORD_TYPE);
997
998 DGifCloseFile(gif);
999 return duration;
1000}
1001
1002static int
1003module_open(Evas_Module *em)
1004{
1005 if (!em) return 0;
1006 em->functions = (void *)(&evas_image_load_gif_func);
1007 return 1;
1008}
1009
1010static void
1011module_close(Evas_Module *em __UNUSED__)
1012{
1013}
1014
1015static Evas_Module_Api evas_modapi =
1016{
1017 EVAS_MODULE_API_VERSION,
1018 "gif",
1019 "none",
1020 {
1021 module_open,
1022 module_close
1023 }
1024};
1025
1026EVAS_MODULE_DEFINE(EVAS_MODULE_TYPE_IMAGE_LOADER, image_loader, gif);
1027
1028#ifndef EVAS_STATIC_BUILD_GIF
1029EVAS_EINA_MODULE_DEFINE(image_loader, gif);
1030#endif