From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 16 23:45:49 2010 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B99EE106566B for ; Thu, 16 Dec 2010 23:45:49 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-px0-f196.google.com (mail-px0-f196.google.com [209.85.212.196]) by mx1.freebsd.org (Postfix) with ESMTP id 938578FC15 for ; Thu, 16 Dec 2010 23:45:49 +0000 (UTC) Received: by pxi11 with SMTP id 11so13279pxi.7 for ; Thu, 16 Dec 2010 15:45:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=lGE783Un3syHosTSQ9zjy4wkqYi1ya4aMikY78phn9c=; b=mmEt+3WJb59QZ4oCct4aSCPQL8NeB6Oj30nYj9zmQBS70XFvNZTjP7xZBP8zsPFK88 HdzFw6RW7joxDaxfY5x068+21SDHxbFN/4blUzGQw01PFjQqlHm/cvJchYar8e5x+N4M fY4wcgJPzfZzFgeUNrPKmWM4g7RplR0tw1XgI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=aeivLatXj2SpJBqN9d+eB+7gCex8uvLQhA8+QoHy9q3pZeM2GFZX6nUNSvLXrWB7+4 Budmw1ihidJJQ6j3EooHE8BUdHKpSKqyAkx9Cm0ar3Udrrwt175hke/czv3oPwwAZVry YG13ACjCVXWJQNYz5bIQIiUXl77PVUaLQJURQ= MIME-Version: 1.0 Received: by 10.142.226.11 with SMTP id y11mr149888wfg.173.1292542037020; Thu, 16 Dec 2010 15:27:17 -0800 (PST) Received: by 10.142.178.2 with HTTP; Thu, 16 Dec 2010 15:27:16 -0800 (PST) Date: Thu, 16 Dec 2010 18:27:16 -0500 Message-ID: From: grarpamp To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Image watermarking software X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2010 23:45:49 -0000 Would anyone like to suggest some open software, or even a link to a GIMP tutorial to do this? I don't need much and would like to throw up a simple, diagonal, transparent yet discernable, gray overlay of an arbitrary 10-20 char alnum string. Bonus points for arbitrary string color, scaling the font size, rotation and location. I'm using JPG's and haven't seen the feature in GIMP's menu yet. Maybe doing it is only possible with plugins. Shows what I know about image tools, lol. And thanks to whoever maintains the GIMP port as I've already used it for some other things. Apologies if this list is only for hardware or off topic chat.