ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Vasiliy U. Borisov" <vasy@kunlib.ru>
To: ALT Linux Community <community@altlinux.ru>
Subject: Re: [Comm] Нанести exif на фотку
Date: Tue, 13 Sep 2005 17:02:11 +0400
Message-ID: <4326CDD3.8050301@kunlib.ru> (raw)
In-Reply-To: <43255F5B.4040107@tulanews.ru>

[-- Attachment #1: Type: text/plain, Size: 462 bytes --]

Шишков Евгений wrote:

> Здравствуйте
>
> Появилось ли что под линукс, чтоб на фото exif (дату/время съёмки) 
> наносить (желательно в пакетном режиме)?
> Посмотрел кучу программ. Они умеют только в отдельном окошке 
> показывать эту инфу. А на фотку
> ставить - не умеют.
>
> Под виндой много уже таких прог (BetterJPEG, exifer, ну и платные...)
>
За 15 минут накал скриптик (ради дальнейшего понимания крутизны 
ImageMagick).

-- 
Regards, Vasiliy U. Borisov


[-- Attachment #2: exif2jpg.sh --]
[-- Type: text/plain, Size: 260 bytes --]

#!/bin/sh

for file  in $*
do
	date=`exif -t 0x0132 "$file" | grep Value| awk '{ print $2 " " $3}'`
	convert -font /usr/share/fonts/default/TrueType-val/a010015l.ttf -pointsize 72 -gravity SouthEast -fill red -annotate +30+30 "$date" "$file" "e_$file"
		
done

  parent reply	other threads:[~2005-09-13 13:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-12 10:58 Шишков Евгений
2005-09-12 13:22 ` [Comm] " Anton Farygin
2005-09-13  7:11   ` [Comm] Re: оБОЕУФЙ exif ОБ ЖПФЛХ Шишков Евгений
2005-09-13  7:46     ` Kostarev Alexey
2005-09-13  8:33       ` [Comm] Re: Нанести exif на фотку Шишков Евгений
2005-09-13  9:50         ` Kostarev Alexey
2005-09-13 10:59           ` Шишков Евгений
2005-09-13 13:02 ` Vasiliy U. Borisov [this message]
2005-09-14  4:39   ` [Comm] " Шишков Евгений

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4326CDD3.8050301@kunlib.ru \
    --to=vasy@kunlib.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git