Search found 2 matches

by eyashkin
2017-05-26T05:27:21-07:00
Forum: PerlMagick
Topic: Read
Replies: 0
Views: 114442

Read

Have code read img

$pic = new Image::Grab;
$pic->url('http://192.168.1.8/snap.jpeg') or die;
$pic->grab;
$picture= $pic->image;

I have problem:
If i print $picture or save Image is ok.

But i need after resize with Image::Magic and have problem i not can read this $picture

$image = Image ...
by eyashkin
2014-04-28T05:07:09-07:00
Forum: PerlMagick
Topic: Please help, i have install problem
Replies: 0
Views: 10654

Please help, i have install problem

Please help, i have problem with install from cpan

Executing /usr/bin/perl Makefile.PL && make ..

Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Image::Magick
Writing MYMETA.yml and MYMETA.json
cp Magick.pm blib/lib/Image/Magick.pm ...