Search found 43 matches
- 2014-03-25T18:46:02-07:00
- Forum: Bugs
- Topic: regression: IM 6.8.8 cannot convert PDF images anymore
- Replies: 10
- Views: 16495
Re: regression: IM 6.8.8 cannot convert PDF images anymore
> I confirm it can't read the pdf from the OP, or any other pdf. Good to hear that I am not the only one seeing this bug. For the records, convert -list configure gives: Name Value ------------------------------------------------------------------------------- CC vs10 COPYRIGHT Copyright (C) 1999 ...
- 2014-03-25T17:32:13-07:00
- Forum: Bugs
- Topic: regression: IM 6.8.8 cannot convert PDF images anymore
- Replies: 10
- Views: 16495
Re: regression: IM 6.8.8 cannot convert PDF images anymore
> convert -version > Does it list gslib? IM 6.8.8: Version: ImageMagick 6.8.8-9 Q16 x86 2014-03-16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC Features: DPC Modules OpenMP Delegates: bzlib cairo freetype jbig jng jp2 jpeg lcms lqr pangocairo png ps rsvg tiff ...
- 2014-03-25T15:22:23-07:00
- Forum: Bugs
- Topic: regression: IM 6.8.8 cannot convert PDF images anymore
- Replies: 10
- Views: 16495
Re: regression: IM 6.8.8 cannot convert PDF images anymore
> Perhaps it is a bug in GS 9.10 or an error installing it? This cannot be because I did not touch GS after its installation. When I now uninstall IM 6.8.8-9 and install IM 6.8.0-4 everything works fine. When I then uninstall IM 6.8.0-4 and install IM 6.8.8-9 I can no longer convert my PDF. > What ...
- 2014-03-24T20:56:28-07:00
- Forum: Bugs
- Topic: regression: IM 6.8.8 cannot convert PDF images anymore
- Replies: 10
- Views: 16495
regression: IM 6.8.8 cannot convert PDF images anymore
- take e.g. this PDF: http://uwe-sthr.weebly.com/files/theme/Tachyonen.pdf - use IM 6.8.8 and run the command convert -define pdf:use-cropbox=true Tachyonen.pdf Tachyonen.png Result: convert.exe: `%s' (%d) "C:/Program Files/gs/gs9.10/bin/gswin32c.exe" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT ...
- 2012-11-25T19:00:20-07:00
- Forum: Developers
- Topic: getting rid of Windows registry entries
- Replies: 2
- Views: 7173
Re: getting rid of Windows registry entries
I fully agree. This would solve the problems I mentioned and I think this easy to achieve.henrywho wrote:Or search in the following order:
1) same directory or specific subdirectory of convert.exe/magick.exe
2) environmental variable (e.g. MAGICK_CONFIGURE_PATH)
3) HKCU
4) HKLM
- 2012-11-18T16:19:58-07:00
- Forum: Developers
- Topic: getting rid of Windows registry entries
- Replies: 2
- Views: 7173
getting rid of Windows registry entries
IM currently requires a registry entry either in HKLM or HKCU where the locations of the delegates are stored. This requirement makes it impossible to install several programs that use IM: Assume program A as well as Program B use IM to convert images. So what happens is that the user installs ...
- 2011-12-20T18:28:37-07:00
- Forum: Bugs
- Topic: regression - convert fails when convert pdf to png
- Replies: 5
- Views: 14510
Re: regression - convert fails when convert pdf to png
@donovaly: Your issue seem to be different. IM cannot find GS in your case. So with your install convert should fail for all pdfs (this requires GS) - and not only for some pdfs, as reported above. Yes, this was my fault. I had a broken installation. That a part of my PDFs worked had other reasons ...
- 2011-12-20T18:26:37-07:00
- Forum: Developers
- Topic: IM limitation and the Windows registry
- Replies: 3
- Views: 10158
IM limitation and the Windows registry
Dear developers, I use IM for an open source programs on Windows (namely for LyX). I have an installer that installs the whole bundle of LyX, Ghostscript and IM. It works fine so war, but only if the installation is done with admin permissions. But for none of the programs admin permissions are ...
- 2011-12-20T18:18:46-07:00
- Forum: Bugs
- Topic: regression - convert fails when convert pdf to png
- Replies: 5
- Views: 14510
Re: regression - convert fails when convert pdf to png
The bug is that the -define pdf:use-cropbox=true switch does not work anymore. Using convert -define pdf:use-cropbox=true -depth 8 -flatten "pdf:testgraph.pdf" "png:testgraph.png" fails but convert -depth 8 -flatten "pdf:testgraph.pdf" "png:testgraph.png" works. This regression has been introduced ...
- 2011-12-20T16:02:49-07:00
- Forum: Bugs
- Topic: regression - convert fails when convert pdf to png
- Replies: 5
- Views: 14510
Re: regression - convert fails when convert pdf to png
I can confirm the bug. (This is independent of 32bit or 64bit Windows.) With IM 6.7.3-8 and 6.7.4-0 I get >convert testgraph.pdf test.png convert.exe: no decode delegate for this image format `testgraph.pdf' @ error/constitute.c/ReadImage/532. convert.exe: missing an image filename `test.png ...
- 2009-11-06T06:51:57-07:00
- Forum: Bugs
- Topic: regression bug when converting PDF images to PNG
- Replies: 2
- Views: 8266
Re: regression bug when converting PDF images to PNG
Thanks Magick, it is indeed a regression bug in GS 8.70, in GS 8.65, it works:magick wrote:Post a bug to the Ghostscript bug forum. ImageMagick uses this Ghostscript command line which shows the bug is in Ghostscript (or in the PDF):
http://bugs.ghostscript.com/show_bug.cgi?id=690676
- 2009-11-05T18:57:19-07:00
- Forum: Bugs
- Topic: regression bug when converting PDF images to PNG
- Replies: 2
- Views: 8266
regression bug when converting PDF images to PNG
When I convert this PDF image http://fkurth.de/uwest/bugreports/Resistance-Network.pdf to another format like a PNG using ImageMagick 6.5.7-3 on Windows XP: convert -define pdf:use-cropbox=true pdf:Resistance-Network.pdf png:testa.png I get these errors: **** Page has no /MediaBox attribute. Using ...
- 2008-07-06T16:13:03-07:00
- Forum: Bugs
- Topic: aliase problem when converting PostScript images
- Replies: 2
- Views: 8372
Re: aliase problem when converting PostScript images
Many thanks for the prompt reply. This was indeed my problem.
- 2008-07-06T15:07:51-07:00
- Forum: Bugs
- Topic: aliase problem when converting PostScript images
- Replies: 2
- Views: 8372
aliase problem when converting PostScript images
I'm using Ghostscript 8.62 and ImageMagick 4.6.1-1. When I convert this file: http://fkurth.de/uwest/bugreports/test2.eps with the command convert test2.eps test2.jpg I get this result: http://fkurth.de/uwest/bugreports/test2.jpg You can see that the image gets aliased. But when I convert it to PNG ...
- 2008-02-25T13:17:32-07:00
- Forum: Bugs
- Topic: option "-define pdf:use-cropbox=true" partly broken
- Replies: 4
- Views: 13889
Re: option "-define pdf:use-cropbox=true" partly broken
We grab the bounding box properly but unlike Postscript we cannot yet determine how to translate the PDF as required by the bounding box (for your image about -50,-50). For Ghostscript we inject the Postscript statement "-50, -50 translate". It may take awhile before we properly fix this problem ...