Search found 33 matches

by abjones
2013-06-26T07:46:03-07:00
Forum: PerlMagick
Topic: 6.8.4-10 Q8 bianry fails PerlMagick on windows 2003 Server
Replies: 4
Views: 15385

Re: 6.8.4-10 Q8 bianry fails PerlMagick on windows 2003 Serv

I have not tried any other recent updates, but
My Problem is Resolved :D with
ImageMagick-6.8.6-2-Q8-x86-dll.exe

Thanks and good health!
by abjones
2013-05-09T12:01:17-07:00
Forum: Bugs
Topic: Issues with perlMagick
Replies: 8
Views: 11596

Re: Issues with perlMagick

Just tried ImageMagick-6.8.5-5-Q8-x86-dll.exe and the problem still exists. Binaries are supposed to be available from sites listed on page http://imagemagick.sourceforge.net/http/www/archives.html , but that list does not seem very up to date. I took a risk :shock: and used a site not listed there ...
by abjones
2013-04-15T13:33:24-07:00
Forum: PerlMagick
Topic: 6.8.4-10 Q8 bianry fails PerlMagick on windows 2003 Server
Replies: 4
Views: 15385

6.8.4-10 Q8 bianry fails PerlMagick on windows 2003 Server

I have installed ActiveState Perl 5.16.3 I have installed ImageMagick-6.8.4-10-Q8-x86-dll.exe Rebooted. ImageMagick runs OK from command line, but PerlMagick #perl use Image::Magick; returns &Image::Magick::constant not defined. The required ImageMagick libraries are not installed or not install...
by abjones
2013-04-10T12:13:17-07:00
Forum: PerlMagick
Topic: -distort Affine
Replies: 5
Views: 17695

Re: -distort Affine

I found an old forum entry: Re: PerlMagick distort() syntax Postby magick » 2008-04-12T18:05:52+00:00 This works for us (we're using ImageMagbick 6.4.0-7): $image->Distort('virtual-pixel'=>"transparent", type=>"Perspective", points=>[0,0,25,25,0,90,0,90,90,0,70,25,90,90,90,65]); ...
by abjones
2013-04-08T14:06:16-07:00
Forum: Bugs
Topic: Issues with perlMagick
Replies: 8
Views: 11596

Issues with perlMagick

I am running Windows Server 2003 ActivePerl-5.16.1.1601-MSWin32-x86-296175.msi ImageMagick-6.8.4-8-Q8-x86-dll.exe Issue 1. PerlMagick selection states it is for 5.16.1, but ActiveState perl is up to 5.16.3, so I uninstalled 5.16.3 just to be sure that was not a problem. Command line ImageMagick runs...
by abjones
2013-04-07T06:02:06-07:00
Forum: PerlMagick
Topic: -distort Affine
Replies: 5
Views: 17695

Re: -distort Affine

I have no problem running a command line Distort Affine. My problem is with Perl. I re-wrote my example to use generic image; Please, can someone "fix" it for me : #perl use strict; use Image::Magick; my $image=Image::Magick->new; my $error = ''; $error=$image->Set(size=>'256x256'); die &q...
by abjones
2013-04-05T06:05:49-07:00
Forum: PerlMagick
Topic: -distort Affine
Replies: 5
Views: 17695

Re: -distort Affine

OK, call me dense, but I can find no perl examples on that page that help me understand how to express control points in my program. Can you please post my code "corrected"? Thanks and good health!
by abjones
2013-04-04T13:50:08-07:00
Forum: PerlMagick
Topic: -distort Affine
Replies: 5
Views: 17695

-distort Affine

using Windows 2003 Server ActivePerl-5.16.3.1603-MSWin32-x86-296746.msi ImageMagick-6.8.4-4-Q8-x86-dll.exe (btw I cannot get PerlMagick from ImageMagick-6.8.4-5-Q8-x86-dll.exe or ImageMagick-6.8.4-6-Q8-x86-dll.exe to work with my Windows 2003 Server ) after I construct an image and write it to disk,...
by abjones
2012-02-27T11:54:45-07:00
Forum: PerlMagick
Topic: perlMagick problems on Windows 2003 server
Replies: 1
Views: 11550

Re: perlMagick problems on Windows 2003 server

Resolved using ImageMagick-6.7.5-7-Q8-windows-dll.exe
by abjones
2012-01-23T15:20:03-07:00
Forum: PerlMagick
Topic: perlMagick problems on Windows 2003 server
Replies: 1
Views: 11550

perlMagick problems on Windows 2003 server

I have been running perlMagick :D for many years; my current successful version is ActivePerl-5.12.4.1205-MSWin32-x86-294981.msi mageMagick-6.7.0-10-Q8-windows-dll.exe Trying to "catch-up" I have tried to install; then reboot windows ActivePerl-5.14.2.1402-MSWin32-x86-295342.msi ImageMagic...
by abjones
2011-12-15T12:57:45-07:00
Forum: PerlMagick
Topic: How to use Morphology method?
Replies: 2
Views: 16711

Re: How to use Morphology method?

$error = $image->Morphology(method=>'Dilate',kernel=>'Disk:5');

Perfect!!! Thanks so much!
Blair Jones
by abjones
2011-12-15T11:53:08-07:00
Forum: PerlMagick
Topic: How to use Morphology method?
Replies: 2
Views: 16711

How to use Morphology method?

Howdy Folks,

I want to manipulate an image as from the command line

Code: Select all

convert target.png -morphology dilate disk:5 result.png
Can someone tell me how to correctly write my perl code:

Code: Select all

$error=$image->Morphology(kernel=>"dilate disk:5");
Thanks
Blair Jones
by abjones
2008-02-03T10:49:20-07:00
Forum: PerlMagick
Topic: PerlMagic ppm install fails on Windows 2003 server and XP
Replies: 3
Views: 15560

PerlMagic ppm install fails on Windows 2003 server and XP

With ActivePerl 5.10.0 and the ImageMagick Windows Binary Release ImageMagick-6.3.8-3-Q8-windows-dll.exe, perlmagick does not install. from CMD window at IMageMagick-6.3.8-Q8/PerlMagick I ran "ppm install Image-Magick.ppd" and got: "ppm install failed: The PPD does not provide code to...
by abjones
2008-01-25T09:16:20-07:00
Forum: Bugs
Topic: IIS 6.0 problems
Replies: 9
Views: 28970

Re: IIS 6.0 problems

from CMD window at IMageMagick-6.3.8-Q8/PerlMagick I ran (ppm 4.01) "ppm install Image-Magick.ppd" and got: "ppm install failed: The PPD does not provide code to install for this platform" :( I then ran "ppm config list" and see on my Windows Server 2003 sp2 arch = MSWi...
by abjones
2008-01-24T15:04:12-07:00
Forum: Bugs
Topic: IIS 6.0 problems
Replies: 9
Views: 28970

Re: IIS 6.0 problems

running Windows Server 2003 sp2 I tried install again of both ActiveState Perl version v5.10.0 build 1002 and ImageMagick-6.3.8-1-Q8-windows-dll.exe with continued error. There are no Image/Magick folders created anywhere under perl. When I create them from ImageMagick-6.3.8-Q8\PerlMagick\x86\Image-...