Prev: Replace and Search Operation (incl. a counter) just for selected paragraphs
Next: Group / Ungroup Text Range
From: Southern at Heart on 12 Apr 2010 09:01 I have a folder with pictures in it, and would like to crop so many pixels off the bottom of each one. Is there a way to do this with VBA?
From: Graham Mayor on 12 Apr 2010 09:30 No. Word is not a graphics editor. You could insert a picture (or pictures) into a document and crop the display in the document, but if you want to crop the pictures themselves, you need a graphics editor. You *may* be able to achieve your aims with the batch tool in SnagIt, and Photoshop could certainly handle the task. -- <>>< ><<> ><<> <>>< ><<> <>>< <>><<> Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org <>>< ><<> ><<> <>>< ><<> <>>< <>><<> "Southern at Heart" <SouthernatHeart(a)discussions.microsoft.com> wrote in message news:846CDD16-5631-4867-9F93-16642B8BE98D(a)microsoft.com... >I have a folder with pictures in it, and would like to crop so many pixels > off the bottom of each one. Is there a way to do this with VBA?
From: Karl E. Peterson on 13 Apr 2010 20:47
Southern at Heart wrote: > I have a folder with pictures in it, and would like to crop so many pixels > off the bottom of each one. Is there a way to do this with VBA? You can, with an external library. I recommend the FreeImage_Copy function from The FreeImage Project... http://freeimage.sourceforge.net/ -- ..NET: It's About Trust! http://vfred.mvps.org |