Search found 4 matches

by CVertex
2011-03-21T18:17:29-07:00
Forum: Users
Topic: I can't get the MagicFilterKit-1.0.0 to work with the demo c
Replies: 5
Views: 10325

Re: I can't get the MagicFilterKit-1.0.0 to work with the de


Sorry I should have caught that earlier. I ran into the same issue and knew about the quotes.
Out of curiosity, what kind of filter do you plan on making?

No dramas. I was able to move forward.

I'm learning image processing and gonna start from bare bones filters, good ol' box blurs, then make ...
by CVertex
2011-03-20T10:26:07-07:00
Forum: Users
Topic: I can't get the MagicFilterKit-1.0.0 to work with the demo c
Replies: 5
Views: 10325

Re: I can't get the MagicFilterKit-1.0.0 to work with the de

Hi Guys,

I worked out the problem...

I needed quotes around the plugin filter name and parameters...

i.e.
convert image002.png -process "analyze" -verbose info:

This means the sample code on the front page needs to be updated.

SOLVED!

-CV
by CVertex
2011-03-12T02:26:00-07:00
Forum: Users
Topic: I can't get the MagicFilterKit-1.0.0 to work with the demo c
Replies: 5
Views: 10325

Re: I can't get the MagicFilterKit-1.0.0 to work with the de

Hi,

Also, I thought I would add that the analyze.la and analyze.so are indeed in the filters path.

Thanks.
-CV
by CVertex
2011-03-12T02:11:44-07:00
Forum: Users
Topic: I can't get the MagicFilterKit-1.0.0 to work with the demo c
Replies: 5
Views: 10325

I can't get the MagicFilterKit-1.0.0 to work with the demo c

Hello,

I'm new to ImageMagick and am playing around with development in it.

I started by trying to get MagickFilterKit 1.0.0 to run on ImageMagick 6.6.7-1 2011-01-24 Q16

I followed the ReadMe.txt to build and install the analyze module that comes with MagickFilterKit and had (seemed to ...