I'm working on an application (using SDK of Diva, on Diva analog board) which shall send colored FAXs. Before the fax is sent via function DivaSendFax the function DivaValidateFile is called which always returns with error indication: DivaErrorUnsupportedFormat The TIFF tags of my file are as follows: ImageWidth (1 Short): 1728 ImageLength (1 Short): 2444 BitsPerSample (3 Short): 8, 8, 8 Compression (1 Short): JPEG Technote #2 Photometric (1 Short): RGB StripOffsets (153 Long): 8, 1091, 2174, 3257, 4340, 5423, 6506, 7589,... Orientation (1 Short): TopLeft SamplesPerPixel (1 Short): 3 RowsPerStrip (1 Short): 16 StripByteCounts (153 Long): 1083, 1083, 1083, 1083, 1083, 1083, 1083,... XResolution (1 Rational): 200 YResolution (1 Rational): 200 PlanarConfig (1 Short): Contig ResolutionUnit (1 Short): Inch Software (10 ASCII): IrfanView JpegTables (289 Undefined): Does anybody have an idea what could be wrong? Does anybody has an example TIFF file which was working together with color fax functions of the Diva analog card. Thanks in advance for any good ideas.
↧