Home
last modified time | relevance | path

Searched refs:GIF (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/giflib/doc/gifstandard/
Dgif87.txt21 GIF and 'Graphics Interchange Format' are trademarks of
33 Graphics Interchange Format (GIF) Specification
37 GIF SIGNATURE . . . . . . . . . . . . . . . . page 4
43 GIF TERMINATOR . . . . . . . . . . . . . . . . page 8
44 GIF EXTENSION BLOCKS . . . . . . . . . . . . . page 8
50 Graphics Interchange Format (GIF) Page 3
58 'GIF' (tm) is CompuServe's standard for defining generalized color
67 information necessary for a programmer to implement GIF encoders and
71 The first section of this document describes the GIF data format
72 and its components and applies to all GIF decoders, either as standalone
[all …]
Dgif89.txt22 this manner, we ask developers of GIF encoding software to NOT implement
24 particular market is not ready for it. This will give developers of GIF
27 GIF's. It is not required that encoders change their software to take
34 Extension Blocks that have been used by developers of GIF applications.
162 Using GIF as an embedded protocol.......................................... 5
202 GIF Grammar................................................................ 25
298 software; computer software utilizing GIF(sm) must acknowledge ownership of the
300 User and Technical Documentation. Computer software utilizing GIF, which is
309 CompuServe Incorporated. GIF(sm) is a Service Mark property of
361 graphic. A GIF Data Stream is a sequence of protocol blocks and sub-blocks
[all …]
/third_party/giflib/
Dhistory.adoc3 GIF (Graphics Interchange Format) was originally developed on the
5 by a GIF standard issued in 1987 and revised in 1989. A copy of the
9 with command-line tools for generating and viewing and analyzing GIF
20 function pair for enabling non-sequential operations on GIF images
25 which is how GIF became (with JPEG) one of the two most popular image
29 compression method used in GIF theatened adverse legal consequences
47 By 2006, support for PNGs was sufficiently universal that GIF could be
48 described as a legacy format. Anything you can do with it GIF could
50 like "Burn All GIFs Day" in November 1999) the GIF format has remained
72 The utilities in this source tree were important as GIF production
DREADME3 This is the README file of GIFLIB, a library for manipulating GIF files.
10 GIF is a legacy format; we recommend against generating new images in
14 giflib provides code for reading GIF files and transforming them into
15 RGB bitmaps, and for writing RGB bitmaps as GIF files.
Dcontrol8 Description: a library for rendering and generating GIF image files.
9 This is the GIF service code in C used for over two decades by graphics
19 #XBS-Project-Tags: GIF, graphics
DNEWS122 malformed GIF.
160 * Bail out of GIF read on invalid pixel width. Addresses Savannah bug
170 reachable with malformed GIF).
258 Fix for a rare misrendering bug when a GIF overruns the decompression-code
260 animated GIF; still images of ordinary size should have been immune.
323 other than GIF file openers, the code is now put in an Error member of
328 * GIF file openers - DGifOpenFileName(), DGifOpenFileHandle(), DGifOpen(),
364 features of GIF are now read and preserved, for whatever good that
410 * To go with its new name, gif2raw now dumps raw pixels from a GIF if the
430 * The documentation now includes "What's In A GIF", a very detailed narrative
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp333 for (GlobalIFunc &GIF : M.ifuncs()) { in run()
334 Changed |= RemoveUnusedGlobalValue(GIF); in run()
336 if (!GIF.isDiscardableIfUnused()) in run()
337 MarkLive(GIF); in run()
339 UpdateGVDependencies(GIF); in run()
388 for (GlobalIFunc &GIF : M.ifuncs()) in run()
389 if (!AliveGlobals.count(&GIF)) { in run()
390 DeadIFuncs.push_back(&GIF); in run()
391 GIF.setResolver(nullptr); in run()
424 for (GlobalIFunc *GIF : DeadIFuncs) in run()
[all …]
/third_party/ffmpeg/tests/fate/
Dgif.mak22 FATE_GIF_ENC-$(call ENCDEC, GIF, GIF) = $(FATE_GIF_ENC_PIXFMT:%=fate-gifenc-%)
27 FATE_GIF-$(call DEMDEC, GIF, GIF) += $(FATE_GIF)
Dlavf-video.mak9 FATE_LAVF_VIDEO-$(call ENCDEC, GIF, GIF) += gif
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/
Dimages_demo.dart26 tabName: 'GIF',
30 label: 'Example of animated GIF',
/third_party/flutter/skia/third_party/externals/wuffs/test/data/artificial/
Dgif-multiple-loop-counts.gif.make-artificial.txt3 # This GIF image contains multiple "loop count" entries.
16 # Note also that the loop count as written in the GIF file format has "excludes"
24 # animation frame 3 times. There is no absent option. Wuffs' numbers and GIF's
Dgif-frame-out-of-bounds.gif.make-artificial.txt3 # This GIF image contains four frames, each of which are outside the nominal
24 # The GIF specification (https://www.w3.org/Graphics/GIF/spec-gif89a.txt) calls
42 # Go rejected some (off-spec) GIF files that other decoders accept.
/third_party/boost/libs/graph/doc/figs/
DMakefile33 GIF = $(FIG:.fig=.gif) macro
37 gifs: $(GIF)
/third_party/flutter/skia/third_party/externals/wuffs/doc/
Droadmap.md7 - Finish the GIF decoder.
11 - Design an image API that works with all these, including animated GIF.
Dbenchmarks.md49 packages like GIF and PNG) is to use the `wuffs` command line tool, as it will
110 # GIF chapter
114 1165 × 859 (approximately 1000k pixels) and a GIF image (a paletted image) is 1
/third_party/flutter/skia/third_party/externals/libwebp/cmake/
Ddeps.cmake79 # GIF detection, gifdec isn't part of the imageio lib.
83 find_package(GIF)
86 # GIF find_package only locates the header and library, it doesn't fail
/third_party/flutter/skia/third_party/externals/wuffs/doc/note/
Dquirks.md13 For example, in an animated GIF image, the first frame might not fill out the
32 GIF-specific quirks have a `uint32_t` value of `((0xF8586 << 10) | n)`, for
/third_party/skia/third_party/externals/libwebp/cmake/
Ddeps.cmake89 # GIF detection, gifdec isn't part of the imageio lib.
93 find_package(GIF)
96 # GIF find_package only locates the header and library, it doesn't fail
/third_party/giflib/tests/
Dtreescap-interlaced.dmp15 GIF file terminated normally.
Dtreescap.dmp15 GIF file terminated normally.
Dsolid2.dmp15 GIF file terminated normally.
Dporsche.dmp15 GIF file terminated normally.
Dgifgrid.dmp22 GIF file terminated normally.
Dx-trans.dmp24 GIF file terminated normally.
/third_party/giflib/doc/
D00README9 GIF standards documents can be found in the directory gifstandard/

1234