Shutting down PAPP as PNG

Turning it of and on and off again

Shutting down PAPP as PNG

I created a little Flask app a bit ago when the NFT project PunkApepen first launched as I was finding it difficult to download my NFT images. The PunkApepen's [AKA PAPPs] NFT images are saved on the blockchain as SVG files. SVG files act weird according to my Brave or Safari browsers, so I wrote some Python code to grab the SVG from the blockchain, scale it to 1024x1024 and then save it to a PNG file. After getting it working I created a simple web UI to host the script as others may have found it useful.

The PunkApepen site recently was updated to offer not only the ability to download your PAPP as a PNG, but also to change out the background of the NFT image as well.

download your PAPP
change the background color and download your PunkApepen as png or svg file.

So, since my site is a bit redundant now, I will be shutting it down.

I will keep the original code repo incase someone out there would like to see how to grab NFT images from a blockchain and then modify them.

GitHub - BitsofJeremy/get_papp_flask: Simple Flask website to get PAPP NFTs from the Blockchain, export from SVG to PNG
Simple Flask website to get PAPP NFTs from the Blockchain, export from SVG to PNG - GitHub - BitsofJeremy/get_papp_flask: Simple Flask website to get PAPP NFTs from the Blockchain, export from SVG…

If you have any questions, feel free to reach out on Warpcast, or Twitter.

Have fun.