Search found 12 matches

by trevororr
2017-08-08T10:19:02-07:00
Forum: IMagick
Topic: Convert SVG image to PNG with PHP Imagick and preserve opacity on elements
Replies: 7
Views: 18329

Re: Convert SVG image to PNG with PHP Imagick and preserve opacity on elements

I installed Inkscape and that seems to have fixed everything.

Thank you so much!!!! I have been struggling with this for hours.
by trevororr
2017-08-08T09:09:09-07:00
Forum: IMagick
Topic: Convert SVG image to PNG with PHP Imagick and preserve opacity on elements
Replies: 7
Views: 18329

Re: Convert SVG image to PNG with PHP Imagick and preserve opacity on elements

When I run:
convert -list format

I get:
SVG SVG rw+ Scalable Vector Graphics (XML 2.9.4)
by trevororr
2017-08-08T08:54:32-07:00
Forum: IMagick
Topic: Convert SVG image to PNG with PHP Imagick and preserve opacity on elements
Replies: 7
Views: 18329

Re: Convert SVG image to PNG with PHP Imagick and preserve opacity on elements

How would I go about finding out what delegate each uses?
by trevororr
2017-08-08T08:03:56-07:00
Forum: IMagick
Topic: Convert SVG image to PNG with PHP Imagick and preserve opacity on elements
Replies: 7
Views: 18329

Convert SVG image to PNG with PHP Imagick and preserve opacity on elements

I am having an issue with converting a SVG image to PNG with PHP using IMagick and preserving opacity on some SVG elements. I had a windows server and used Imagick from command line to convert SVG to PNG and everything worked great. I am now switching to PHP website on a unix server and I am using P...
by trevororr
2014-02-20T12:40:28-07:00
Forum: Users
Topic: convert hangs on converting pdf to jpg
Replies: 18
Views: 20541

Re: convert hangs on converting pdf to jpg

Great, I guess I will have to wait until they release the next windows version before I can use ImageMagick though, for now I am using GhostScript and another program to do what I need but I will go back to ImageMagick when I can.
by trevororr
2014-02-19T09:13:55-07:00
Forum: Users
Topic: convert hangs on converting pdf to jpg
Replies: 18
Views: 20541

Re: convert hangs on converting pdf to jpg

Just FYI, if I take out this parameter and change the output device to png16m it works fine. -dGraphicsAlphaBits=4 Here is the command that worked for me. gswin32c.exe -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitT=2 -sDEVICE=png16m -dTextAlphaBits...
by trevororr
2014-02-19T08:14:22-07:00
Forum: Users
Topic: convert hangs on converting pdf to jpg
Replies: 18
Views: 20541

Re: convert hangs on converting pdf to jpg

Thanks for the help, I will contact GhostScript about this. It must be a specific command line parameter that is causing the hand because I am able to use GhostScript to convert the PDF to a JPG. Maybe I will play around with the parameters to find out which one is the issue.
by trevororr
2014-02-18T15:28:53-07:00
Forum: Users
Topic: convert hangs on converting pdf to jpg
Replies: 18
Views: 20541

Re: convert hangs on converting pdf to jpg

PDF is 1 page, not sure about the transparency though. ImageMagick: 6.8.8 GhostScript: 9.10 Delegates: <delegate decode="ps:alpha" stealth="True" command=""@PSDelegate@" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridF...
by trevororr
2014-02-18T14:57:29-07:00
Forum: Users
Topic: convert hangs on converting pdf to jpg
Replies: 18
Views: 20541

Re: convert hangs on converting pdf to jpg

I just tried using GhostScript to convert the PDF to a JPG and it worked just fine.
by trevororr
2014-02-18T14:44:27-07:00
Forum: Users
Topic: convert hangs on converting pdf to jpg
Replies: 18
Views: 20541

Re: convert hangs on converting pdf to jpg

The PDF itself does not have a password, the username / password is on the website. Once authenticated you can download any / all of the PDF's.
by trevororr
2014-02-18T14:37:01-07:00
Forum: Users
Topic: convert hangs on converting pdf to jpg
Replies: 18
Views: 20541

Re: convert hangs on converting pdf to jpg

Yes I do have the latest version of GhostScript installed as well. The PDF's are password protected so I don't think my client would approve of me posting them publicly, they are not purchased PDF's but a username and password is required to download them. Just for kicks I tried other ImageMagick pr...
by trevororr
2014-02-18T12:46:33-07:00
Forum: Users
Topic: convert hangs on converting pdf to jpg
Replies: 18
Views: 20541

convert hangs on converting pdf to jpg

I am running Windows Server 2008 using the latest version of ImageMagick. I am converting PDF's to JPG's and re-sizing them down for thumbnails. This works fine for almost all of the PDF's with the exception of a few. With these few when I try to convert them the convert process hangs and climbs to ...