all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: "Mathias Dahl" <mathias.dahl@gmail.com>
Cc: Dieter Wilhelm <dieter@duenenhof-wilhelm.de>, bug-gnu-emacs@gnu.org
Subject: Re: image-dired does not rotate the original image
Date: Sun, 22 Jul 2007 19:01:52 +0200	[thread overview]
Message-ID: <87lkd8tlrz.fsf@ambire.localdomain> (raw)
In-Reply-To: <7dbe73ed0707220652w3d440b41m98a24248341486d@mail.gmail.com> (Mathias Dahl's message of "Sun\, 22 Jul 2007 15\:52\:16 +0200")

() "Mathias Dahl" <mathias.dahl@gmail.com>
() Sun, 22 Jul 2007 15:52:16 +0200

   As I mentioned earlier, jpegtran does lossless rotation, something
   `convert' cannot do (or could not the last time I checked).

does this limitation also exist w/ mogrify(1) (or alternatively gm(1)
subcommand mogrify)?  i suppose to check for loss one could use:

 cp foo.jpg foo.orig.jpg
 gm mogrify -rotate -90 foo.jpg
 gm mogrify -rotate  90 foo.jpg
 cmp foo.jpg foo.orig.jpg

however, doing the above (even w/ "-quality 100" for the mogrify commands)
always results in cmp(1) noting a difference, even though visually i could
not tell.  i'm not a graphics format expert; could you suggest a better
way to check for loss?

thi

  reply	other threads:[~2007-07-22 17:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-22 12:02 image-dired does not rotate the original image Dieter Wilhelm
2007-07-22 12:50 ` Mathias Dahl
2007-07-22 13:34   ` Dieter Wilhelm
2007-07-22 13:52     ` Mathias Dahl
2007-07-22 17:01       ` Thien-Thi Nguyen [this message]
     [not found]       ` <mailman.3767.1185123740.32220.bug-gnu-emacs@gnu.org>
2007-07-24  6:52         ` Mathias Dahl
2007-07-24 22:50           ` Dieter Wilhelm
2007-07-25  7:25             ` Mathias Dahl

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=87lkd8tlrz.fsf@ambire.localdomain \
    --to=ttn@gnuvola.org \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=dieter@duenenhof-wilhelm.de \
    --cc=mathias.dahl@gmail.com \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.