Re: [asterisk-users] SendFAX - multi-page TIFF

2012-10-07 Thread Mikhail Lischuk
Gabriel Ortiz Lour писал 06.10.2012 17:07: I am using this command to generate the TIFF from a PDF: /usr/bin/gs -q -sDEVICE=tiffg3 -sPAPERSIZE=a4 -r204x196 -dNOPAUSE -sOutputFile=$tiffFile -- $pdfFile I use imagemagic's convert instead of gs, for gs gave me lots of problems I had no time

Re: [asterisk-users] SendFAX - multi-page TIFF

2012-10-07 Thread Steve Underwood
On 10/07/2012 04:56 PM, Mikhail Lischuk wrote: Gabriel Ortiz Lour писал 06.10.2012 17:07: I am using this command to generate the TIFF from a PDF: /usr/bin/gs -q -sDEVICE=tiffg3 -sPAPERSIZE=a4 -r204x196 -dNOPAUSE -sOutputFile=$tiffFile -- $pdfFile I use imagemagic's convert instead of gs,

Re: [asterisk-users] SendFAX - multi-page TIFF

2012-10-07 Thread Steve Underwood
Hi Gabriel, There is something weird about your pages. They are supposed to be 1728x2292 pixels, and yet there are apparently 4969 rows in the strip. Regards, Steve On 10/06/2012 10:07 PM, Gabriel Ortiz Lour wrote: I am using this command to generate the TIFF from a PDF: /usr/bin/gs -q

Re: [asterisk-users] SendFAX - multi-page TIFF

2012-10-07 Thread Mikhail Lischuk
Steve Underwood писал 07.10.2012 15:23: The commands you will find at http://www.soft-switch.org/spandsp_faq/ar01s14.html [1] will reliably produce standard, fine, and superfine image files in the various common FAX formats. Thanks, I will look into that. However, I tested it on

Re: [asterisk-users] SendFAX - multi-page TIFF

2012-10-06 Thread Gabriel Ortiz Lour
I am using this command to generate the TIFF from a PDF: /usr/bin/gs -q -sDEVICE=tiffg3 -sPAPERSIZE=a4 -r204x196 -dNOPAUSE -sOutputFile=$tiffFile -- $pdfFile And tiffinfo for a 2 page generate file gives: # tiffinfo teste.tiff TIFF Directory at offset 0x8 (8) Subfile Type: multi-page document

[asterisk-users] SendFAX - multi-page TIFF

2012-10-05 Thread Gabriel Ortiz Lour
Hi, Does anyone had the problem of asterisk SendFax + spandsp sending only the first page of a multi-page TIFF file? Seams to be related to spandsp ECM config. Any thoughts about it? Thanks, Gabriel -- _ -- Bandwidth and

Re: [asterisk-users] SendFAX - multi-page TIFF

2012-10-05 Thread Danny Nicholas
Sent: Friday, October 05, 2012 1:54 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] SendFAX - multi-page TIFF Hi, Does anyone had the problem of asterisk SendFax + spandsp sending only the first page of a multi-page TIFF file? Seams to be related

Re: [asterisk-users] SendFAX - multi-page TIFF

2012-10-05 Thread Steve Underwood
On 10/06/2012 02:53 AM, Gabriel Ortiz Lour wrote: Hi, Does anyone had the problem of asterisk SendFax + spandsp sending only the first page of a multi-page TIFF file? Seams to be related to spandsp ECM config. Any thoughts about it? Thanks, Gabriel Check the file with tiffinfo.