Uwe Stöhr wrote:

> Angus Leeming wrote:
> 
>>>The correct command would be
>>>convert -depth 8 $1 pdf:$2
>> 
>> Interesting, but wrong (I believe ;-)
> 
> No, that is the right command for convert.
> Of course one can't use it for ConvertDefault.sh.

Uwe, I don't understand. Do you want to add an extra "pdf:" to the 
convert, so:

        convert -depth 8 eps:foo.eps pdf:pdf:foo.pdf

? At the moment, convert receives

        convert -depth 8 eps:foo.eps pdf:foo.pdf

Try adding
        echo "convert -depth 8 $1 $2"
to check.

-- 
Angus

Reply via email to