PDA

View Full Version : ImageMagick processing plug-in


E-Male
17th February 2005, 16:41
use this mirror please: http://www.blainehelmick.com/hosted/immaavs/immaavs.rar (thx to makoto916)
http://e-rels.dyndns.org/downloads/immaavs.rar
(also inlcudes the picture reader: http://forum.doom9.org/showthread.php?s=&threadid=90131 )

examples:
immamog("-sepia-tone","205")
immamog("-swirl", "300")
immamog("-wave", "10x10")
immamog("-fill","#228","-tint","60")
immamog("-fill","white","-draw", "rectangle 10,10 40,40")

4 parameters is the maximum for now, but i can allow more on request
rgb32 only
should support most of these commands:
http://imagemagick.org/script/mogrify.php?

the resolution of the image is not changed, yet
but i'll add that in the next version

hyper-threading bug fixed

this plug-in is still experimental
please report how it works for you

E-Male
22nd February 2005, 12:06
really no interest at all in this?
guess in can move it way down the priority-list

Mug Funky
22nd February 2005, 12:32
forum's a bit slow lately... i wouldn't be worried by lack of replies - just link this thread whenever someone asks for something this plugin can do :)

of course, setting priorities is a different matter. you must have a few projects going... good stuff. :)

the scale and rotation stuff looks interesting.

makoto916
13th April 2005, 08:34
Mirror of immmamog avaialble here (link removed).

*EDIT* DLL changed to immaavs. New mirror here (http://www.blainehelmick.com/hosted/immaavs/immaavs.rar).

E-Male
13th April 2005, 08:39
thx again

E-Male
13th April 2005, 16:26
updated
-joined both imagemagick plug-ins in one .dll-file
-compiled with imagemagick 6.2.1, single-threaded
-no new features in the plug-in yet, will come in next version

HighInBC
13th April 2005, 16:27
Thank you so much! This fills in alot of funtionality for frame editing.

I will use this often!

HighInBC
17th September 2005, 17:08
Mabye I have missed something obvious, I am trying to use this filter to draw a rectangle on the screen. This is what I have:


clip = BlankClip(length=1,width=720,height=480,pixel_type="RGB32",fps=30000,fps_denominator=1001,color=$888888).\
immamog("-draw", "rect 10,10 400,400")

return clip


Am I doing this wrong? no rectangle appears. How do I control the color once I do get iit to appear?

Dark-Cracker
17th September 2005, 20:41
hi,

nice filter, just a personnal opinion but you should add some picture of the previewing effect and a little explanation of the filter, it could probably aware the interest felling in a few people :)

++

HighInBC
17th September 2005, 21:39
I retract my previous question, I figured it out thusly:


clip.immamog("-fill","white","-draw", "rectangle 10,10 40,40")

E-Male
19th September 2005, 20:03
hi,

nice filter, just a personnal opinion but you should add some picture of the previewing effect and a little explanation of the filter, it could probably aware the interest felling in a few people :)

++

it's just a side-project of the picture reader, so i never gave much attention to it myself
i provided a link to the imagemagick site showing the parameters, there is not much more i can do ATM

i'll add the "draw" example to the first post

chilkari
19th September 2005, 22:38
Thanks, EM - I'll definitely use the heck out of this one.