mirror of
				https://github.com/webmproject/libwebp.git
				synced 2025-10-31 10:25:46 +01:00 
			
		
		
		
	webp-container-spec: add some missing commas
The serial comma change is based on the Chicago Manual of Style (CMOS), 17th edition. Change-Id: I642d6eb87492bb671869b25415c59b96b749c798
This commit is contained in:
		| @@ -22,8 +22,8 @@ Introduction | |||||||
|  |  | ||||||
| WebP is an image format that uses either (i) the VP8 key frame encoding to | WebP is an image format that uses either (i) the VP8 key frame encoding to | ||||||
| compress image data in a lossy way or (ii) the WebP lossless encoding. These | compress image data in a lossy way or (ii) the WebP lossless encoding. These | ||||||
| encoding schemes should make it more efficient than older formats such as JPEG, | encoding schemes should make it more efficient than older formats, such as JPEG, | ||||||
| GIF and PNG. It is optimized for fast image transfer over the network (for | GIF, and PNG. It is optimized for fast image transfer over the network (for | ||||||
| example, for websites). The WebP format has feature parity (color profile, | example, for websites). The WebP format has feature parity (color profile, | ||||||
| metadata, animation, etc.) with other formats as well. This document describes | metadata, animation, etc.) with other formats as well. This document describes | ||||||
| the structure of a WebP file. | the structure of a WebP file. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user