Watermarking for estate agents and property photographers
Property photography has a shape no other category shares: many images, per listing, on a deadline, going to several portals at once.
Twenty-five to forty photographs per property. Several properties a week. Each set needs the agency mark, portal-appropriate sizing, and uploading — usually today.
Do that by hand and it's an afternoon a week. Automated, it's nothing.
The privacy point nobody raises
Property photographs are pictures of the inside of somebody's home. Their furniture, their belongings, their layout, their security arrangements, sometimes their post on the kitchen table.
The homeowner agreed to their house being marketed. They didn't agree to the interior being uploaded to a third-party image-processing service, and nobody asked them.
That's not hypothetical risk-management. It's the kind of detail that reads badly if a vendor ever asks where their photographs went, and it's worth having a straight answer.
An installed desktop application gives you one: the files never left the machine. Disconnect the network and run a batch — if it finishes, nothing was uploaded, and you can demonstrate that rather than assert it.
If your agency has a data-protection policy, this is also the cheapest way to be straightforwardly compliant with it.
Consistency across a mixed set
A listing set is never uniform: wide interiors, portrait hallway shots, exteriors, a floor plan, an aerial. Mixed orientations, mixed resolutions.
A watermark placed at fixed pixel coordinates ends up tastefully positioned on the wide shots and across the estate agent's face in the portrait ones.
What you want:
- Size as a percentage of the output (1–100%), so it scales with the image
- Relative positioning, so it lands correctly on any aspect ratio
- EXIF auto-rotation, so nothing arrives sideways
Set once, correct on all forty.
One source, several outputs
Portals want different things. Your own site wants something else again. The usual answer is exporting three times by hand.
Better: three saved profiles over the same source folder.
C:\configs\
portal-primary.wmi 1024px, small corner logo, JPEG 80
portal-secondary.wmi 1600px, logo, JPEG 85
website-gallery.wmi 2048px, subtle embossed mark, JPEG 90 → FTP
brochure.wmi full resolution, no watermark, TIFF
Then:
$exe = 'C:\Program Files\TSR Watermark Image\WatermarkImage.exe'
foreach ($cfg in 'portal-primary','portal-secondary','website-gallery') {
Start-Process $exe -ArgumentList "`"C:\configs\$cfg.wmi`"" -Wait -NoNewWindow
}
One run, three portal-ready sets, correctly branded.
Straight onto the website
On Professional + Share, the batch can end by uploading the finished images to WordPress or FTP. Secure Share adds secure FTP for agencies whose IT requires it.
Photographs land in a folder; a scheduled task watermarks, resizes and publishes them overnight; the listing gallery is live in the morning. Nobody touched anything.
Photographer or agency: whose mark?
A recurring friction. The photographer wants their credit; the agency wants their brand; the portal strips or overlays things of its own.
Multiple independent watermarks per image solves it cleanly — the agency logo bottom-right and a small photographer credit along the base, each positioned, sized and angled separately. Both parties satisfied in one pass.
Settle it in the contract, then encode the answer in a profile and stop discussing it.
Volume and reliability
A busy agency accumulates tens of thousands of images a year, and the archive gets re-processed when branding changes.
Two things to check in any tool before you rely on it:
Memory at scale. Some tools build the whole job in memory and fall over on large batches. One of our customers ran over 8,000 TIF files in a single pass. Test a trial against your largest real folder.
Bad files. Every archive has a truncated JPEG or an odd colour profile. Does the tool skip and log, or throw a dialog on file 3,412 and wait? For overnight runs that's the whole difference.
Your originals cannot be overwritten
Unbranded originals matter — for brochures, for print, for the day the branding changes. Watermarking is irreversible.
TSR Watermark Image refuses to accept your source folder as the destination. Not a warning dialog: a refusal. On an unattended nightly job over a shared drive, that's the safeguard that matters.
Metadata
If your photographer supplies images with IPTC copyright and credit fields populated, check your watermarking step isn't discarding them. Many tools decode, draw and re-encode, which throws all of it away — including the credit line your CMS reads automatically.
TSR Watermark Image preserves EXIF, XMP and IPTC on every paid edition.
Do consider stripping GPS separately before publishing. Coordinates embedded in listing photographs are more precise than the address you meant to publish, and they persist after the listing is withdrawn.
What it costs
$29.95 Professional, $59.95 with WordPress and FTP publishing, $139.95 with secure FTP.
One-time payment, and the licence is tied to the user rather than a machine — office desktop, laptop, the photographer's editing machine, one purchase. 90-day money-back guarantee, which is long enough to get through a full quarter of real listings before the window closes.
Compare that with a per-seat monthly subscription across an office and the arithmetic isn't close.