From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: image scaling Date: Fri, 22 Feb 2008 08:26:52 +0100 Message-ID: <47BE793C.5040507@swipnet.se> References: <87odaam9oy.fsf@stupidchicken.com> <8563wiaskc.fsf@lola.goethe.zz> <87ir0ikl3r.fsf@catnip.gol.com> <47BE6D1C.6030702@swipnet.se> 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 1203665273 13933 80.91.229.12 (22 Feb 2008 07:27:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Feb 2008 07:27:53 +0000 (UTC) Cc: Chong Yidong , Stefan Monnier , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 22 08:28:17 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JSSKO-0003qB-IP for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 08:28:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSSJt-0006MJ-A1 for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 02:27:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSSJn-0006LM-Qs for emacs-devel@gnu.org; Fri, 22 Feb 2008 02:27:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSSJm-0006KX-5t for emacs-devel@gnu.org; Fri, 22 Feb 2008 02:27:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSSJm-0006KM-1z for emacs-devel@gnu.org; Fri, 22 Feb 2008 02:27:38 -0500 Original-Received: from av12-1-sn2.hy.skanova.net ([81.228.8.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSSJi-0008NW-8T; Fri, 22 Feb 2008 02:27:34 -0500 Original-Received: by av12-1-sn2.hy.skanova.net (Postfix, from userid 502) id 2ADBC383DE; Fri, 22 Feb 2008 08:27:33 +0100 (CET) Original-Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av12-1-sn2.hy.skanova.net (Postfix) with ESMTP id 16B5D37F78; Fri, 22 Feb 2008 08:27:33 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 30BF737E4D; Fri, 22 Feb 2008 08:27:31 +0100 (CET) User-Agent: Thunderbird 2.0.0.6 (X11/20071022) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:89941 Archived-At: Miles Bader skrev: > Jan Dj=E4rv writes: >> I tried this and it works quite well. However, the image handling tha= t uses >> bare X calls only caters for one display, so it is not usable for Emac= s. >=20 > Couldn't we just use cairo? That seems fairly well-designed to be be > independent of the actual display... >=20 Sure, it would help printing also (we could use the Gtk+ print API). But= it is a bigger effort. Jan D.