Power_of_two_texturing - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Some graphics hardware are not capable of handling powers that do not have a size in the range of a power of two.
- Good examples
128x128 256x258 1024x1024 256*512
- Bad Examples
129x678 450x450 210x211
Here are some good power of two textures you may use for technical demonstrations, that are not plagued by JPEG compression...