WRITE This button brings up the standard MS-Windows 'SAVE' dialog box. In addition the palette is changed to the normal MS-Windows colors. This change is done in order to make the dialog box entries more readable. The file formats recognized for writing by ImprocRAD, organized by extension are: .u08 = Unsigned 8-bit no header in 1-byte .u10 = Unsigned 10-bit no header in 2-bytes, upacked .u12 = Unsigned 12-bit no header in 2-bytes, upacked .u14 = Unsigned 14-bit no header in 2-bytes, upacked .u16 = Unsigned 16-bit no header in 2-bytes, upacked .pcx = Z-soft, now Microsoft PCX format, run-length encoded, 8-bit .bmp = Microsoft bitmap, uncompressed, 8-bit .mat = Matlab formats, 64-bit double, 32-bit floating point, 32-bit signed integer, 16-bit signed integer, 16-bit unsigned integer, 8-bit unsigned integer .fcr = Fuji Computed Radiolography format 10-bit, 2048-byte header .wjd = ImprocRAD proprietary format. One kByte header containing picture dimentsions and bit-depth among other information. Accomodates bit-depths from one to 16 bits. .s16 = signed, twos complement, 16-bit integers, no header .img = MedOptics format. Ten byte header. If the data is signed, the standard bias of 32768 is subtracted and then the image is written out in twos complement format. If the data is not signed, The internal data is bit-shifted two to the right and then written as an unsigned integer. If a file is read in as having been stored in .img format and then written, the input and output files will not differ. .fan = ImprocRAD format, ASCII, signed integer, format 06d, at the end of each line. .txt = ImprocRAD format, ASCII, three columns x, y, I. All are signed Integer, format 06d, after each triple. This help file was updated on May 7, 2001.