<div dir="ltr">Hi,<div>Thank you so much guys,</div><div>For your help &amp; support!</div><div><br></div><div>Actually I&#39;m using nodejs&#39;s gm module to adjust images for faxing. My fault was that I didn&#39;t compress the result image. By adding compression (Fax by ImageMagick / Group4 by GraphicsMagick) I could fix the error!</div>
<div><br></div><div>Appreciate</div><div>Afshin</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Aug 24, 2014 at 3:14 PM, Steve Underwood <span dir="ltr">&lt;<a href="mailto:steveu@coppice.org" target="_blank">steveu@coppice.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
As Dušan said, the configurations at<br>
<a href="http://soft-switch.org/spandsp_faq/ar01s14.html" target="_blank">http://soft-switch.org/spandsp_faq/ar01s14.html</a> give reliable FAX<br>
images. The resolutions on that page are based on using imperial units,<br>
but specifying a resolution of 200x200 is also OK. You get a metric<br>
page. The *key* thing is to specify -dPDFFitPage. Without this,<br>
converting some things to TIFF works OK, while others result in strange<br>
image widths. With this parameter the output TIFF should always be<br>
adjusted to the specified number of pixels.<br>
<br>
Regards,<br>
Steve<br>
<div class="HOEnZb"><div class="h5"><br>
On 08/24/2014 05:41 PM, Dušan Dragić wrote:<br>
&gt; Try to convert the PDF using ghostscript directly (i think imagemagick<br>
&gt; uses gs for pdf/ps) with commands from Steve&#39;s spandsp FAQ<br>
&gt; <a href="http://soft-switch.org/spandsp_faq/ar01s14.html" target="_blank">http://soft-switch.org/spandsp_faq/ar01s14.html</a> (note the resolution).<br>
&gt; If it works (it should) you&#39;ll have a know working TIFF file and can<br>
&gt; change your ImageMagick settings to create something compatible.<br>
&gt;<br>
&gt; On 24 August 2014 09:14, afshin afzali &lt;<a href="mailto:a.afzali2003@gmail.com">a.afzali2003@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; OK, The TIFF file is created from a PDF<br>
&gt;&gt;   by ImageMagick library. I set it&#39;s resolution to 200*200 and it&#39;s width to<br>
&gt;&gt; 1728 pixel (I don&#39;t set it&#39;s height), and noProfile !<br>
&gt;&gt; Freeswitch gets the TIFF file by http_get API. I checked it. It is owned by<br>
&gt;&gt; freeswitch user and it&#39;s permission is 0600.<br>
&gt;&gt; Maybe there is something wrong in the conversion although I do it (exactly<br>
&gt;&gt; same) on TIFF files too and there is no problem.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; BEST,<br>
&gt;&gt; Afshin<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Sun, Aug 24, 2014 at 5:01 AM, Steve Underwood &lt;<a href="mailto:steveu@coppice.org">steveu@coppice.org</a>&gt; wrote:<br>
&gt;&gt;&gt; The FAX software doesn&#39;t care about the size of the file. There is<br>
&gt;&gt;&gt; another reason why it cannot be opened. File permissions are the usual<br>
&gt;&gt;&gt; cause. The contents of the file not being a suitable TIFF type is another.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Regards,<br>
&gt;&gt;&gt; Steve<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On 08/23/2014 07:01 PM, afshin afzali wrote:<br>
&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;&gt; I don&#39;t know if there is a limit on TIFF file size when being faxed!<br>
&gt;&gt;&gt;&gt; My file is about 16M in size. My error is &quot;*41 TIFF/F file cannot be<br>
&gt;&gt;&gt;&gt; opened*&quot;. Also I checked the permission issue and think it is OK. I do<br>
&gt;&gt;&gt;&gt; not have any problem on small file size.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; BEST,<br>
&gt;&gt;&gt;&gt; Afshin<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></div></div></blockquote></div><br></div>