Need hints for the equivalent of cmd line tool 'identify'
Posted: 2017-06-27T05:51:31-07:00
Hi all,
after hours of searching the documentation, the web and here in the forum, I'm really stuck.
Therefore I want to aks for a hint to find the right answer. I would like to implement the following command line into the PerlMagick' s equivalent:
identify -channel Gray -format "%[fx:255*mean]"
Can someone please tell me which methods have to be called to get the same information in perl using Image::Magick.
(I know that I could call this command from perl, which I want to avoid.)
Any help and pointers really appreciated.
Best regards
Andreas
after hours of searching the documentation, the web and here in the forum, I'm really stuck.
Therefore I want to aks for a hint to find the right answer. I would like to implement the following command line into the PerlMagick' s equivalent:
identify -channel Gray -format "%[fx:255*mean]"
Can someone please tell me which methods have to be called to get the same information in perl using Image::Magick.
(I know that I could call this command from perl, which I want to avoid.)
Any help and pointers really appreciated.
Best regards
Andreas