Watermarking for online sellers and e-commerce

Product photography gets stolen more than almost any other category, and for an obvious reason: a competitor listing the same or a similar item needs pictures, and yours already exist.

It's routine on the large marketplaces. Dropshippers do it as standard practice.

The problem is that the usual defence works against you. A heavy watermark protects the photograph and reduces the thing you actually care about, which is people buying the product.

The conversion trade-off, stated honestly

Buyers want to see the product. Anything between them and it costs sales.

So the aggressive settings that suit client proofs are wrong here. What works:

  • Off the product. Place the mark over background, a surface, or a low-interest region — never across the item's key detail, texture or label.
  • 25–35% opacity. Present, not intrusive.
  • Your brand, not "COPYRIGHT". A watermark that reads as branding does double duty: it deters lifting and it markets you when the image is reposted. A generic copyright stamp only does the first.
  • No tiling on the main image. Save tiling for supplementary shots or lookbooks if you use it at all.
  • Consistent placement across the catalogue. A gallery where the mark moves around looks amateurish; consistency reads as a brand.

A good rule: if you'd hesitate to buy from the listing because of the watermark, it's too heavy.

Catalogue scale

E-commerce has the volume problem in its purest form. A modest shop has thousands of images; a real catalogue has tens of thousands, and it's re-processed every time the branding changes or a new sales channel needs different dimensions.

Two things to check before you commit to any tool:

Memory at scale. Some tools build the whole batch in memory before starting and fall over on large jobs — often two hours in. One of our customers ran over 8,000 TIF files in a single pass. Test any trial against your largest real folder rather than a sample.

Mixed image sizes. Product shots come from several sources at several resolutions. A watermark specified in pixels is discreet on the big ones and covers the product on the small ones. Specify it as a percentage of the output so it scales.

Numbering a catalogue automatically

A feature that solves a real e-commerce problem: watermark text can include an auto-incrementing serial number, or values pulled from EXIF and the file itself.

One customer used exactly this to number a full product catalogue in a single pass:

"I was unsure if I really could automate my watermarking task but TSR Watermark Image turned out to be fantastic. I just loaded the pics and added the consecutive #'s to the watermark and it was easy!" — Cher Cornett Crum, Bolt & Nut, Inc.

Useful for stock references, catalogue positions, or making it obvious which image is which in a supplier conversation.

One source, every channel

Every channel wants different dimensions. Your own store, the marketplaces, the ads, the supplier sheet.

Build one profile per channel and run them all over the same source folder:

C:\configs\
    store-main.wmi 2000px, subtle brand mark, JPEG 90 → FTP
    marketplace.wmi 1600px, no watermark (check platform rules), JPEG 85
    social.wmi 1080px square-safe, brand mark centre-third
    supplier.wmi full resolution, no mark
$exe = 'C:\Program Files\TSR Watermark Image\WatermarkImage.exe'
foreach ($cfg in 'store-main','marketplace','social') {
    Start-Process $exe -ArgumentList "`"C:\configs\$cfg.wmi`"" -Wait -NoNewWindow
}

Check each marketplace's rules. Several large platforms prohibit watermarks, logos and promotional text on the main product image, and will suppress a listing that breaks it. A per-channel profile is how you comply in one place and brand in another without keeping two folders by hand.

Into the pipeline

On Professional + Share, the run finishes by uploading straight to WordPress or FTP; Secure Share adds secure FTP.

Combined with a scheduled task, new product shots dropped into a folder are watermarked, resized and on the server by morning, with nobody involved.

For a shop pushing new stock weekly, that's the difference between a recurring chore and a thing that happens.

Keep the clean originals

Watermarking is irreversible, and you will need unmarked versions — for a rebrand, for print, for a marketplace that forbids watermarks, for the supplier who wants the raw shot.

TSR Watermark Image refuses to accept your source folder as the destination, so a batch job can't consume the originals. On an automated nightly run over a shared drive, that's the safeguard that matters.

What a watermark does and doesn't do here

It does: deter casual lifting, brand your images when they're reposted, and give you a much stronger position when you file a marketplace infringement complaint — an image published watermarked and reappearing without it is evidence of a deliberate act.

It doesn't: stop a determined competitor. Inpainting removes a mark in seconds. It also does nothing to keep your images out of AI training sets, whatever anyone tells you.

The realistic goal is raising the cost above what a casual copier will pay, and having good evidence when someone pays it anyway. For marketplace takedowns specifically, keeping the clean originals plus a watermarked published version is a genuinely strong file.

Metadata

If you populate IPTC copyright and creator fields, check your watermarking step preserves them — many tools decode, draw and re-encode, discarding everything. TSR Watermark Image preserves EXIF, XMP and IPTC on every paid edition.

There's a two-minute test in Your watermarking tool is deleting your copyright info.

What it costs

$29.95 Professional, $59.95 with WordPress and FTP publishing, $139.95 with secure FTP.

One-time payment, licensed to the user rather than a machine, so the office desktop, the laptop and the photography machine are covered by one purchase. 90-day money-back guarantee.

For a shop, that's less than a month of most image-tool subscriptions, once.

Download the free version → · Compare editions →

← Back to all articles