The Image Subtraction plugin compares each pixel of two given images and, if they are equal, put a transparent pixel on the new image. Otherwise, put on the new image the pixel from the primary image. It is useful if you want to isolate objects from two seemed images. The plugin has also a threshold slide bar.
Authors:
Alexandre Heitor Schmidt
Developer
http://server.solis.coop.br/~alexsmith/
alexsmith at solis dot coop dot br
Daniel Afonso Heisler
Developer
Attachment | Size |
---|---|
gimp_image_subtraction_plugin-0.1.0.tar.gz | 134.66 KB |
Comments
gimp_image_subtraction_plugin-0.1.0 Binary Gimp 64bit Windows
Bonjour,
http://www.aljacom.com/~gimp/gimp_image_subtraction_plugin-0.1.0-64bits.zip
447 522 bytes.
image-subtraction in Script-Fu ?
Hi,
Thanks for the really good plug-in. I want to use this in a Script-Fu to batch process many images.
I can see that it expects 5 arguments...
> ( image-subtraction )
Error: Invalid number of arguments for image-subtraction (expected 5 but received 0)
Would you be able to give us the details on what these are ? i.e The order of arguments/ data types / what value the plug in returns etc ??
Thanks!