perawallet / pera-wallet

Source code for Pera Wallet, simply the best Algorand wallet.
https://perawallet.app
Other
188 stars 60 forks source link

WEBP support for NFT gallery #74

Closed runvnc closed 2 years ago

runvnc commented 2 years ago

Hello, so I run https://algonfts.art, which is a tool for generating and minting Arc69 NFTs with random combinations of traits (and images) as well as LiveScript for procedural generation. While developing version 2 of my engine, I noticed that WEBP files can be more than 10 times smaller than PNG output. I researched and discovered that compatibility and support is now very good for WEBP. So all images are generated and minted as WEBP in my new engine.

I don't know if this is still relevant https://stackoverflow.com/questions/32091675/how-to-use-webp-image-in-uiimageview-swift since it is from several years ago.

taylanpince commented 2 years ago

WebP is now fully supported.