GBear Posted November 16, 2016 Share Posted November 16, 2016 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 Quote Link to comment Share on other sites More sharing options...
dimanux Posted November 16, 2016 Share Posted November 16, 2016 Hi Recently we've implemented this functionality with 3 offline command-line programs: PVRTexToolCLI for PVR, CompressonatorCLI for DXT and Crunch for ETC1. Quote Link to comment Share on other sites More sharing options...
PixelPicoSean Posted November 17, 2016 Share Posted November 17, 2016 Create your own script using "imagemagick". It's powerful for any kind of image conversion. Quote Link to comment Share on other sites More sharing options...
GBear Posted December 22, 2016 Author Share Posted December 22, 2016 @dimanux sounds greate.. can you share it?@PixelPicoSean thx imagemagick .. i check it..... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.