SIS can treat raster files as datasets. The dataset will contain one or more Bitmap items, which are linked to the file on disk.
Since SIS uses Win32 memory mapping techniques to speed up access to the bitmap data, you will find that the bitmap file is locked while SIS has it open. The lock will prevent other users from deleting the bitmap file. (Although many users can view the bitmap file as a dataset simultaneously.)
SIS can read raster files in the following formats (note that Plug-in Datasets may add to this list):
Displays bitmaps in Windows BMP format.
SIS supports the following BMP sub-formats:
Displays bitmaps in Graphics Interchange Format (GIF).
Displays bitmaps compressed in JPEG format.
JPEG is a "lossy" compression system which can achieve very high compression factors without picture quality suffering too much. The person creating the JPEG file chooses the compression factor, and this determines how much image quality is lost.
JPEG works best with colour photographs, where compression factors are typically around 0.05. (So the files are 20 times smaller than the BMP equivalent.)
JPEG works worst on line drawings - the compression algorithm tends to blur sharp edges and thin lines.
SIS creates four overlapping Bitmap items, each of which decompresses the JPEG image at different resolutions. The four items have different scale thresholds so only one of them is visible at a time. This provides fastest draw times for JPEG datasets.
If you want to use overlay scale thresholds with JPEG datasets then you should use Options [Application] to turn off the layering feature of JPEG datasets. This is because item scale thresholds are overridden by overlay scale thresholds, and all four bitmaps would be drawn.
Displays bitmaps in Portable Network Graphics (PNG) format. PNG files are often used on the Internet.
SIS supports the following PNG colour depths:
A run-length encoded bitmap file.
This format is used by some CAD systems for black and white images. If you have a choice of data format you should not use RLC, but use group 4 TIFF instead.
Group 4 compressed TIFF is smaller, and operates faster than RLC.
Tagged Image File Format bitmap. TIFF files can be in any colour depth from 1-bit (monochrome) to 24-bit (true colour).
SIS supports various compression schemes within TIFF files, including Packbits, Huffman, Group 3, Group 4 and uncompressed.
Top of page
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).