Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
DhiwaTdG's user avatar
  • 788
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 ...
user avatar
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 ...
Parand's user avatar
  • 106k