answersLogoWhite

0


Best Answer

Its called a raster, or bitmapped graphic.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are Graphic images called when each pixel is bit-mapped?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are graphic images where each pixel is bit-mapped?

The bitmapped graphics file is a .bmp file.


Graphic images where each pixel is bit-mapped and take up more memory?

Graphic images where each pixel is bit-mapped and take up more memory?


What does Vector and Bitmap mean?

Vector and bitmap are both image files. Bitmapped images are images that are stored on a pixel by pixel basis and because of this, when you enlarge the image it can appear blocky. A vector image is constructed from dots, lines, shapes, etc. Each part has a particular position within the image with it's own dimensions. Because vector images are constructed using images, they can be enlarged without loss of image quality. Vector images do not get the blocky appearance of an enlarged bitmap image.


What does bitmap mean Bitmap?

Vector and bitmap are both image files. Bitmapped images are images that are stored on a pixel by pixel basis and because of this, when you enlarge the image it can appear blocky. A vector image is constructed from dots, lines, shapes, etc. Each part has a particular position within the image with it's own dimensions. Because vector images are constructed using images, they can be enlarged without loss of image quality. Vector images do not get the blocky appearance of an enlarged bitmap image.


What kind of file has a name that ends withgif?

.gif stands for: "Graphic Interface File"; they are 8 bit graphic images allowing for 256 possible pixel colours using the RGB colour formating system.


What are the two types of images?

Vector and Raster or pixel images.


What is the differences between photos images pictures and graphics?

basically all this words refers to the same thing: pixel based images with difference that graphic are not taken with photo camera but rather drawn in some software and usually graphic contains solid colors only. Note that you can save images (graphics) in vector based format like svg for example but photos are strictly pixel based and taken with camera.


Does Vector images use pixel?

No. Raster images define images with pixels. But Vector images paint the pixels on your screen!


What is a graphic image where each pixel is bit-mapped?

gigantic cows


What is Name given to a single point in a computer graphic image?

PIXEL


What are the small dots which make up a bitmap graphic?

Pixel


How do you compare an image pixel by pixel in C plus plus?

In order to compare images pixel by pixel, both images must be uncompressed bitmaps of the same size, dimensions and colour depth. If you're looking for an exact match, then you simply compare the pixels in tandem (you can treat both images as being an array of int to speed up the process).