From: "Dmytro O. Redchuk" <brownian.box@gmail.com>
To: "ALT Linux Community general discussions" <community@lists.altlinux.org>
Subject: Re: [Comm] Чем повернуть jpeg'и?
Date: Wed, 1 Oct 2008 10:32:22 +0300
Message-ID: <8409fdee0810010032y47054efcm1966b0614bbb3820@mail.gmail.com> (raw)
In-Reply-To: <48E3268F.5060108@nevod.ru>
2008/10/1 Дегтярёв Дмитрий <ddv@nevod.ru>:
> #!/bin/sh
>
> for i in $( ls ); do
> convert -rotate 90 $i new_$i
> done
mkdir rot; for j in $(ls); do convert -auto-orient $j rot/$j; done
--
Dmytro O. Redchuk
next prev parent reply other threads:[~2008-10-01 7:32 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-30 20:49 Alexei V. Mezin
2008-09-30 20:55 ` Michael Shigorin
2008-09-30 21:47 ` Alexei V. Mezin
2008-10-01 3:56 ` Дегтярёв Дмитрий
2008-10-01 5:38 ` Andrey Rahmatullin
2008-10-01 7:28 ` Дегтярёв Дмитрий
2008-10-01 7:32 ` Dmytro O. Redchuk [this message]
2008-10-01 7:32 ` Andrey Rahmatullin
2008-10-01 8:07 ` Дегтярёв Дмитрий
2008-10-01 8:21 ` Dmytro O. Redchuk
2008-10-01 9:03 ` Дегтярёв Дмитрий
2008-10-01 9:08 ` Dmytro O. Redchuk
2008-10-01 6:24 ` Натфуллин Аяз
2008-10-01 7:04 ` Yury Aliaev
2008-10-01 7:10 ` Andrey Rahmatullin
2008-10-01 7:20 ` Dmytro O. Redchuk
2008-10-03 15:54 ` Yury Aliaev
2008-10-04 4:07 ` Alexander Vasiliev
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=8409fdee0810010032y47054efcm1966b0614bbb3820@mail.gmail.com \
--to=brownian.box@gmail.com \
--cc=community@lists.altlinux.org \
/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