Question by
HNKMaster · Apr 25, 2018 at 06:40 PM ·
textureresizewww.texture
Resizing a texture from internet
Hi everybody.
On one of our apps, I use a JSON with information for a table and between this info, there are urls with images for thumbnails on this table. When this table get too much information, the app slows down a lot. The issue is related to the thumbnail images, which some are too big (and some are NPOT) and eat too much resources. Is there a way to resize those images and make them POT?
Thanks in advance.
Comment
Your answer