Справочник Пользователя для ITT Rule IDL Version 7.0

Скачать
Страница из 430
256
Chapter 10: Creating a File Writer
Predefined iTool File Writers
iTool Developer’s Guide
IDLitWriteEMF
The iTools EMF file writer uses the iTools system clipboard to write an image and its 
color table vectors to a Microsoft Windows Enhanced Metafile (
.emf
). 
Registered Properties
GRAPHICS_FORMAT — 
A integer that specifies whether graphics should be 
rendered using bitmap (0) or vector (1) output.
IDLitWriteEPS
The iTools EPS file writer uses the iTools system clipboard to write an image and its 
color table vectors to a Encapsulated PostScript (.eps) file. 
Registered Properties
COLOR_MODEL — 
An integer that specifies whether graphics should be rendered 
using the RGB (0) or CMYK (1) PostScript Output Color Model.
GRAPHICS_FORMAT — 
An integer that specifies whether graphics should be 
rendered using bitmap (0) or vector (1) output.
IDLitWriteISV
The iTools ISV file writer saves the current iTool state, including data in the data 
manager, visualizations, annotations, and operation property settings to a file with the 
extension 
.isv
. ISV files can be restored by launching an iTool and selecting the file 
using the File
→ Open menu item.
Registered Properties
None
IDLitWriteJPEG
The iTools JPEG file writer uses the IDL WRITE_JPEG procedure to write 
compressed images to files. JPEG (Joint Photographic Experts Group) is a 
standardized compression method for full-color and gray-scale images.
Registered Properties
GRAYSCALE — 
A boolean value that specifies whether the image should be written 
as TrueColor or Grayscale
QUALITY — 
An integer specifying the quality index, in the range of 0 (terrible) to 
100 (excellent) for the JPEG file. The default value is 75, which corresponds to very