Questions tagged [mipmaps]

Mipmaps (also MIP maps) are pre-calculated, optimized collections of images that accompany a main texture, intended to increase rendering speed and reduce aliasing artifacts.

In 3D computer graphics texture filtering, mipmaps (also MIP maps) are pre-calculated, optimized collections of images that accompany a main texture, intended to increase rendering speed and reduce aliasing artifacts. They are widely used in 3D computer games, flight simulators and other 3D imaging systems. The technique is known as mipmapping. The letters "MIP" in the name are an acronym of the Latin phrase multum in parvo, meaning "much in little". Mipmaps need more space in memory. They also form the basis of wavelet compression.

230 questions
-1
votes
1 answer

Android multi size screen and mipmap images in Android

i have a problem in my project,in this project includes all layout folders for multi size application . layouts: layout/fragment_second.xml layout-large/fragment_second.xml/ layout-xlarge/fragment_second.xml layout-small/fragment_second.xml and a…
Farzad
  • 212
  • 2
  • 6
  • 19
-1
votes
1 answer

Directx 11.2 mipmaps with SharpDX?

I'm using the 11.2 compatible build of SharpDX and have rendering going up well so far, however i'm starting to test things out with large textures and would need mipmaping to avoid the ugly artifacts of higher than screen resolution textures. From…
Ronan Thibaudau
  • 3,413
  • 3
  • 29
  • 78
-1
votes
1 answer

OpenGL save compressed textures and mipmaps

I'm trying to make my loading a bit faster (right now engine loads TGA files, compress them and creates mipmaps and it takes too long) So my idea is to save already compressed textures and next time just copy-paste it to memory without compressing…
Skides
  • 295
  • 1
  • 5
  • 14
-2
votes
1 answer

No resource found that matches the given name (at 'icon' with value '@mipmap/ic_chat_black')

When signed an apk got this message Error:(6, 23) No resource found that matches the given name (at 'icon' with value '@mipmap/ic_chat_black').
roboDb
  • 3
  • 2
-3
votes
1 answer

How to find images in a specific folder with a size not multiple of 2?

I've some folders with about 200 images and I'd like to highlight the images with a size not multiple of 2. Is there an efficient way of doing so? Best Regards!
1 2 3
15
16