Search found 8 matches

by darkwingduke
2017-08-18T10:12:48-07:00
Forum: IMagick
Topic: Same Code; Different Linux Distros; Different Results
Replies: 2
Views: 12575

Same Code; Different Linux Distros; Different Results

The images produced on Ubuntu look great, but the ones on CentOS look washed out. (See Attachment) I'm not sure if this is a version issue or if I'm missing something in my code. Here are my specs: Ubuntu 14.04 ImageMagick 6.7.7-10 Ghostscript 9.10 Imagick 3.4.3RC2 PHP 5.6.18 ************** CentOS 6...
by darkwingduke
2017-04-07T16:18:41-07:00
Forum: IMagick
Topic: Converting to PDF; Accurately Overlaying PDFs
Replies: 2
Views: 17121

Re: Converting to PDF; Accurately Overlaying PDFs

You're right. I don't think setSize was doing anything.

I went back and produced a new source image for my background and set my canvas to match those dimensions and it ended up working. I was being way too reliant on setSize.

Thanks!
by darkwingduke
2017-04-04T11:53:27-07:00
Forum: IMagick
Topic: Converting to PDF; Accurately Overlaying PDFs
Replies: 2
Views: 17121

Converting to PDF; Accurately Overlaying PDFs

Here are my specs: Ubuntu 14.04 ImageMagick 6.7.7 Ghostscript 9.10 Imagick 3.4.0 PHP 5.6.18 Here's my situation: I'm sending a canvas element into a PHP file via AJAX. I'm utilizing the Fabric.js library, so that I'm able to add and manipulate text on a canvas that is 1050px wide and 675px high. Whe...
by darkwingduke
2017-03-24T16:20:13-07:00
Forum: Users
Topic: ImageMagick Not Detecting Ghostscript (Ubuntu)
Replies: 4
Views: 7753

Re: ImageMagick Not Detecting Ghostscript (Ubuntu)

Ah, I see.
Thank you so much for the quick replies and input. And that goes out to dlemstra and snibgo.
by darkwingduke
2017-03-23T16:25:13-07:00
Forum: Users
Topic: ImageMagick Not Detecting Ghostscript (Ubuntu)
Replies: 4
Views: 7753

Re: ImageMagick Not Detecting Ghostscript (Ubuntu)

Thanks for the quick reply. I tried your suggestion and this is what I got: $ convert -verbose test.pdf test_pdf_to_png.png "gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsA...
by darkwingduke
2017-03-23T09:37:39-07:00
Forum: Users
Topic: ImageMagick Not Detecting Ghostscript (Ubuntu)
Replies: 4
Views: 7753

ImageMagick Not Detecting Ghostscript (Ubuntu)

First and foremost, these are my specs: Ubuntu 14.04 ImageMagick 6.7.7 Ghostscript 9.10 I'll list these, as well, but I don't think they're relevant to this query: Imagick 3.4.0 PHP 5.6.18 I'm needing to work with pdf and eps files, so naturally I'm needing to utilize Ghostscript. This was already i...
by darkwingduke
2017-02-22T12:49:12-07:00
Forum: MagickWand for PHP
Topic: Installation & Configuration Guidance Needed (Linux/Ubuntu)
Replies: 2
Views: 54759

Re: Installation & Configuration Guidance Needed (Linux/Ubuntu)

Thanks for the reply, fmw42.

Yes, I did.

Since the initial post, I decided to get rid of MagickWand and focus on Imagick. That made the difference. After a little fiddling, I was up and running.

Thanks again for responding.
by darkwingduke
2017-01-12T11:23:49-07:00
Forum: MagickWand for PHP
Topic: Installation & Configuration Guidance Needed (Linux/Ubuntu)
Replies: 2
Views: 54759

Installation & Configuration Guidance Needed (Linux/Ubuntu)

I'm brand new to ImageMagcik and MagickWand and I'm having some trouble setting everything up. Here is a list of specs to show you what I'm dealing with: Ubuntu 14.04 PHP 5.6.18 ImageMagick 6.7.7 MagickWand 6.7.7 My command line is saying both ImageMagick and MagickWand are installed, and I added &q...