Search found 4 matches

by tomred
2014-04-03T03:53:55-07:00
Forum: Users
Topic: Configure IM to support new formats
Replies: 0
Views: 4102

Configure IM to support new formats

Hi,

I have IM 6.8.3 installed via my package manager. I am keen on maintaining packages with a package manager.

I am unable to convert/identify PNG and NEF files. What's more I notice that there was any update in my package manager to use libjpeg-turbo which sounds like the library I want to use ...
by tomred
2011-01-26T06:11:56-07:00
Forum: PerlMagick
Topic: Set(density,...)
Replies: 1
Views: 12083

Set(density,...)

Hi,

ImageMagick 6.6.5-8 Q16

I can't seem to set the density on a tiff image. Here's my code


...
$image->Read($tif);
$image->Set(units=>'PixelsPerInch');
$image->Set(density=>'300x300');
$image->Set(density, '300x300'); # a little extra nudge
$image->Set(depth=>8);
$image->Resize(width=>$width ...
by tomred
2010-12-10T05:46:20-07:00
Forum: PerlMagick
Topic: Can't locate auto/Image/Magick/GetPixel.al error
Replies: 2
Views: 11346

Re: Can't locate auto/Image/Magick/GetPixel.al error

Acknowledged. There is a update for my distro that gets me upto 6.6.5-8.

Thanx,
DP.
by tomred
2010-11-16T08:56:56-07:00
Forum: PerlMagick
Topic: Can't locate auto/Image/Magick/GetPixel.al error
Replies: 2
Views: 11346

Can't locate auto/Image/Magick/GetPixel.al error

Hi,

I have tried to port a script from one server to another but it looks like the GetPixel() method seems to have gone walk about.

Installed Packages
Name : ImageMagick-perl
Arch : i386
Version : 6.2.8.0
Release : 4.el5_5.3
Size : 307 k

Ok, I can see that my binary-installed version is not as ...