From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: djvu image file format in emacs? Date: Thu, 23 Jul 2009 13:02:29 +0200 Message-ID: <87skgnfyre.fsf@thinkpad.tsdh.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1248346977 4715 80.91.229.12 (23 Jul 2009 11:02:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jul 2009 11:02:57 +0000 (UTC) Cc: Stefan Monnier , Emacs Development To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 23 13:02:50 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 1MTw4X-0005tP-91 for ged-emacs-devel@m.gmane.org; Thu, 23 Jul 2009 13:02:49 +0200 Original-Received: from localhost ([127.0.0.1]:33552 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTw4W-0006IC-DP for ged-emacs-devel@m.gmane.org; Thu, 23 Jul 2009 07:02:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTw4J-0006GI-Fm for emacs-devel@gnu.org; Thu, 23 Jul 2009 07:02:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTw4B-00068k-Po for emacs-devel@gnu.org; Thu, 23 Jul 2009 07:02:34 -0400 Original-Received: from [199.232.76.173] (port=49709 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTw4B-00068b-Ep for emacs-devel@gnu.org; Thu, 23 Jul 2009 07:02:27 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:20822) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTw4A-0000pq-IM for emacs-devel@gnu.org; Thu, 23 Jul 2009 07:02:26 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id DF76778A0CF8; Thu, 23 Jul 2009 13:02:25 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26150-03; Thu, 23 Jul 2009 13:02:24 +0200 (CEST) X-CHKRCPT: Envelopesender vrfy tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (unknown [141.26.95.166]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 4047B78A0CF4; Thu, 23 Jul 2009 13:02:24 +0200 (CEST) Mail-Copies-To: never In-Reply-To: (joakim@verona.se's message of "Thu, 23 Jul 2009 11:39:09 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:113049 Archived-At: joakim@verona.se writes: Hi Joakim, > Another question: > I would like to use the ImageMagick MagickWand api to support djvu, > because then I could, as it seems, be easy to do other image > operations in Emacs I'd like to do, scaling, croping, etc. > > Any opinions on this? ImageMagick is free software, has GPL compatible > license, and seems nice. image-dired already relies on ImageMagick. AFAIK, SXEmacs uses libWand only for all image stuff and dropped the image format specific code. Maybe that's a good approach, but of course then you need to have ImageMagick then to get any image support... Bye, Tassilo