Conversion Formats

Convert RGB to EMF

Convert Raw red, green, and blue samples to Enhanced Metafile

Raw red, green, and blue samples
Image Read Write
This is a color model display format that uses the three primary colors (blue, red and green) to create an image. Each color can have up to 255 gradations, allowing for color depths of up to 48 bits. RGB supports the display of 16,777,216 colors.
Enhanced Metafile
Vector Read Write
This format is applied in universal vector graphics in Windows applications. It’s used to store collections of graphical drawings. It stores data in the RGB range, not supporting the CMYK system. It can be used as the graphics language for a printer driver. It has a 16-bit structure.
Supported: Conversion from RGB to EMF is listed.

View RGB details View EMF details ← Back to all formats