Re: [CentOS] Image conversion with ImageMagick doesn't work on CentOS, but it works fine on Debian Lenny.

2009-12-17 Thread Peter Serwe
Yep, I also looked into building: [r...@pythagoras SPECS]# rpmbuild ImageMagick.spec error: Failed build dependencies: perl-devel is needed by ImageMagick-6.5.8-6.x86_64 jasper-devel is needed by ImageMagick-6.5.8-6.x86_64 [r...@pythagoras SPECS]# But I couldn't satisfy those reqs. I saw

Re: [CentOS] Image conversion with ImageMagick doesn't work on CentOS, but it works fine on Debian Lenny.

2009-12-17 Thread John Doe
From: Peter Serwe >CentOS 5.2, >[r...@pythagoras ~]# rpm -q ImageMagick >ImageMagick-6.2.8.0-4.el5_1.1 ImageMagick-6.2.8.0-4.el5_1.1 on CentOS 5.4 and never experienced any corruption here... Did you try to convert an image several times and check that they are all the same? JD __

Re: [CentOS] Image conversion with ImageMagick doesn't work on CentOS, but it works fine on Debian Lenny.

2009-12-16 Thread Frank Cox
On Wed, 2009-12-16 at 16:47 -0800, Peter Serwe wrote: > I didn't try compiling the SRPM. There is a thought in that. I have found that some F10-F12 srpm's (particularly command-line utility stuff) can be compiled on Centos with few or no changes required. You can't directly rebuild F11 and F12

Re: [CentOS] Image conversion with ImageMagick doesn't work on CentOS, but it works fine on Debian Lenny.

2009-12-16 Thread Peter Serwe
I did actually, try to compile IM from a tarball. Nailed all the dependencies except one or two, and ended up giving up for th easier, softer way. I didn't try compiling the SRPM. There is a thought in that. Peter On Wed, Dec 16, 2009 at 4:26 PM, Frank Cox wrote: > > On Wed, 2009-12-16 at 16

Re: [CentOS] Image conversion with ImageMagick doesn't work on CentOS, but it works fine on Debian Lenny.

2009-12-16 Thread Frank Cox
On Wed, 2009-12-16 at 16:10 -0800, Peter Serwe wrote: > > The provider is coresense. For better or for worse. They do a lot of > things stupidly, but it works, and for lack of a > better option to suggest for a cart with a back-end that handles the > things they do, it stays. Ok, then you eit

Re: [CentOS] Image conversion with ImageMagick doesn't work on CentOS, but it works fine on Debian Lenny.

2009-12-16 Thread Peter Serwe
CentOS 5.2, [r...@pythagoras ~]# rpm -q ImageMagick ImageMagick-6.2.8.0-4.el5_1.1 On Wed, Dec 16, 2009 at 4:01 PM, Robert Heller wrote: > At Wed, 16 Dec 2009 15:16:00 -0800 CentOS mailing list > wrote: > > > > > > > > > I recently came across the need to convert jpg images with IM, did a > >

Re: [CentOS] Image conversion with ImageMagick doesn't work on CentOS, but it works fine on Debian Lenny.

2009-12-16 Thread Peter Serwe
I'd say that was true if the mystery server didn't serve images converted under Lenny just fine. In fact, it was argued during the issue that it wasn't our fault, that it works under a standard web server just fine. The fact remains, the Debian port of IM worked, the CentOS one didn't. I've alre

Re: [CentOS] Image conversion with ImageMagick doesn't work on CentOS, but it works fine on Debian Lenny.

2009-12-16 Thread Frank Cox
On Wed, 2009-12-16 at 15:57 -0800, Peter Serwe wrote: > I didn't notice the problem until it was hosted on a certain > commercial storefront provider, under apache, I saw no problem. That suggests a problem with the way your "mystery software" is serving the image rather than a problem with the i

Re: [CentOS] Image conversion with ImageMagick doesn't work on CentOS, but it works fine on Debian Lenny.

2009-12-16 Thread Robert Heller
At Wed, 16 Dec 2009 15:16:00 -0800 CentOS mailing list wrote: > > > > I recently came across the need to convert jpg images with IM, did a > standard install of "yum -y install ImageMagick" and found that > images converted with CentOS's base port of IM would actually corrupt the > images, ye

Re: [CentOS] Image conversion with ImageMagick doesn't work on CentOS, but it works fine on Debian Lenny.

2009-12-16 Thread Peter Serwe
888x888 jpeg to 420x420 150x150, 100x100, and 50x50, output image format is jpeg. I didn't notice the problem until it was hosted on a certain commercial storefront provider, under apache, I saw no problem. I'm doing with a pair of loops, so my actual convert line looks like:

Re: [CentOS] Image conversion with ImageMagick doesn't work on CentOS, but it works fine on Debian Lenny.

2009-12-16 Thread Frank Cox
On Wed, 2009-12-16 at 15:16 -0800, Peter Serwe wrote: > I recently came across the need to convert jpg images with IM, did a > standard install of "yum -y install ImageMagick" and found that > images converted with CentOS's base port of IM would actually corrupt > the images, yet using the same (a

[CentOS] Image conversion with ImageMagick doesn't work on CentOS, but it works fine on Debian Lenny.

2009-12-16 Thread Peter Serwe
I recently came across the need to convert jpg images with IM, did a standard install of "yum -y install ImageMagick" and found that images converted with CentOS's base port of IM would actually corrupt the images, yet using the same (albiet different version, different distro) software didn't corr