webp/examples
Pascal Massimino 4c60f63c64 make ReadPNG and ReadJPEG take a filename instead of a FILE
-> read is a bit slower (memory allocation and such) than reading directly from disk.

-> we're not yet ready to accept stdin as input (-- -) because we still need to guess
the file type with GetImageType(). And since we can't rewind on stdin, this will need
a bit more work before being able to read from stdin.

Change-Id: I6491fac4b07d28d1854518325ead88669656ddbf
2015-12-06 09:23:17 +01:00
..
2013-06-06 23:09:14 -07:00
2013-12-16 20:16:02 -08:00
2014-10-22 17:25:41 +02:00
2010-11-17 20:09:47 -08:00
2015-10-28 02:04:28 -07:00