If use your pin to draw dots and try to form a circle, you'll get the idea. The fact that those dots are very small is what makes us unable to see them, instead we see the whole image not dots but if you try to enlarge (or zoom in) a jpg you'll see the dots:
When you enlarge an image using imaging software (like Adobe Photoshop), the program doesn't just rescale the pixels (so it doesn't look as bad as the above example) instead it tries to predict or guess the new pixels to add in order to fill in the spaces you made when you enlarged the image using many techniques like simulating the nearest available dot or better getting info from all the dots surrounding the new dot to guess what it looks like:
As you see it is better than just zooming in but now it looks blurry because of the dots that the program had to insert to get the new size. Needless to say that rescaling or even zooming an image to a smaller size won't be a problem at all. It fact it mostly will look sharper.
Converting between the different bitmap formats is really easy. It is just opening the image file and choosing Save As. Like when you convert bmp to jpg. It is so easy because they are all bit maps.
Because of the nature of vector graphics, they generally have smaller file size than bitmaps (just formulas not info about every dot in the image). They are so easy resizing. Like in the above example to double the circle size, the software just has to modify the formula from a circle with 3 units radius; to a circle with 6 units radius and you'll get very sharp new image without any loss in quality and in a double size. Fonts are a good example of vector graphics no matter how you enlarge your font, it will look very sharp.
Because they are just mathematical formulas, vector drawings cannot be as good as bitmaps when you need; much details of shades that is why they could be used for your company logo but for pictures of people it won't be as good as bitmaps and it will mostly look like cartoons.
Converting from a vector to a bitmap is generally much easier than the opposite. To convert from bitmap to vector, you need something like tracing. It is almost like; drawing over the bitmap to get a vector. Some software exist to help you accomplish this task like in Adobe Illustrator CS2 but you will have to do some work to get better results. It will never be a matter of opening the jpg image and Save As Illustrator ai file.
Some file formats could have both raster (bitmap) and vector like pdf, pgm and emps.
Current Comments (2)
THANKES
thanks for givin me my project answers