From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.bugs Subject: Re: image-dired does not rotate the original image Date: Sun, 22 Jul 2007 14:50:11 +0200 Message-ID: <7dbe73ed0707220550k6cdc800asd2474266bcd6f1ed@mail.gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1185120645 762 80.91.229.12 (22 Jul 2007 16:10:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Jul 2007 16:10:45 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: "Dieter Wilhelm" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jul 22 18:10:43 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ICe15-0007LW-3w for geb-bug-gnu-emacs@m.gmane.org; Sun, 22 Jul 2007 18:10:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICe14-0000zx-La for geb-bug-gnu-emacs@m.gmane.org; Sun, 22 Jul 2007 12:10:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ICat6-0002ed-Cr for bug-gnu-emacs@gnu.org; Sun, 22 Jul 2007 08:50:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ICat4-0002dW-GY for bug-gnu-emacs@gnu.org; Sun, 22 Jul 2007 08:50:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICat4-0002dQ-A9 for bug-gnu-emacs@gnu.org; Sun, 22 Jul 2007 08:50:14 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ICat3-00082n-TP for bug-gnu-emacs@gnu.org; Sun, 22 Jul 2007 08:50:14 -0400 Original-Received: by nf-out-0910.google.com with SMTP id f5so97027nfh for ; Sun, 22 Jul 2007 05:50:11 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DaBlRM4fQE5XO30rKWnV997wBM1T12XixZo8cVRRIMHfudeIP81DmHrAixOepHLUZc2rJmeNHj9KYVRvZ01lq9T+GBu68lK6+ghooerAHsVIEACpVGJAC5+CWXgHEhhxF/zAyDnQahdxAO9zJjIi0QcOJ/6XIRfQ9g/TfPVb0AQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Pe+KLzIusHkVKNSJF57kJemxb6lAUvSoeiCZAExy3ibDT/coTHQNGApyBeOgRyPoLmcAKRKOc6l0Adxw5dYxs0Zl/KURexAJ6+rOX2ux3OOv0NO7Ri1u1yY4vR0YUsz5jdOPzQKCGudwKSDwuRSsY0R3pAyhwCheRReXQ6KWxCc= Original-Received: by 10.82.126.5 with SMTP id y5mr1437787buc.1185108611652; Sun, 22 Jul 2007 05:50:11 -0700 (PDT) Original-Received: by 10.82.117.9 with HTTP; Sun, 22 Jul 2007 05:50:11 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sun, 22 Jul 2007 12:10:40 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16199 Archived-At: > emacs -Q > M-x tumme [some directory with jpegs] > R (image-dired-rotate-original-right) > > yields the following error message: > > image-dired-rotate-original: Could not rotate image By default, `image-dired-cmd-rotate-original-program' is set to jpegtran, which is a command that can rotate a JPEG without quality loss. This is a must, unless there are other tools that does the same job. Do you have this program installed? Can you call it from a terminal?