Searched refs:animation (Results 1 – 7 of 7) sorted by relevance
12 color profile, metadata and animation. Reference command-line tools 'webpmux'72 Create animation:74 where: 'file_i' is the i'th animation frame (WebP format),81 Number of times to repeat the animation.109 files. This API currently supports XMP/EXIF metadata, ICC profile and animation.
120 * documentation / vwebp updates for animation155 * Container spec amended with new 'blending method' for animation.170 * color profile, metadata (XMP/EXIF) and animation support finalized in the175 * vwebp given color profile & animation support
7 option(WEBP_BUILD_ANIM_UTILS "Build animation utilities." ON)11 option(WEBP_BUILD_IMG2WEBP "Build the img2webp animation tool." ON)
236 3daf7509 WebPParseHeaders: remove obsolete animation TODO569 a4a8e5f3 vwebp: clear canvas during resize w/o animation570 67c25ad5 vwebp: clear canvas during resize w/o animation1494 e96170fe Merge "vwebp/animation: display last frame on end-of-loop"1495 0f017b56 vwebp/animation: display last frame on end-of-loop2290 e18e6677 demux: strictly enforce the animation flag2681 6378f238 Merge "vwebp/animation: fix background dispose" into 0.3.02683 04c7a2ec vwebp/animation: fix background dispose2691 302efcdb Decode: return more meaningful error for animation2968 fa30c863 Update mux code to match the spec wrt animation[all …]
482 Animated GIF files can be converted to WebP files with animation using the
1000 const int animation = !!(webp_info->feature_flags_ & ANIMATION_FLAG); in Validate() local1035 if (!animation && webp_info->num_frames_ > 1) { in Validate()1039 if (animation && (!webp_info->chunk_counts_[CHUNK_ANIM] || in Validate()
255 This will set up the given function to be called back on the animation callback, and then you have …273 // Set up the game to run in the window animation callback on iOS
Completed in 17 milliseconds