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

Скачать
Страница из 430
232
Chapter 9: Creating a File Reader
Predefined iTool File Readers
iTool Developer’s Guide
Registered Properties
None
IDLitReadISV
The iTools Saved Variables file reader restores a saved iTool state (
*.isv
) file. All 
data objects in the file are placed into the current iTool data manager session, and all 
visualization objects are restored and displayed.
Registered Properties
None
IDLitReadJPEG
The iTools JPEG file reader uses the IDL READ_JPEG procedure to read a 
*.jpg
 or 
*.jpeg
 file and place the image data in an iTool image data object.
Registered Properties
None
IDLitReadJPEG2000
The iTools JPEG 2000 file reader uses the IDL READ_JPEG2000 procedure to read 
*.jp2
*.jpx
, or 
*.j2k
 file and place the image data in an iTool image data 
object.
Registered Properties
DISCARD_LEVELS — 
An integer specifying the number of highest resolution levels 
which will not appear in the result. See the DISCARD_LEVELS keyword to the 
IDLffJPEG2000::GetData method for additional details.
QUALITY_LAYERS — 
An integer specifying the maximum number of quality layers 
which will be returned in the result. Each layer contains the information required to 
represent the image at a higher quality, given the information from all the previous 
layers. See the MAX_LAYERS keyword to the IDLffJPEG2000::GetData method 
for additional details.
IDLitReadPICT
The iTools PICT file reader uses the IDL READ_PICT procedure to read a 
*.pct
 or 
*.pict
 file and place the image data in an iTool image data object.