Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DavidBuchanan314/hello_png

Example code from my blog post of the same title
https://github.com/DavidBuchanan314/hello_png

blog png png-encoder sample-code

Last synced: about 1 month ago
JSON representation

Example code from my blog post of the same title

Awesome Lists containing this project

README

        

# Hello PNG

This repo contains code that accompanies my blog post of the same title: https://www.da.vidbuchanan.co.uk/blog/hello-png.html

`hello_png_0.py` is the first example given in the article, resulting in `./samples/out_0.png`, which has the skeleton of a PNG file but contains no valid data.

`hello_png_1.py` is the final example given in the article, resulting in `./samples/out_1.png`, which *should* be a completely valid PNG file, visually identical to `./samples/hello_png_original.png`. It's larger than the original, for reasons outlined in the article.