Search found 8 matches
- 2017-08-18T10:12:48-07:00
- Forum: IMagick
- Topic: Same Code; Different Linux Distros; Different Results
- Replies: 2
- Views: 13911
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 ...
- 2017-04-07T16:18:41-07:00
- Forum: IMagick
- Topic: Converting to PDF; Accurately Overlaying PDFs
- Replies: 2
- Views: 18497
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!
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!
- 2017-04-04T11:53:27-07:00
- Forum: IMagick
- Topic: Converting to PDF; Accurately Overlaying PDFs
- Replies: 2
- Views: 18497
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 ...
- 2017-03-24T16:20:13-07:00
- Forum: Users
- Topic: ImageMagick Not Detecting Ghostscript (Ubuntu)
- Replies: 4
- Views: 8487
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.
Thank you so much for the quick replies and input. And that goes out to dlemstra and snibgo.
- 2017-03-23T16:25:13-07:00
- Forum: Users
- Topic: ImageMagick Not Detecting Ghostscript (Ubuntu)
- Replies: 4
- Views: 8487
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 -dGraphicsAlphaBits=4 "-r72x72 ...
- 2017-03-23T09:37:39-07:00
- Forum: Users
- Topic: ImageMagick Not Detecting Ghostscript (Ubuntu)
- Replies: 4
- Views: 8487
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 ...
- 2017-02-22T12:49:12-07:00
- Forum: MagickWand for PHP
- Topic: Installation & Configuration Guidance Needed (Linux/Ubuntu)
- Replies: 2
- Views: 91265
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.
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.
- 2017-01-12T11:23:49-07:00
- Forum: MagickWand for PHP
- Topic: Installation & Configuration Guidance Needed (Linux/Ubuntu)
- Replies: 2
- Views: 91265
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 ...