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