From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.bugs Subject: bug#1701: problem computing image dimension of huge jpeg file Date: Fri, 26 Dec 2008 18:04:59 +0100 Message-ID: References: Reply-To: Andreas Schwab , 1701@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1230312224 8147 80.91.229.12 (26 Dec 2008 17:23:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Dec 2008 17:23:44 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, 1701@emacsbugs.donarmstrong.com To: xah lee Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 26 18:24:51 2008 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 1LGGQZ-0007lH-IF for geb-bug-gnu-emacs@m.gmane.org; Fri, 26 Dec 2008 18:24:47 +0100 Original-Received: from localhost ([127.0.0.1]:43779 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LGGPM-00056G-2t for geb-bug-gnu-emacs@m.gmane.org; Fri, 26 Dec 2008 12:23:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LGGPH-00055v-BC for bug-gnu-emacs@gnu.org; Fri, 26 Dec 2008 12:23:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LGGPE-00055T-LL for bug-gnu-emacs@gnu.org; Fri, 26 Dec 2008 12:23:26 -0500 Original-Received: from [199.232.76.173] (port=39943 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LGGPE-00055K-8S for bug-gnu-emacs@gnu.org; Fri, 26 Dec 2008 12:23:24 -0500 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:35222) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LGGPD-0005Zt-Pz for bug-gnu-emacs@gnu.org; Fri, 26 Dec 2008 12:23:24 -0500 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mBQHNLYW022995; Fri, 26 Dec 2008 09:23:21 -0800 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id mBQHF57n020850; Fri, 26 Dec 2008 09:15:05 -0800 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Andreas Schwab Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 26 Dec 2008 17:15:05 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 1701 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 1701-submit@emacsbugs.donarmstrong.com id=B1701.123031111219021 (code B ref 1701); Fri, 26 Dec 2008 17:15:05 +0000 Original-Received: (at 1701) by emacsbugs.donarmstrong.com; 26 Dec 2008 17:05:12 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from mx2.suse.de (ns2.suse.de [195.135.220.15]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mBQH536U017936 for <1701@emacsbugs.donarmstrong.com>; Fri, 26 Dec 2008 09:05:05 -0800 Original-Received: from Relay1.suse.de (relay-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 929CE46641; Fri, 26 Dec 2008 18:05:02 +0100 (CET) X-Yow: Yow! Am I cleansed yet?! In-Reply-To: (xah lee's message of "Thu, 25 Dec 2008 10:19:29 -0800") User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/22.3 (gnu/linux) X-MIME-Autoconverted: from 8bit to quoted-printable by rzlab.ucr.edu id mBQHNLYW022995 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Fri, 26 Dec 2008 12:23:26 -0500 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:23496 Archived-At: xah lee writes: > When using the following code full-size-img-linkify (see code below) on= a > large image that is 4248x544, but emacs report it as 30x30. You should report that to the author of the get-image-dimensions function. Andreas. --=20 Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstra=DFe 5, 90409 N=FCrnberg, Germany PGP key fingerprint =3D 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED= 5 "And now for something completely different."