From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: imagemagick patch v1 Date: Mon, 03 Aug 2009 00:39:18 +0200 Message-ID: References: <87ljm2gupp.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249252786 25649 80.91.229.12 (2 Aug 2009 22:39:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Aug 2009 22:39:46 +0000 (UTC) Cc: Emacs Development To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 03 00:39:39 2009 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 1MXjiK-0001my-3l for ged-emacs-devel@m.gmane.org; Mon, 03 Aug 2009 00:39:36 +0200 Original-Received: from localhost ([127.0.0.1]:41862 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXjiG-0001ux-JZ for ged-emacs-devel@m.gmane.org; Sun, 02 Aug 2009 18:39:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXjiB-0001us-LC for emacs-devel@gnu.org; Sun, 02 Aug 2009 18:39:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXji7-0001uH-9O for emacs-devel@gnu.org; Sun, 02 Aug 2009 18:39:27 -0400 Original-Received: from [199.232.76.173] (port=48341 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXji7-0001uE-34 for emacs-devel@gnu.org; Sun, 02 Aug 2009 18:39:23 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:35051 helo=gate.verona.se) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MXji6-0006p4-AM for emacs-devel@gnu.org; Sun, 02 Aug 2009 18:39:22 -0400 Original-Received: from localhost.localdomain (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id n72MdIZU018787; Mon, 3 Aug 2009 00:39:18 +0200 In-Reply-To: <87ljm2gupp.fsf@cyd.mit.edu> (Chong Yidong's message of "Sun, 02 Aug 2009 10:24:02 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/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:113578 Archived-At: Chong Yidong writes: > joakim@verona.se writes: > >> The attached patch is a 1st stab at making it possible to use the >> imagemagick library to load images in emacs. I can load GIMP XCF and >> DJVU files > > These additional files would need to be reflected in image-types and > image-type-available-p. It isn't immediately obvious how to do this. ImageMagick supports a plugin system for image formats, so one would need to query the api dynamically. I'll have a look. -- Joakim Verona