What is the difference between .j2k and .emf?
- Extension
- .j2k
- .emf
- Format
- Binary
- Binary
- Category
- Raster Image
- Vector Image
- Developer
- Joint Photographic Experts Group
- Microsoft
- Description
- Compressed bitmap image that uses wavelet compression instead of the DCT compression used by standard .JPEG images; supports 16-bit color, alpha transparency, and lossless compression.
- 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/jp2
- application/x-msmetafile
- Sample
- sample.j2k
- sample.emf
- Wikipedia
- .j2k on Wikipedia
- .emf on Wikipedia