|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Paste logo on imageHi,
We have thousands of images and would like to watermark our logo on those images. Is it possible to put our logo on image programatically? manually it will take years. I don't even know where to begin. Thanks Adnan Masood www.newbalanceindy.com
Show quote
Hide quote
On 21 Apr 2006 18:30:21 -0700, "Sehboo" <MasoodAd***@gmail.com> wrote: Slightly off topic for this news group, but try googling for "batch watermarking" or "image batch proccessing watermark".>Hi, > >We have thousands of images and would like to watermark our logo on >those images. > >Is it possible to put our logo on image programatically? manually it >will take years. > >I don't even know where to begin. > >Thanks > >Adnan Masood >www.newbalanceindy.com This link seems to list a few: http://graphicssoft.about.com/od/batchwatermarking/ Should be possible. You will need to read the image files individually using
the .fromfile method of the image class. You can then create a graphics object and copy the bitmap into the graphics object. Onto that object, you can place your watermark using .drawimage method of the Graphics class. The Grahpics object can then be saved to a file by converting it into a bitmap then into whatever format you want. Shouldn' be too much of a problem but you will need to do some research into the image, bitmap, and graphics class. If the images contain more than one image, it will be more complex but can ge done. -- Show quoteHide quoteDennis in Houston "Sehboo" wrote: > Hi, > > We have thousands of images and would like to watermark our logo on > those images. > > Is it possible to put our logo on image programatically? manually it > will take years. > > I don't even know where to begin. > > Thanks > > Adnan Masood > www.newbalanceindy.com > > If you want, send me one of your images and the watermark image and I'll see
if I can merge the two. You can send to my e-mail at: dhin***@houston.rr.com Note: For those who always remind me not to give out my e-mail, thanks for the warning but don't bother..I know the risks and have my computer fully protected. -- Show quoteHide quoteDennis in Houston "Sehboo" wrote: > Hi, > > We have thousands of images and would like to watermark our logo on > those images. > > Is it possible to put our logo on image programatically? manually it > will take years. > > I don't even know where to begin. > > Thanks > > Adnan Masood > www.newbalanceindy.com > > |
|||||||||||||||||||||||