Search found 23 matches

by vielhuber
2011-09-30T13:48:07-07:00
Forum: Bugs
Topic: Convert PDF to JPG: 64-Bit Postscript delegate. Please help
Replies: 29
Views: 73282

Re: Convert PDF to JPG: 64-Bit Postscript delegate. Please h

Code: Select all

convert -background white -flatten test1.pdf test1.jpg
works!
The flatten parameter makes the alpha layer of the PDF disable and everything is now in combination with the new versions of IM and GS fine

Thank you again for your support.
You have to take money from companies for your knowledge!!!
by vielhuber
2011-09-30T13:33:54-07:00
Forum: Bugs
Topic: Convert PDF to JPG: 64-Bit Postscript delegate. Please help
Replies: 29
Views: 73282

Re: Convert PDF to JPG: 64-Bit Postscript delegate. Please h

DELEGATES bzlib djvu fontconfig freetype gvc jpeg jng jp2 lcms lqr openexr png rsvg tiff x11 xml wmf zlib Delegates seem to be OK! I'm so happy, i did it the following way: convert test1.pdf test1.png convert test1.png -background white -flatten +matte test1.jpg Result: http://ec2-46-51-166-24.eu-w...
by vielhuber
2011-09-30T13:24:28-07:00
Forum: Bugs
Topic: Convert PDF to JPG: 64-Bit Postscript delegate. Please help
Replies: 29
Views: 73282

Re: Convert PDF to JPG: 64-Bit Postscript delegate. Please h

I know that. But this behaviour wasn't seen on previous versions of IM.
How can I fix that. And in your environment everything is working.
by vielhuber
2011-09-30T13:23:08-07:00
Forum: Bugs
Topic: Convert PDF to JPG: 64-Bit Postscript delegate. Please help
Replies: 29
Views: 73282

Re: Convert PDF to JPG: 64-Bit Postscript delegate. Please h

All my JPEG delegates are loaded properly:

Code: Select all

JBIG              --with-jbig=yes		no
JPEG v1           --with-jpeg=yes		yes
JPEG-2000         --with-jp2=yes		yes
LCMS v1           --with-lcms=yes		yes
Look at full config.log
http://vielhuber.de/files/config.log
by vielhuber
2011-09-30T13:11:24-07:00
Forum: Bugs
Topic: Convert PDF to JPG: 64-Bit Postscript delegate. Please help
Replies: 29
Views: 73282

Re: Convert PDF to JPG: 64-Bit Postscript delegate. Please h

http://ec2-46-51-166-24.eu-west-1.compute.amazonaws.com/what.png I made one half transparent with photoshop (to test) and the other not. convert what.png -colorspace RGB what.jpg http://ec2-46-51-166-24.eu-west-1.compute.amazonaws.com/what.jpg I hope the command I did to load the gs libraries apt-g...
by vielhuber
2011-09-30T12:57:13-07:00
Forum: Bugs
Topic: Convert PDF to JPG: 64-Bit Postscript delegate. Please help
Replies: 29
Views: 73282

Re: Convert PDF to JPG: 64-Bit Postscript delegate. Please h

Watch this behaviour:

PNG-File
Image

convert no.png no.jpg

JPG-File
Image

Have you seen it before?
by vielhuber
2011-09-30T12:44:17-07:00
Forum: Bugs
Topic: Convert PDF to JPG: 64-Bit Postscript delegate. Please help
Replies: 29
Views: 73282

Re: Convert PDF to JPG: 64-Bit Postscript delegate. Please h

The "ghostscript"-Problem is now finished, because I can obviously produce PDF to PNG.
But it seems that the PNG to JPG conversion fails or shows a strange behaviour.
by vielhuber
2011-09-30T12:40:24-07:00
Forum: Bugs
Topic: Convert PDF to JPG: 64-Bit Postscript delegate. Please help
Replies: 29
Views: 73282

Re: Convert PDF to JPG: 64-Bit Postscript delegate. Please h

Without density and resize:

convert test.pdf test.jpg
Image
by vielhuber
2011-09-30T12:38:13-07:00
Forum: Bugs
Topic: Convert PDF to JPG: 64-Bit Postscript delegate. Please help
Replies: 29
Views: 73282

Re: Convert PDF to JPG: 64-Bit Postscript delegate. Please h

Another machine (just set up, everything new). Have got GS 9.04 and IM 6.7.2-9. convert -density 400 test1.pdf -resize 25% test1.png http://ec2-46-51-166-24.eu-west-1.compute.amazonaws.com/test1.png convert -density 400 test2.pdf -resize 25% test2.png http://ec2-46-51-166-24.eu-west-1.compute.amazon...
by vielhuber
2011-09-30T12:08:45-07:00
Forum: Bugs
Topic: Convert PDF to JPG: 64-Bit Postscript delegate. Please help
Replies: 29
Views: 73282

Re: Convert PDF to JPG: 64-Bit Postscript delegate. Please h

Can you convert the second one also please?
by vielhuber
2011-09-30T11:45:33-07:00
Forum: Bugs
Topic: Convert PDF to JPG: 64-Bit Postscript delegate. Please help
Replies: 29
Views: 73282

Re: Convert PDF to JPG: 64-Bit Postscript delegate. Please h

Now let's get back to the original problem: I now use the newest IM environment (and ghostscript). gs -v GPL Ghostscript 9.04 (2011-08-05) Copyright (C) 2011 Artifex Software, Inc. All rights reserved. identify -version Version: ImageMagick 6.7.2-9 2011-09-30 Q16 http://www.imagemagick.org Copyright...
by vielhuber
2011-09-30T11:30:01-07:00
Forum: Bugs
Topic: Convert PDF to JPG: 64-Bit Postscript delegate. Please help
Replies: 29
Views: 73282

Re: Convert PDF to JPG: 64-Bit Postscript delegate. Please h

Yes it works now! I installed, as the user "magick" said, the libraries with apt-get install ghostscript imagemagick libmagick9-dev libmagickcore-dev libmagickwand-dev under ubuntu 64-bit and then made ./configure make make install Now I can convert PDFs to JPGs with the newest IM environm...
by vielhuber
2011-09-30T09:30:52-07:00
Forum: Bugs
Topic: Convert PDF to JPG: 64-Bit Postscript delegate. Please help
Replies: 29
Views: 73282

Re: Convert PDF to JPG: 64-Bit Postscript delegate. Please h

configure:34095: result: ------------------------------------------------------------- configure:34097: checking for Ghostscript configure:34099: result: configure:34101: checking for Ghostscript version configure:34108: result: 9.04 configure:34112: checking for gs alpha device configure:34119: re...
by vielhuber
2011-09-29T23:53:41-07:00
Forum: Bugs
Topic: Convert PDF to JPG: 64-Bit Postscript delegate. Please help
Replies: 29
Views: 73282

Re: Convert PDF to JPG: 64-Bit Postscript delegate. Please h

I tried it under ubuntu 10.10 and ubuntu 11.04:

Code: Select all

apt-get install imagemagick-devel
There is no such a package called "imagemagick-devel".

I only have got three packages atm which I can install:

- imagemagick
- imagemagick-dbg
- imagemagick-doc

Do i have to extend my sources.list?
by vielhuber
2011-09-29T12:56:21-07:00
Forum: Bugs
Topic: gs delegate problem on Windows 64 bit
Replies: 12
Views: 57113

Re: gs delegate problem on Windows 64 bit

Big issues with IM and 64-bit machines:
viewtopic.php?f=3&t=19545
Check out more here.