Search found 8 matches

by daytrader
Wed Oct 21, 2009 8:28 pm
Forum: NConvert
Topic: which ghostscript paramters do nconvert use for pdf->jpg?
Replies: 5
Views: 1428

Re: which ghostscript paramters do nconvert use for pdf->jpg?

it´s me again :-)

do you use -gnumber1xnumber2 ?

from the ghostscript documentation:

-gnumber1xnumber2
Equivalent to -dDEVICEWIDTH=number1 and -dDEVICEHEIGHT=number2, specifying the device width and height in pixels for the benefit of devices such as X11 windows and VESA displays that require (or ...
by daytrader
Mon Oct 05, 2009 8:06 am
Forum: NConvert
Topic: old linux nconvert version 4.55 - where to download?
Replies: 8
Views: 1267

Re: old linux nconvert version 4.55 - where to download?

thatnks a lot for searching,

but 4,16 is to old - no "use_cie" switch . . .
and 4.79 is newer than the 4.76 version i found - this also needs the libstdc++6
by daytrader
Mon Oct 05, 2009 7:57 am
Forum: NConvert
Topic: old linux nconvert version 4.55 - where to download?
Replies: 8
Views: 1267

Re: old linux nconvert version 4.55 - where to download?

no, there is no package for that
by daytrader
Mon Oct 05, 2009 7:38 am
Forum: NConvert
Topic: old linux nconvert version 4.55 - where to download?
Replies: 8
Views: 1267

Re: old linux nconvert version 4.55 - where to download?

because newer versions need libstdc++6 and on my linux this isnt present . .
by daytrader
Mon Oct 05, 2009 7:10 am
Forum: NConvert
Topic: old linux nconvert version 4.55 - where to download?
Replies: 8
Views: 1267

old linux nconvert version 4.55 - where to download?

im searching for an old version of nconvert - 4.55 for linux x86

can anybody please provide an download link or mail me this file - please :-)
by daytrader
Sat Oct 03, 2009 5:32 pm
Forum: NConvert
Topic: which ghostscript paramters do nconvert use for pdf->jpg?
Replies: 5
Views: 1428

Re: which ghostscript paramters do nconvert use for pdf->jpg?

thank you for your fast reply :-)

but with the command:

gs -dSAFER -dBATCH -dNOPAUSE -dUseCIEColor -sDEVICE=jpeg -sOutputFile=test.pdf

gs is much slower than nvonvert

do you have an explanation for this?
by daytrader
Fri Oct 02, 2009 7:25 am
Forum: NConvert
Topic: which ghostscript paramters do nconvert use for pdf->jpg?
Replies: 5
Views: 1428

which ghostscript paramters do nconvert use for pdf->jpg?

my problem is that i use an very old nconvert (4.51) on an damn small linux system - there is no newer package for this distr.

i want to convert an pdf to jpg - but the resulting colors are wrong :-(

with ghostscript (using the switch -dUseCIEColor) we get an proper result :-) but the conversion ...