Searched refs:GIF (Results 1 – 25 of 31) sorted by relevance
12
/external/jpeg/ |
D | jconfig.vms | 27 #define GIF_SUPPORTED /* GIF image file format */
|
D | jconfig.mac | 31 #define GIF_SUPPORTED /* GIF image file format */
|
D | jconfig.dj | 27 #define GIF_SUPPORTED /* GIF image file format */
|
D | jconfig.cfg | 32 #define GIF_SUPPORTED /* GIF image file format */
|
D | jconfig.wat | 27 #define GIF_SUPPORTED /* GIF image file format */
|
D | jconfig.manx | 31 #define GIF_SUPPORTED /* GIF image file format */
|
D | jconfig.sas | 33 #define GIF_SUPPORTED /* GIF image file format */
|
D | usage.doc | 241 -gif Select GIF output format. Since GIF does not support 291 set of colors to be used. The FILE must be a GIF 316 Color GIF files are not the ideal input for JPEG; JPEG is really intended for 319 colors. GIF works great on these, JPEG does not. If you want to convert a 320 GIF to JPEG, you should experiment with cjpeg's -quality and -smooth options 335 GIF input files are no longer supported, to avoid the Unisys LZW patent. 336 Use a Unisys-licensed program if you need to read a GIF file. (Conversion 337 of GIF files to JPEG is usually a bad idea anyway.) 364 To avoid the Unisys LZW patent, djpeg produces uncompressed GIF files. These 365 are larger than they should be, but are readable by standard GIF decoders.
|
D | jconfig.vc | 34 #define GIF_SUPPORTED /* GIF image file format */
|
D | jconfig.st | 29 #define GIF_SUPPORTED /* GIF image file format */
|
D | jconfig.bcc | 35 #define GIF_SUPPORTED /* GIF image file format */
|
D | jconfig.mc6 | 41 #define GIF_SUPPORTED /* GIF image file format */
|
D | README | 185 The IJG distribution formerly included code to read and write GIF files. 186 To avoid entanglement with the Unisys LZW patent, GIF reading support has 187 been removed altogether, and the GIF writer has been simplified to produce 189 resulting GIF files are larger than usual, but are readable by all standard 190 GIF decoders. 194 CompuServe Incorporated. GIF(sm) is a Service Mark property of
|
D | filelist.doc | 155 rdgif.c GIF file input (now just a stub). 163 wrgif.c GIF file output (a mere shadow of its former self).
|
D | change.log | 43 To avoid the Unisys LZW patent, djpeg's GIF output capability has been 44 changed to produce "uncompressed GIFs", and cjpeg's GIF input capability
|
D | jconfig.doc | 125 #define GIF_SUPPORTED /* GIF image file format */
|
D | install.doc | 434 even compile. (The PPM code does work, as explained below. The GIF 435 code works too; it scales 8-bit GIF data to and from 12-bit depth
|
D | libjpeg.doc | 2869 and GIF file formats; you must disable the other file formats to compile a
|
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/ |
D | atomdefs.h | 389 #define GIF 0x0001 macro
|
/external/tinyxml/ |
D | readme.txt | 175 system, you won't see output that matches the GIF file even if you can parse
|
/external/webkit/WebKit/gtk/ |
D | ChangeLog | 754 Fix GIF animations. WebCore will not update animated GIFs if
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 7297 …Fixed <rdar://problem/3985889> REGRESSION (125-180): setting <img> src to GIF that already animate… 7546 animated GIF frame rendering. 7878 Fixed <rdar://problem/3977727> WebKit should use new SPI to support faster GIF rendering 8293 Fixed <rdar://problem/3951911> REGRESSION: Animated GIF images with loop counts no longer update 8387 Fixed <rdar://problem/3926825> Safari ignores GIF loop count 8877 Restrict our support for animated images to GIF. We used to 8915 Also added implementation of repetition count for animated GIF images. 21309 Fixed 3231031. Use the normal methodology for displaying each frame of a GIF. That is, 23142 handling of GIF animation loops with no loop counting, bug 3090341. 24781 … (-[WebImageRenderer initWithData:MIMEType:]): Check for nil, also don't check for GIF signature
|
D | ChangeLog-2002-12-03 | 2521 (-[WebImageRenderer checkDataForGIFExtensionSignature:]): Checks incoming data for the GIF 2526 GIF extension signature. This workaround can be removed once we require a system new enough to have
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-05-10 | 14640 REGRESSION: GIF animation speeds are wrong on a page with many animated GIFs 14642 No layout test because I don't know how to test animated GIF speed. 14687 No layout test because I don't know how to test animated GIF speed. 14691 getting the duration from the GIF. 23756 Also optimized the GIF loop that sets the RGBA values to
|
D | ChangeLog-2007-10-14 | 9461 Move the GIF frame duration minimum check into the various 9494 overflow check in the GIF decoder. Now interlaced GIFs don't 11342 of encoded size, but that is not true of GIF, whose decoded size can be 18967 Cairo animated GIF support is broken 20808 GIF animation throttling is different from MSIE 50568 animated GIF and just re-decode them on the fly if the animation loops. 50570 …Whenever a large animated GIF has its animation reset, we will also just throw out everything and … 50573 …With this patch and the sample GIF used to test, WebKit's memory consumption went from 160MB down …
|
12