Difference between JPEG and Bitmap Last Updated : 30 Mar, 2020 Summarize Comments Improve Suggest changes Share Like Article Like Report Prerequisites - Image Formats JPEG and Bitmap are two different types of format used to store the images. JPEG: The full form JPEG is Joint Photographic Experts Group.And there are two extensions used to store image in this format, these are .jpg and .jpeg . It uses lossy compression algorithm which means in reducing the size of image some data are lost. Bitmap: A bitmap is an image file format which is used to store the digital images. The word bitmap means map of bits. They are used to create realistic graphics and images. .bmp and .dib extensions are used to store image in this format. Let's see the Difference between JPEG and BITMAP: S.NO. JPEG BITMAP 1 It stands for Joint Photographic Experts Group.. It stands for Map of Bits. 2 It uses lossy compression algorithm. It uses lossless compression algorithm.. 3 Some of the image information is lost on decompression. No image information is lost on decompression. 4 They are quite complex . While, bitmaps are very simplistic. 5 It had a few patent debacles in the past. It is patent free. 6 It doesn’t support transparency in the images. It supports transparency in the images. 7 Mostly used in the photography. It mostly is used in creating realistic graphics and images 8 Extensions used are .jpg and .jpeg.. Extensions used are .bmp and .dib. Comment More infoAdvertise with us Next Article Difference between JPEG and Bitmap S SHUBHAMSINGH10 Follow Improve Article Tags : Computer Graphics Image-Processing computer-graphics Similar Reads Difference between JPEG and PNG JPEG and PNG are two different types of format used to store the images. JPEG: It stands for Joint Photographic Experts Group. Extensions used to store image in this format are .jpg and .jpeg. It uses lossy compression algorithm, it means some of the image data is lost but image size is reduced. PNG 4 min read Difference between JPEG and GIF JPEG and GIF are two different types of format used to store the images. JPEG: JPEG stands for Joint Photographic Experts Group. .jpg and .jpeg extensions are used to store image in this format. It uses lossy compression algorithm, it means some of the image data is lost. GIF: GIF stands for Graphic 1 min read Difference between SVG and JPEG SVG: SVG stands for Scalable Vector Graphics. SVG files use .svg extension. It is a vector image composed of paths. SVG files are editable and mostly used for the devices with high pixel density. Example : Code: html <svg height="100" width="100"> <circle cx="50 1 min read Difference Between JPEG and MPEG Pre-requisites: JPEG, MPFG JPEG stands for Joint Photographic Experts Group. .jpg and .jpeg extensions are used to store images in this format. It uses a lossy compression algorithm, which means some of the image data is lost. Advantages of JPEG: Small file size: JPEG images can be compressed to sma 3 min read Difference between PNG and GIF GIF and PNG are the two different types of formats used to store the images. GIF: GIF stands for graphics interchange format. The extensions used to store images in this format are .gif and .gfa. It uses the lossless compression algorithm and supports 8-bit color. PNG: It stands for portable network 1 min read Like