How the Hell do you Batch flash watermark images like this?? Tattoos

SweetChuck

Junior Member
Joined
May 18, 2009
Messages
165
Reaction score
89
Just got back from Thailand , and I'm building a site for my mates Tattoo business in Phuket, and I need to have some copy protection for his unique designs.
Example
Code:
http://www.tattoojohnny.com/product/GPF-00031/9c054b3bb12615f31a773aa1c36776b1/searchpage/1/image/3/prods/DLF-00009,DFF-00515,GPF-00031,AAF-10743,AAF-10810,RTF-00171,J0F-00018,DFF-00873,RTF-00002,CRF-00097,DVF-00012,BNF-00004,

I've tried many programs including Watermark master, This works fine for video but jpeg images just don't want to play ball. Maybe I need to convert the Jpegs into a Flash sequence first. I've spent a full day on this , very frustrating. I also need to do this as a batch , ie 1000's of jpegs .

I appreciate any help guys
Thanks
 
I use PhotoWatermark Professional 7 by BrotherSoft. It doesn't do video but it's a champ at individual images. I used to use ver 4 or 5 but it failed on corrupt or wrong-extension images constantly. (I routinely process 50K+ so there's a lot of crap in there). Version 7 is a dream. Text watermarks, image watermarks, built-in transparency. Corrupt images it just cruises over and completes the batch come hell or high water. perfect for me.

My only complaint is that although it also resizes and converts, the resize options are hard-coded so I can't add my own. There may be a way around that but I haven't bothered to look. So I do basic image processing (format converting, resizing, etc) elsewhere then rip them through this.

It's a dream to use, powerful and stable.

P.S.: my script blocker killed the vast majority of your content/whatever delivery system so I couldn't really see what you're trying to watermark. Your site even popped some warning flags which I'd never seen before. Pretty hard to do: I work in adult and I thought I'd seen every stop-light my app could throw. But apparently not. Anyone without a good script blocker should prob not check this site.

But good luck anyway. The app I mentioned above is just great
 
Last edited:
I use PhotoWatermark Professional 7 by BrotherSoft. It doesn't do video but it's a champ at individual images. I used to use ver 4 or 5 but it failed on corrupt or wrong-extension images constantly. (I routinely process 50K+ so there's a lot of crap in there). Version 7 is a dream. Text watermarks, image watermarks, built-in transparency. Corrupt images it just cruises over and completes the batch come hell or high water. perfect for me.

My only complaint is that although it also resizes and converts, the resize options are hard-coded so I can't add my own. There may be a way around that but I haven't bothered to look. So I do basic image processing (format converting, resizing, etc) elsewhere then rip them through this.

It's a dream to use, powerful and stable

Cool man , Thanks i'll check it out. I suppose its not free :) I'm such a cheapskate .
 
P.S.: my script blocker killed the vast majority of your content/whatever delivery system so I couldn't really see what you're trying to watermark. Your site even popped some warning flags which I'd never seen before. Pretty hard to do: I work in adult and I thought I'd seen every stop-light my app could throw. But apparently not. Anyone without a good script blocker should prob not check this site.

But good luck anyway. The app I mentioned above is just great

Tattoojohnny is not my site , I'm just trying to emulate that protection , Its a very slick site , I'm in no way trying to compete with that :eek:
 
PhotoWatermark Professional 7 just got it , Thanks given man , Lifesaver :D
 
If I had to guess, the "watermark" is a flash animation that is overlapped on top of a movie clip that is loading external jpgs. Look up XML slideshows and you might find what you're looking for...

HTH
ND
 
PhotoWatermark Professional 7 seems to be a great batch watermarker , But I don't think it can do what I want like create an overlayed dynamic flash object on a static jpeg . Anyone got any other ideas , surely theres a piece of software that just does this . :confused:

looking into XML slideshows now
 
Let us know what you find SweetChuck...the XML program looked promising
 
Helps to read the sites source code , This is done with some flash scripting called Dojo !! Never heard of it .

Code that calls up the Flash object over an image called up from a gallery

Code:
[COLOR=#008000]//dojo.addOnLoad(function(){if (dojox.embed.Flash != undefined){if ((dojox.embed.Flash.version.major==undefined) || (dojox.embed.Flash.version.major<7)){dojo.style(dojo.byId("flacont"),"display","none");dojo.style(dojo.byId("altcont"),"display","block");}}});[/COLOR]

I swear to god I'll work this out :D That site is just inspiring !
 
What that site is doing is using a flash movie that contains the source image. The image is inside the movie, not anywhere in the page itself. The javascript code you quoted replaces the flash with a fallback image if the user has an old flash version, but that's not what you see normally.
 
The image is inside the movie
The image is actually on the server in another folder, the flash file have a bit of code that uses the variable passed as the location/name of the image.

If you can get away with images irfanview has a built in batch conversion tool which can allow you to add text. It is free and fast it's also quite powerful, has crop resize etc.
 
Back
Top