With "convert" from the Imagemagick bundle I can do some modifications
of an image only for a specified region like the following
convert old.png -region 100x100+x+y -normalize new.png
The 100x100 pixel region can be moved using the x and y parameter. Is it
possible to loop over the whole image by moving the region horizontal
and vertical? How? Thanks in advance,
....Rolf