Adobe Encapsulated PostScript (EPS)
EPS (Encapsulated PostScript) vector format is a version of PostScript-file. It is developed by Adobe Systems company as a universal format for digital imaging and polygraphy. Such files store two versions of images: the main version is a vector image itself saved as a description in PostScript language, the additional version is a pixel-based image with reduced resolution used for preview purposes. Settings of this format can be adjusted with the help of the following parameters.
bpp
Bpp parameter specifies the number of bits used to transfer one pixel color. Its allowed values are:
- 8 - 8 bpp (Grayscale)
- 24 - 24 bpp (True color, RGB)
The default value is: 24.
Example:
thumbnail
Thumbnail parameter specifies whether thumbnails should be created. Thumbnails are used to quickly preview images in browsers and graphics viewers. Its allowed values are:
- Yes - create thumbnails.
- No - do not create thumbnails.
The default value is: No.
Example:
general example
ICPCL.exe -convertto eps bpp:8 thumbnail:Yes -source "C:\Original files" -dest "C:\Converted files"