From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: [ghill@synergymicro.com: displaying images] Date: Sun, 2 Feb 2003 14:32:18 +0100 (CET) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200302021427.h12ERVdg001401@stubby.bodenonline.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1044192718 11710 80.91.224.249 (2 Feb 2003 13:31:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 2 Feb 2003 13:31:58 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18fKE1-00032i-00 for ; Sun, 02 Feb 2003 14:31:57 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18fKL8-0002j8-00 for ; Sun, 02 Feb 2003 14:39:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fKFZ-00025U-00 for emacs-devel@quimby.gnus.org; Sun, 02 Feb 2003 08:33:33 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18fKFH-00025D-00 for emacs-devel@gnu.org; Sun, 02 Feb 2003 08:33:15 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18fKFG-000251-00 for emacs-devel@gnu.org; Sun, 02 Feb 2003 08:33:15 -0500 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fKFG-00024Q-00; Sun, 02 Feb 2003 08:33:14 -0500 Original-Received: from accessno42.bodenonline.com (IDENT:root@accessno42.bodenonline.com [193.201.16.44]) h12ERVdg001401; Sun, 2 Feb 2003 15:27:31 +0100 In-Reply-To: "from Richard Stallman at Feb 1, 2003 05:11:41 pm" Original-To: rms@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11291 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11291 > Can someone please investigate this? Please ack to me if you > are going to debug it. > I tried but I can not recreate the error. These images display as the should on CVS head, RC and 21.2. Jan D. > ------- Start of forwarded message ------- > Date: Thu, 30 Jan 2003 18:40:53 -0800 > To: bug-gnu-emacs@gnu.org > From: Greg Hill > Subject: displaying images > Sender: bug-gnu-emacs-bounces+rms=gnu.org@gnu.org > > - --============_-1168141642==_============ > Content-Type: text/plain; charset="us-ascii" ; format="flowed" > > I used a utility program (convert, from the ImageMagick package, on a > gnu-linux system) to create copies of a jpeg file in different sizes. > I display them like this: > > (insert-image (create-image "rms50.jpeg") (point)) > > Using another utility program (display, from the same package) the > pictures all look right. The files also all seem to be of > appropriate sizes. > > 1259 Jan 30 18:42 rms10.jpeg > 4420 Jan 30 18:49 rms25.jpeg > 12833 Jan 30 18:49 rms50.jpeg > 13345 Jan 30 18:53 rms51.jpeg > 25729 Jan 30 18:49 rms75.jpeg > 39173 Jan 30 18:49 rms100.jpeg > > The 10%, 25%, 51%, 75% and 100% scale image display properly using > create-image and insert-image as shown above. But the 50% scale > image image displays the same size as the 100% image. >