What is the difference between .png24 and .g3?
- Extension
 - .png24
 - .g3
 
- Format
 - Binary
 - Binary
 
- Category
 - Raster Image
 - Fax
 
- Developer
 - PNG Working Group
 - CCITT
 
- Description
 - A PNG file is an image file stored in the Portable Network Graphic (PNG) format. It contains a bitmap of indexed colors and uses lossless compression, similar to a .GIF file but without copyright limitations. PNG files are commonly used to store graphics for web images.
 - Fax image created in the CCITT Group 3 compressed format, which is used for digital transmission of fax data and supports 1 bit per pixel; can be viewed by programs such as GIMP and IrfanView.
 
- MIME Type
 - image/png
 - image/g3fax
 
- Sample
 - sample.png24
 - sample.g3
 
- Wikipedia
 - .png24 on Wikipedia
 - .g3 on Wikipedia