hi everyone.
i'm developing 2d MMORPG. and image using jpg or png
but this is slow and need more memory so it give many problems on mobile by overflowed memory
so i'm consider to use texture compress..
but this is not easy because our game need supporting mobile (ios, android)
DXT: supported by all desktop devices and some Android devices
PVR: supported by all iOS devices and some Android devices
ETC1: supported by most Android devices
so i need auto-generater.
anybody know this?
like this https://blog.playcanvas.com/webgl-texture-compression-made-easy/
thx everybody