All Questions
3 questions
1
vote
0
answers
67
views
GIMP script-fu to ImageMagic conversion
I have written the following GIMP script-fu function to remove lens distortion from an image using the lens-distortion-plugin. I execute this script through a command line function from my main python ...
1
vote
1
answer
524
views
How can I make this GIMP/ImageMagick script?
I'm using GIMP to do a simple but tedious operation for many images so I'd like to know how I can make a script that will do it for me, or find some simpler way of doing this.
I import an image file ...
1
vote
1
answer
750
views
Imagemagick or similar for scripted image enhancement
I found the following algorithm to work fairly well for enhancement of various images of whiteboards, etc:
duplicate the layer, make sure the top layer is active
(gaussian)blur the new layer. You ...