Questions tagged [raster-graphics]

Use this tag for question about raster graphics (bitmap image)

raster graphics or bitmap image is a dot matrix data structure, representing a generally rectangular grid of pixels, or points of color, viewable via a monitor, paper, or other display medium. Raster images are stored in image files with varying formats

Wiki: https://en.wikipedia.org/wiki/Raster_graphics

32 questions
0
votes
1 answer

Drawing simple shapes, which is more efficient: Shaprenderer or SpriteBatch?

In my game, I have about 50 filled-circles with different size and different color distributed full screen, and they continuously resize themselves, creating animation. I'm currently using Shaperenderer to render all of them. This way, all the…
Hải Phong
  • 5,094
  • 6
  • 31
  • 49
0
votes
2 answers

Checking if vector object will be visible on print with given dpi and print size

I have file (*.shp used in GIS) that contains collection of polygons and maybe other vector objects (but polygons are most important for me). I need to remove non printable objects it. I don't know what criteria chose. I think removing objects with…
Maciek Sawicki
  • 6,717
  • 9
  • 34
  • 48
1 2
3