Search found 4 matches

by hgpit
2016-06-15T05:18:22-07:00
Forum: Users
Topic: Identify colorspace?
Replies: 3
Views: 3283

Re: Identify colorspace?

Okay thank you.

Unfortunately this is a production environment where upgrading software is out of the question.
Pretty shocking that IM made it all the way to this version with something so fundamental working incorrectly.

Cheers
by hgpit
2016-06-15T03:55:22-07:00
Forum: Users
Topic: Identify colorspace?
Replies: 3
Views: 3283

Identify colorspace?

Hello, I am using ImageMagick 6.7.2-7 2016-05-09 on CentOS6. I need to get the colorspace listed within the results of identify -verbose 40449545.converted.11.jpg The following is supposed to do it: identify -format %[colorspace] 40449545.converted.11.jpg But it doesn't return what I see in the firs...
by hgpit
2015-10-29T09:53:14-07:00
Forum: IMagick
Topic: "Segmentation fault" using writeImage()
Replies: 2
Views: 7833

Re: "Segmentation fault" using writeImage()

Nevermind, I decided to just use PHP's GD functions instead.
by hgpit
2015-10-21T03:20:52-07:00
Forum: IMagick
Topic: "Segmentation fault" using writeImage()
Replies: 2
Views: 7833

"Segmentation fault" using writeImage()

Hi all, Setup: CentOS 6.7 php 5.3.3 ImageMagick 6.7.2-7 2015-07-23 php-pecl-imagick-2.2.2-5.el6.x86_64 (EPEL repo) I have been using command line tools (i.e.: from Bash) for a long time on this server to manipulate images using ImageMagick, and it's worked fine. However, I now want to use the Imagic...