search for: tiffreaddirectory

Displaying 4 results from an estimated 4 matches for "tiffreaddirectory".

2008 Mar 11
1
R-console vs. bash console (execution halted)
...slave --args < /data/myscript.R this script invokes a range of functions and tools, among others to process a bunch of raster images in a loop using GDAL. The thing is that releasing this command in the bash results in the following error Error in function (handle) : GDAL Error 1: TIFFReadDirectory:/tmp/RtmpPCALnL/file265f67a6: cannot handle zero scanline size Calls: <Anonymous> -> .Call Execution halted The scripts halts, although there are more images to process. The question is why the script halts and why the script is not halted (but still "decorated" with errors) whe...
2005 May 13
1
Re: SpanDSP TXFax and multipage faxes problems
...2347 Planar Configuration: single image plane Page Number: 2-3 Group 3 Options: EOL padding (4 = 0x4) Here is tiffinfo of sample fax TIFF file that I have found looking for the TIFF/FAX specification - this one doesn't go either ! pbx:/var/spool/asterisk/fax-out# tiffinfo SAMPLEF.TIF TIFFReadDirectory: Warning, SAMPLEF.TIF: unknown field with tag 32860 (0x805c) encountered. TIFFReadDirectory: Warning, SAMPLEF.TIF: unknown field with tag 32861 (0x805d) encountered. TIFF Directory at offset 0x62cf Subfile Type: multi-page document (2 = 0x2) Image Width: 1728 Image Length: 852 Resolution: 204...
2004 Sep 26
0
Error Compiling libunicall for MFC/R2 with spandsp
...-lunicall -lspandsp -ldl -lpthread -laudiofile gcc -g -O2 -o .libs/testcall testcall.o /root/libunicall/.libs/libunicall.so -lspandsp -ldl -lpthread -laudiofile /usr/local/lib/libspandsp.so: undefined reference to `TIFFDefaultStripSize' /usr/local/lib/libspandsp.so: undefined reference to `TIFFReadDirectory' /usr/local/lib/libspandsp.so: undefined reference to `_TIFFmemcpy' /usr/local/lib/libspandsp.so: undefined reference to `_TIFFmemset' /usr/local/lib/libspandsp.so: undefined reference to `TIFFWriteScanline' /usr/local/lib/libspandsp.so: undefined reference to `_TIFFfree' /usr/l...
2006 Feb 22
0
Problem with receiving faxes with spandsp - full log included (long)
Hello, I have spandsp working with asterisk (tested on one PSTN fax machine). Today someone wanted to send me a fax, but there was a problem with the TIFF file. This is what asterisk console says: TIFFReadDirectory: /var/spool/asterisk/fax/1140608321.7.tif: cannot handle zero number of strips. MissingRequired: /var/spool/asterisk/fax/1140608321.7.tif: TIFF directory is missing required "StripOffsets" field. Do you have any idea what could be a problem? Below is full log from spandsp debug. Fe...