- add sources.
[platform/framework/web/crosswalk.git] / src / tools / telemetry / third_party / png / README.chromium
1 Name: Pure Python PNG Reader/Writer
2 Short Name: pypng
3 URL: https://github.com/drj11/pypng/
4 Version: 0
5 Date: 2009-03-11
6 Revision: dd1797c361eafa443878b0915f767b75bd518d3b
7 License: MIT
8 License File: NOT_SHIPPED
9 Security Critical: no
10
11 Description:
12 A png encoder and decoder for python. Used by telemetry to decode screenshots
13 captured via the gpuBenchmark.windowSnapshot API, which are returned as
14 Base64-encoded PNG files.
15
16 Local Modifications:
17 None.