virtualeconomy / js-v-sdk

[DEPRECATED and please use https://github.com/virtualeconomy/js-vsys instead] Java Script library for V Systems
https://www.npmjs.com/package/@virtualeconomy/js-v-sdk
MIT License
10 stars 5 forks source link

Hosting images such as pixel art using js-v-sdk #70

Open vipertechofficial opened 2 years ago

vipertechofficial commented 2 years ago

Hello,

I built a pixel art editor https://github.com/pixa-pics/pixa-pics.github.io that produce from 10-100Kb images to which by then once in memory can be scaled by 6x to be displayed in Full HD and 4K the thing is that it doesn't surpass 50Kb in average even when it comes to 4K images before the source (which is limited to 512x512 pixel art) is scaled looking like a painting in PNG or SVG! we can really say that at the highest it is 150Kb which is the maximal size of png without any compression (no gzip, no lzp3, no brotli, ...) when it is in base64.