Lines Matching refs:can
13 contains the library that can be used in other programs to add WebP support,
24 property rights grant can be found in the file PATENTS.
82 '--enable-libwebpdecoder' flag. The encode library is built separately and can
89 MIPS Linux toolchain stable available releases can be found at:
116 With CMake, you can compile libwebp, cwebp, dwebp, gif2web, img2webp, webpinfo
141 Finally, once installed, you can also use WebP in your CMake project by doing:
196 DLL that can be loaded via System.loadLibrary("webp_jni").
307 so that subsequent options can take effect on top of this preset.
323 You can try -m 5 or -m 6 to explore more (time-consuming) encoding
332 This is simply to demonstrate the use of the API. You can verify the
375 'webpinfo' can be used to print out the chunk level structure and bitstream
376 header information of WebP files. It can also check if the files are of valid
395 you can try to manually compile it using the recommendations below.
447 The utility 'img2webp' can turn a sequence of input images (PNG, JPEG, ...)
482 Animated GIF files can be converted to WebP files with animation using the
483 gif2webp utility available under examples/. The files can then be viewed using
496 lossless compression by default; can be
515 With the libgif development files installed, gif2webp can be built using
525 Test utility anim_diff under examples/ can be used to compare two animated
526 images (each can be GIF or WebP).
543 With the libgif development files and a C++ compiler installed, anim_diff can
620 // and can receive the Y/U/V samples.
656 decoding to raw Y'CbCr samples. One can also decode the image directly into a
667 In the case when data is being progressively transmitted, pictures can still
669 is stored into an instance of the WebPIDecoder object. This object can be
680 can be used to decode the picture further. There are two (mutually exclusive)
691 Note that 'buffer' can be modified between each call to WebPIUpdate, in
705 Lastly, note that decoding can also be performed into a pre-allocated pixel
718 an otherwise too-large picture. Some CPU can be saved too, incidentally.
736 // Optionally the external image decode buffer can also be specified.
738 // Optionally, the config.output can be pointed to an external buffer as
749 // Any one of these steps can be used to decode the WebP image.
768 // It can be saved, displayed or otherwise processed.