Search found 2 matches

by McA
2017-06-27T07:16:07-07:00
Forum: PerlMagick
Topic: Need hints for the equivalent of cmd line tool 'identify'
Replies: 2
Views: 113597

Re: Need hints for the equivalent of cmd line tool 'identify'

As I wrote: I read the documentation. Probably I'm too stupid to map the command line options to the right method calls. But this is exacly what I don't get together. And that what the reason I opened an account here and posted a question in the hope to get some further hints. Yes, there was a 20/80 ...
by McA
2017-06-27T05:51:31-07:00
Forum: PerlMagick
Topic: Need hints for the equivalent of cmd line tool 'identify'
Replies: 2
Views: 113597

Need hints for the equivalent of cmd line tool 'identify'

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 ...