What is the difference between .png32 and .vst?
- Extension
 - .png32
 - .vst
 
- Format
 - Binary
 - Binary
 
- Category
 - Raster Image
 - Raster Image
 
- Developer
 - PNG Working Group
 - Truevision
 
- 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.
 - Raster image based on the Targa Truevision format; can store data up to 32 bits per pixel, with 24 bits for the RGB information and 8 bits for the alpha channel; may also incorporate lossless RLE compression to reduce the file size.
 
- MIME Type
 - image/png
 - image/x-targa
 
- Sample
 - sample.png32
 
- Wikipedia
 - .png32 on Wikipedia
 - .vst on Wikipedia