Author Topic: Is there a quick way to watermark a number of pictures automatically?  (Read 3499 times)

0 Members and 1 Guest are viewing this topic.

Offline ch_123

  • * Exalted Elder
  • Thread Starter
  • Posts: 5860
I need to watermark some of the pictures that I'm using in the IBM Wiki. I'm sure there's some software out there that can be used to automate this task (especially considering that the pictures are pretty much all the same size). I'd prefer a Linux-based solution, but a Windows one would probably just as good.

Offline timw4mail

  • Posts: 1329
    • https://timshomepage.net
Is there a quick way to watermark a number of pictures automatically?
« Reply #1 on: Tue, 24 November 2009, 10:48:28 »
It would be fairly easy to do with a Photoshop macro, but I don't know if the GIMP has macro support or not.
Buckling Springs IBM Model F AT, New Model F 77, Unicomp New Model M
Clicky iOne Scorpius M10, OCN-branded Ducky DK-9008-C, Blackmore Nocturna, Redragon Kumara K552-1, Qtronix Scorpius Keypad, Chicony KB-5181(Monterey)
Tactile Apple AEKII (Cream damped ALPS), Filco FKBN91M/JB (Japanese Tenkeyless), Cherry G84-5200, Cherry G84-4100LPAUS, Datalux Spacesaver(Cherry ML), Redragon Devarajas K556 RGB, Newmen GM711, Poker II (Cherry MX Clear), Logitech G910 Orion Spark, Logitech K840
Linear Lenovo Y (Gateron Red), Aluminum kiosk keyboard (Cherry MX Black)

Offline bitflipper

  • Posts: 122
Is there a quick way to watermark a number of pictures automatically?
« Reply #2 on: Tue, 24 November 2009, 10:59:41 »
Here are some freeware Windows image processing utilities that might do the trick. I have no experience with any of them, though. The first one, Modi, states it operates on batches of images.

Offline Mnemonix

  • Posts: 163
Is there a quick way to watermark a number of pictures automatically?
« Reply #3 on: Tue, 24 November 2009, 11:03:41 »
You could use ImageMagick for this. A quick Google search for "imagemagick watermark" spit out this one.
There's also Netpbm, which is similar.

Offline ch_123

  • * Exalted Elder
  • Thread Starter
  • Posts: 5860
Is there a quick way to watermark a number of pictures automatically?
« Reply #4 on: Tue, 24 November 2009, 11:20:32 »
Quote from: webwit;135918
Just so you know (I know this is for Brandon and possibly others and I respect their wishes), my pics on geekhack are all in the public domain and you may butcher and take credit for them (please do, I am not a very good photographer).


Thanks. Brandon was the one who wanted the watermarking. He supposedly has had problems with people stealing his pics for use with ebay listings, and then people have emailed him thinking that he was responsible for their crapped out board.

Offline hyperlinked

  • Posts: 924
Is there a quick way to watermark a number of pictures automatically?
« Reply #5 on: Tue, 24 November 2009, 11:28:14 »
Yeah, there are many easy ways of doing this on a Linux server. GD2 and ImageMagick are probably the two most common ways to build a watermark on a Linux server.

If ther server has PHP installed, GD2 should already be running. GD2 functions are built into PHP an if you know PHP at all, GD2 is very easy to use from within a PHP script.

If you're looking for a command line option, ImageMagick seems to be a more popular method for processing images on a server.
-

Topre: Realforce 103U Cherry: Filco Majestouch 104 (Brown), Ione Scorpius M10 (Blue)
Buckling Spring: IBM Model M1391401 ALPS: Apple Extended Keyboard II (Cream), ABS M1 (Fukka/Black), MicroConnectors Flavored USB (Black)
Domes: Matias Optimizer, Kensington ComfortType, Microsoft Internet Keyboard
Scissors: Apple Full Sized Aluminum
Pointy Stuff: Razer Imperator, Razer Copperhead, DT225 Trackball, Apple Magic Mouse, Logitech MX1000, Apple Mighty Mouse
Systems: MacPro, MacBook Pro, ASUS eeePC netbook, Dell D600 laptop, a small cluster of Linux Web servers
Displays: Apple Cinema Display 30", Apple Cinema Display 23"
Ergo Devices: Zody Chair, Nightingale CXO, Somaform, Theraball, 3M AKT180LE Keyboard Tray

Offline hyperlinked

  • Posts: 924
Is there a quick way to watermark a number of pictures automatically?
« Reply #6 on: Tue, 24 November 2009, 11:33:13 »
Brandon = Majestouch?

If it's for his site, you might just be better off watermarking the image manually in Photoshop or scripting it in Photoshop if you already know how to do Photoshop scripting. Unless we're talking hundreds of images or more, by the time you figure out how to script the watermark, you'll probably have spent more time than you would have doing it the "dumb" way.

Even if you script everything quickly from the start, you may find yourself needing tweaks to improve the output fidelity or color control. There are a lot of things that can screw up doing these watermarks.
« Last Edit: Tue, 24 November 2009, 11:35:21 by hyperlinked »
-

Topre: Realforce 103U Cherry: Filco Majestouch 104 (Brown), Ione Scorpius M10 (Blue)
Buckling Spring: IBM Model M1391401 ALPS: Apple Extended Keyboard II (Cream), ABS M1 (Fukka/Black), MicroConnectors Flavored USB (Black)
Domes: Matias Optimizer, Kensington ComfortType, Microsoft Internet Keyboard
Scissors: Apple Full Sized Aluminum
Pointy Stuff: Razer Imperator, Razer Copperhead, DT225 Trackball, Apple Magic Mouse, Logitech MX1000, Apple Mighty Mouse
Systems: MacPro, MacBook Pro, ASUS eeePC netbook, Dell D600 laptop, a small cluster of Linux Web servers
Displays: Apple Cinema Display 30", Apple Cinema Display 23"
Ergo Devices: Zody Chair, Nightingale CXO, Somaform, Theraball, 3M AKT180LE Keyboard Tray

Offline ch_123

  • * Exalted Elder
  • Thread Starter
  • Posts: 5860
Is there a quick way to watermark a number of pictures automatically?
« Reply #7 on: Tue, 24 November 2009, 12:57:56 »
Brandon = ClickyKeyboards.com guy

When I said a Linux solution, I meant an image editing application as opposed to a server application, as the pics will be hosted on GeekHack.

Thanks for the advice though!

Offline Mnemonix

  • Posts: 163
Is there a quick way to watermark a number of pictures automatically?
« Reply #8 on: Tue, 24 November 2009, 13:15:32 »
Quote from: ch_123;135938
When I said a Linux solution, I meant an image editing application as opposed to a server application, as the pics will be hosted on GeekHack.


That's OK, ImageMagick will run happily from the command line in an xterm, not somewhere on a remote server. The second link from my other post points to a snippet of shell script that will most probably solve your problem (the for-loop at the bottom). Copy and paste it into a text file, adapt it to your needs, make it executable, and run it.

Offline o2dazone

  • Posts: 953
Is there a quick way to watermark a number of pictures automatically?
« Reply #9 on: Wed, 25 November 2009, 22:27:04 »
I do all my massive watermarking in Wordpress (**** you not, it's got great control). I save them out as 100% jpgs. I then pull them off my FTP and run them through Adobe Fireworks because it does a great job compressing jpgs (and a horrible job watermarking, go figure). I mostly need things like 5x5 pixels away from the bottom right corner, this is something that Fireworks has trouble doing. It's possible to do this in Photoshop, but it does a horrible job compressing jpgs

oh btw, the Wordpress module is called NextGen Gallery

Offline Hofy

  • Posts: 117
  • Location: Sunnyvale Trailer Park
  • Voids Warranties
Is there a quick way to watermark a number of pictures automatically?
« Reply #10 on: Thu, 26 November 2009, 11:42:05 »
Quote from: ripster;135912
Gimp.  Link.

Lightroom 3 will also  do it but $$$.


Edit: Just read the article - ridiculously labor intensive though.  Don't know if Gimp has Photoshop  like droplet capability.


LR 3 is free right now.  Only because it is beta.  Release isnt until next year.

of course this watermark was done in LR2

Poker II Cherry MX Blue
Filco TenKeyless Zero Fukka
Cherry ML4100
IBM Model M 1391401 Buckle Spring Luvin

Offline hyperlinked

  • Posts: 924
Is there a quick way to watermark a number of pictures automatically?
« Reply #11 on: Thu, 26 November 2009, 11:56:35 »
Quote from: o2dazone;136374
It's possible to do this in Photoshop, but it does a horrible job compressing jpgs


If you're surprised to see jpgs that are 200k for a small icon, then you have to "Save For Web" instead of doing a "Save As" when you save your jpgs.
-

Topre: Realforce 103U Cherry: Filco Majestouch 104 (Brown), Ione Scorpius M10 (Blue)
Buckling Spring: IBM Model M1391401 ALPS: Apple Extended Keyboard II (Cream), ABS M1 (Fukka/Black), MicroConnectors Flavored USB (Black)
Domes: Matias Optimizer, Kensington ComfortType, Microsoft Internet Keyboard
Scissors: Apple Full Sized Aluminum
Pointy Stuff: Razer Imperator, Razer Copperhead, DT225 Trackball, Apple Magic Mouse, Logitech MX1000, Apple Mighty Mouse
Systems: MacPro, MacBook Pro, ASUS eeePC netbook, Dell D600 laptop, a small cluster of Linux Web servers
Displays: Apple Cinema Display 30", Apple Cinema Display 23"
Ergo Devices: Zody Chair, Nightingale CXO, Somaform, Theraball, 3M AKT180LE Keyboard Tray

Offline o2dazone

  • Posts: 953
Is there a quick way to watermark a number of pictures automatically?
« Reply #12 on: Thu, 26 November 2009, 15:45:17 »
I've been using Photoshop for 10 years. I know the difference :P Photoshops JPG compressor is just horrible

here's a good article on it if you're interested.

At my company were doing a big project where were improving the performance of our site, using non semantic approaches to eek out improvements everywhere we can. We're shaving our images down by about 15% using Fireworks to save out images, and then using Smush.It to get a little bit more after that. Works great if you have high traffic websites

Offline hyperlinked

  • Posts: 924
Is there a quick way to watermark a number of pictures automatically?
« Reply #13 on: Thu, 26 November 2009, 15:58:03 »
Quote from: o2dazone;136579
I've been using Photoshop for 10 years. I know the difference :P Photoshops JPG compressor is just horrible

here's a good article on it if you're interested.

Thanks for passing that along. i never knew that Photoshop was inefficient at compressing jpgs.

When you said it was horrible at compressing jpgs, I assumed you must have been making the common "Save As" mistake... all a matter of semantics. I think of disatrous performance when someone describes something as horrible instead of a 10% difference.
« Last Edit: Thu, 26 November 2009, 16:00:42 by hyperlinked »
-

Topre: Realforce 103U Cherry: Filco Majestouch 104 (Brown), Ione Scorpius M10 (Blue)
Buckling Spring: IBM Model M1391401 ALPS: Apple Extended Keyboard II (Cream), ABS M1 (Fukka/Black), MicroConnectors Flavored USB (Black)
Domes: Matias Optimizer, Kensington ComfortType, Microsoft Internet Keyboard
Scissors: Apple Full Sized Aluminum
Pointy Stuff: Razer Imperator, Razer Copperhead, DT225 Trackball, Apple Magic Mouse, Logitech MX1000, Apple Mighty Mouse
Systems: MacPro, MacBook Pro, ASUS eeePC netbook, Dell D600 laptop, a small cluster of Linux Web servers
Displays: Apple Cinema Display 30", Apple Cinema Display 23"
Ergo Devices: Zody Chair, Nightingale CXO, Somaform, Theraball, 3M AKT180LE Keyboard Tray

Offline o2dazone

  • Posts: 953
Is there a quick way to watermark a number of pictures automatically?
« Reply #14 on: Fri, 27 November 2009, 00:13:45 »
Haha sorry, I shouldn't have said horrible. In fact, unless I'd be getting a lot of views to any imagery, I just use the Save For Web feature for my jpgs in Photoshop.