Home | History | Annotate | only in /external/chromium_org/tools/telemetry/third_party/png
Up to higher level directory
NameDateSize
png.py20-Jun-2014154.1K
README.chromium20-Jun-2014448

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.