Picture profile name

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
moscovisci

Picture profile name

Post by moscovisci »

Hello,

how to obtain the picture profile name in perl.

I have tried this function :

Code: Select all

$Image=Image::Magick->new;
$Image->ReadImage('533.eps');
print $Image->Get('format');
but nothing. I obtain nothing.

If someone have an idea, it will be very cool.

I'm french. My english is too poor.
Post Reply