Search found 6 matches
- 2016-11-04T02:19:42-07:00
- Forum: Bugs
- Topic: convert svg weird result image
- Replies: 6
- Views: 13111
Re: convert svg weird result image
Any way to validate an svg with imagemagick?
- 2016-11-04T01:50:18-07:00
- Forum: Bugs
- Topic: convert svg weird result image
- Replies: 6
- Views: 13111
Re: convert svg to png fails
So that wget command i posted isn't working? I updated my post with librsvg version info.fmw42 wrote:Post your svg file to some place such as dropbox.com and put the URL here. What error message do you get? What version of RSVG do you have?
- 2016-11-04T01:22:00-07:00
- Forum: Bugs
- Topic: convert svg weird result image
- Replies: 6
- Views: 13111
convert svg weird result image
Version info:
- ubuntu 16.04.1 LTS
- librsvg2-dev 2.40.13-3
-> convert -version
Version: ImageMagick 6.8.9-9 Q16 x86_64 2016-06-01 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates: bzlib cairo djvu fftw fontconfig ...
- ubuntu 16.04.1 LTS
- librsvg2-dev 2.40.13-3
-> convert -version
Version: ImageMagick 6.8.9-9 Q16 x86_64 2016-06-01 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates: bzlib cairo djvu fftw fontconfig ...
- 2011-08-20T10:04:59-07:00
- Forum: Bugs
- Topic: pdf to jpg conversion fails (convert/ghostscript)
- Replies: 3
- Views: 15654
Re: pdf to jpg conversion fails (convert/ghostscript)
I "solved" the issue by giving up on imagemagick (it's just buggy in this case, no discussion) and using directly ghostscript. Works reliably, is faster, and doesn't use that much memory at all!
Sample ghostscript invocation for pdf -> jpeg conversion follows.
ghostscript -q -dBATCH -dNOPAUSE ...
Sample ghostscript invocation for pdf -> jpeg conversion follows.
ghostscript -q -dBATCH -dNOPAUSE ...
- 2011-08-12T06:12:27-07:00
- Forum: Bugs
- Topic: Convert bug
- Replies: 1
- Views: 4648
Convert bug
Convert fails for some pdfs. Appropriate pdf file included.
Environment
Ubuntu 10.04 lucid
GPL Ghostscript 9.02
ImageMagick 6.7.1-4
PDF file
http://dl.dropbox.com/u/7581847/galler_tagblatt.pdf
Invocation
convert galler_tagblatt.pdf page_%02d.jpg
Trace
lt-convert: no decode ...
Environment
Ubuntu 10.04 lucid
GPL Ghostscript 9.02
ImageMagick 6.7.1-4
PDF file
http://dl.dropbox.com/u/7581847/galler_tagblatt.pdf
Invocation
convert galler_tagblatt.pdf page_%02d.jpg
Trace
lt-convert: no decode ...
- 2011-08-03T07:45:48-07:00
- Forum: Bugs
- Topic: pdf to jpg conversion fails (convert/ghostscript)
- Replies: 3
- Views: 15654
pdf to jpg conversion fails (convert/ghostscript)
System:
ImageMagick 6.5.7-8 2010-12-02 Q16 http://www.imagemagick.org
GPL Ghostscript 8.71 (2010-02-10)
Ubuntu lucid 10.04.3 LTS
File:
http://dl.dropbox.com/u/7581847/nzz.pdf
Trace
"gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 ...
ImageMagick 6.5.7-8 2010-12-02 Q16 http://www.imagemagick.org
GPL Ghostscript 8.71 (2010-02-10)
Ubuntu lucid 10.04.3 LTS
File:
http://dl.dropbox.com/u/7581847/nzz.pdf
Trace
"gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 ...