[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Gimp Tricks



On Sun, Jan 18, 2004 at 09:26:23AM -0500, Geoffrey wrote:
> Chris Fowler wrote:
> >I would like to add a small white border to all my digital images.  I
> >had some film developed at Wolf with the white border and so I'd like to
> >try and add them to my digital images.  Since I have many images I need
> >to do this in batch mode.  Any suggestions?
> 
> You want imagemagic's convert:
> 
> convert -mattecolor "#FFFFFF" -frame 10x10 pic.jpg newpic.jpg
> 
> Adjust the 10x10 to fit your needs.
> 
> Just wrap that in a for/while loop and you're good.

That was awesome!  Works like a charm.  Now if I can only convince Sam's
to print the images as matt and not glossy I'll be in good shape.

Does anyone know of an automatic method to remove red-eye?

Thanks, 
Chris