Home
last modified time | relevance | path

Searched refs:gif_load (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/gegl/gegl-0.4.34/operations/external/
H A Dgif-load.c46 #define GEGL_OP_NAME gif_load
/dports/editors/emacs/emacs-27.2/src/
H A Dimage.c8138 gif_load (struct frame *f, struct image *img) in gif_load() function
8511 gif_load (struct frame *f, struct image *img) in gif_load() function
10186 { SYMBOL_INDEX (Qgif), gif_image_p, gif_load, gif_clear_image,
H A DChangeLog.103875 * image.c [MAC_OS] (gif_load): Allocate Lisp string first.
3990 [MAC_OS] (gif_load): Emulate Graphic Control Extension block.
4462 [MAC_OS] (gif_load): Remove unused variable `gcpro1'.
6165 [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
6852 (gif_load, gs_load): Use it.
7263 * image.c (gif_load): Fix size of allocated image buffer
8452 (gif_load): Cast return values of fn_DGifOpenFileName and
14358 (gif_load): Likewise.
15470 [HAVE_GIF] (gif_load): Sync with xfns.c.
26711 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
[all …]
H A DChangeLog.84 (png_load, tiff_load, jpeg_load, gif_load): Always GCPRO local
31 (gif_load): Pay attention to the :data keyword. Uses DGifOpen()
1763 * xfns.c (gif_load): Fix handling of interlaced GIFs.
2226 (png_load, jpeg_load, gif_load, x_create_tip_frame)
2656 (gif_load): Use it instead of `:image'.
4624 * xfns.c (gif_load): Improve multi-image support.
4628 * xfns.c (gif_load): Support multi-image files.
5847 (gif_load): Likewise.
H A DChangeLog.125116 (init_gif_functions, gif_load, imagemagick_image_p)
15502 * image.c (gif_load): Fix calculation of bottom and right corner.
16180 (png_load, gif_load, svg_load_image):
16188 (tiff_load, gif_load, imagemagick_load_image):
18539 * image.c (gif_load): Rename local to avoid shadowing.
18671 * image.c (gif_load): Add animation frame delay to the metadata.
18748 (gif_clear_image, gif_load, imagemagick_load_image)
18789 * image.c (gif_load): Fix omitted cast error introduced by
22598 (gif_load): Initialize transparent_p to zero (Bug#8238).
22607 (gif_load): Fix pointer signedness.
[all …]
H A DChangeLog.13983 (gif_load): Likewise.
6298 (gif_load): Call gif_close instead of DGifCloseFile. Divulge the
8870 * image.c (gif_load): libgif5 deinterlaces for us, so don't do
9721 * image.c (xpm_load, tiff_load, gif_load, imagemagick_load)
11621 * image.c (gif_load):
11660 (gif_load): For giflib v5.x and later, display the error message
12309 * image.c (gif_load): Change lint_assume to assume.
15128 * image.c (gif_load):
15824 (png_load_body, jpeg_load_body, tiff_load, gif_load)
16877 * image.c (gif_load): Check that subimages fit (Bug#14345).
[all …]
H A DChangeLog.94109 (gif_load): Remove unused variable `inc'.
6946 (jpeg_load, tiff_load, gif_load, gs_load): Don't block/unblock input.
13117 (gif_load): Record the address of the current memory source
13278 (gif_load, gs_load, x_kill_gs_process): Ditto.
13280 * xfns.c (gif_load): Avoid sign extension and thus out of bounds
H A DChangeLog.111028 (PNG_JMPBUF, png_load, jpeg_load, tiff_load, gif_load)
2940 * image.c (gif_load): Add support for transparency and specified
4433 (gif_load): Likewise.
6482 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
9254 (gif_load): Put GIF extension data to the property
13688 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
18003 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
20703 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
29411 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
29530 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A DChangeLog.103875 * image.c [MAC_OS] (gif_load): Allocate Lisp string first.
3990 [MAC_OS] (gif_load): Emulate Graphic Control Extension block.
4462 [MAC_OS] (gif_load): Remove unused variable `gcpro1'.
6165 [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
6852 (gif_load, gs_load): Use it.
7263 * image.c (gif_load): Fix size of allocated image buffer
8452 (gif_load): Cast return values of fn_DGifOpenFileName and
14358 (gif_load): Likewise.
15470 [HAVE_GIF] (gif_load): Sync with xfns.c.
26711 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
[all …]
H A DChangeLog.84 (png_load, tiff_load, jpeg_load, gif_load): Always GCPRO local
31 (gif_load): Pay attention to the :data keyword. Uses DGifOpen()
1763 * xfns.c (gif_load): Fix handling of interlaced GIFs.
2226 (png_load, jpeg_load, gif_load, x_create_tip_frame)
2656 (gif_load): Use it instead of `:image'.
4624 * xfns.c (gif_load): Improve multi-image support.
4628 * xfns.c (gif_load): Support multi-image files.
5847 (gif_load): Likewise.
H A DChangeLog.125116 (init_gif_functions, gif_load, imagemagick_image_p)
15502 * image.c (gif_load): Fix calculation of bottom and right corner.
16180 (png_load, gif_load, svg_load_image):
16188 (tiff_load, gif_load, imagemagick_load_image):
18539 * image.c (gif_load): Rename local to avoid shadowing.
18671 * image.c (gif_load): Add animation frame delay to the metadata.
18748 (gif_clear_image, gif_load, imagemagick_load_image)
18789 * image.c (gif_load): Fix omitted cast error introduced by
22598 (gif_load): Initialize transparent_p to zero (Bug#8238).
22607 (gif_load): Fix pointer signedness.
[all …]
H A DChangeLog.13983 (gif_load): Likewise.
6298 (gif_load): Call gif_close instead of DGifCloseFile. Divulge the
8870 * image.c (gif_load): libgif5 deinterlaces for us, so don't do
9721 * image.c (xpm_load, tiff_load, gif_load, imagemagick_load)
11621 * image.c (gif_load):
11660 (gif_load): For giflib v5.x and later, display the error message
12309 * image.c (gif_load): Change lint_assume to assume.
15128 * image.c (gif_load):
15824 (png_load_body, jpeg_load_body, tiff_load, gif_load)
16877 * image.c (gif_load): Check that subimages fit (Bug#14345).
[all …]
H A Dimage.c8605 gif_load (struct frame *f, struct image *img) in gif_load() function
11273 { SYMBOL_INDEX (Qgif), gif_image_p, gif_load, gif_clear_image,
H A DChangeLog.94109 (gif_load): Remove unused variable `inc'.
6946 (jpeg_load, tiff_load, gif_load, gs_load): Don't block/unblock input.
13117 (gif_load): Record the address of the current memory source
13278 (gif_load, gs_load, x_kill_gs_process): Ditto.
13280 * xfns.c (gif_load): Avoid sign extension and thus out of bounds
H A DChangeLog.111028 (PNG_JMPBUF, png_load, jpeg_load, tiff_load, gif_load)
2940 * image.c (gif_load): Add support for transparency and specified
4433 (gif_load): Likewise.
6482 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
9254 (gif_load): Put GIF extension data to the property
13688 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
18003 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
20703 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
29411 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
29530 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.25222 * src/image.c (gif_load) [HAVE_GIF]: Fix pointer signedness problem.
10300 * src/image.c (tiff_load, gif_load, svg_load_image)
23211 (gif_load) [HAVE_GIF]: Use it.
24859 (gif_load, imagemagick_load_image, imagemagick_load, svg_load)
26026 (jpeg_load_body, tiff_load, gif_load, imagemagick_load_image)
26076 * src/image.c (xpm_load, tiff_load, gif_load, imagemagick_load)
26389 (jpeg_load_body, tiff_load, gif_load, imagemagick_load_image)
32142 (pbm_load, png_load_body, jpeg_load_body, gif_load): Only use
32162 (gif_load, svg_load_image): Handle specified background, call
32173 (gif_load): Ditto.
H A DChangeLog.363568 * src/image.c (gif_load): Handle the case when GifErrorString
72148 * src/image.c (gif_load): When unable to parse a GIF specified
79762 (gif_load): Remove NS specific definitions.
90511 * src/image.c (gif_load): Handle the case when GifErrorString
125576 (image_build_heuristic_mask, pbm_load, gif_load) [USE_CAIRO]: Use
133381 (gif_load, imagemagick_load_image, svg_load_image) [USE_CAIRO]: Use
133387 (gif_load) [USE_CAIRO]: Multiply y-coordinate value by width instead
181933 * src/image.c (xbm_scan, gif_load):
211691 * src/image.c (xcolor_to_argb32, pbm_load, jpeg_load_body, gif_load):
211693 (xpm_load, gif_load): Avoid unnecessary casts.
[all …]
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.25222 * src/image.c (gif_load) [HAVE_GIF]: Fix pointer signedness problem.
10300 * src/image.c (tiff_load, gif_load, svg_load_image)
23211 (gif_load) [HAVE_GIF]: Use it.
24859 (gif_load, imagemagick_load_image, imagemagick_load, svg_load)
26026 (jpeg_load_body, tiff_load, gif_load, imagemagick_load_image)
26076 * src/image.c (xpm_load, tiff_load, gif_load, imagemagick_load)
26389 (jpeg_load_body, tiff_load, gif_load, imagemagick_load_image)
32142 (pbm_load, png_load_body, jpeg_load_body, gif_load): Only use
32162 (gif_load, svg_load_image): Handle specified background, call
32173 (gif_load): Ditto.
H A DChangeLog.31930 * src/image.c (gif_load): Handle the case when GifErrorString
36997 (image_build_heuristic_mask, pbm_load, gif_load) [USE_CAIRO]: Use
44800 (gif_load, imagemagick_load_image, svg_load_image) [USE_CAIRO]: Use
44806 (gif_load) [USE_CAIRO]: Multiply y-coordinate value by width instead
93353 * src/image.c (xbm_scan, gif_load):
123111 * src/image.c (xcolor_to_argb32, pbm_load, jpeg_load_body, gif_load):
123113 (xpm_load, gif_load): Avoid unnecessary casts.
123114 (gif_load): Fewer ifdefs.