What is the difference between .ilbm and .emf?
- Extension
- .ilbm
- .emf
- Format
- Binary
- Binary
- Category
- Raster Image
- Vector Image
- Developer
- Electronic Arts
- Microsoft
- Description
- ILBM (Interleaved Bitmap) is a file format designed primarily for storing bitmap images. It was developed by Electronic Arts as part of the Electronic Arts Interchange File Format (EA IFF 85) and became widely known for its use in Deluxe Paint, a popular graphics editing program on the Commodore Amiga computer in the 1980s and 1990s. ILBM files support features such as multiple bit planes, which allow for efficient representation of images with various depths, making them suitable for computer graphics of that era. Additionally, the format can include color palettes and optional compression, making it versatile for storing detailed images with limited color ranges.
- Windows vector graphics format recognized by many image-editing applications; basically a 32-bit version of the original Windows Metafile Format (.WMF), which only supports 16-bit data; saves image data in an RGB format and does not support CMYK data.
- MIME Type
- image/ilbm
- application/x-msmetafile
- Sample
- sample.emf
- Wikipedia
- .ilbm on Wikipedia
- .emf on Wikipedia