About Anaconda Help Download Anaconda

Pure Python library for PNG image encoding/decoding

copied from cf-staging / purepng

Installers

Info: This package contains files in non-standard labels.
  • osx-64 v0.2.0.post0
  • linux-64 v0.2.0.post0
  • win-32 v0.2.0
  • win-64 v0.2.0.post0

conda install

To install this package run one of the following:
conda install conda-forge::purepng
conda install conda-forge/label/cf201901::purepng
conda install conda-forge/label/cf202003::purepng
conda install conda-forge/label/gcc7::purepng

Description

PurePNG allows PNG image files to be read and written using pure Python. PurePNG can read and write all PNG formats. PNG supports a generous variety of image formats: RGB or greyscale, with or without an alpha channel; and a choice of bit depths from 1, 2 or 4 (as long as you want greyscale or a pallete), 8, and 16 (but 16 bits is not allowed for palettes). A pixel can vary in size from 1 to 64 bits: 1/2/4/8/16/24/32/48/64. In addition a PNG file can be interlaced or not. An interlaced file allows an incrementally refined display of images being downloaded over slow links (yet it's not implemented in PurePNG for now).

PurePNG is written in pure Python(that's why it's called Pure).


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.7) Legal | Privacy Policy