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: Drawing in images? Date: Wed, 26 Aug 2009 00:57:17 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251241561 1277 80.91.229.12 (25 Aug 2009 23:06:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Aug 2009 23:06:01 +0000 (UTC) To: Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 26 01:05:54 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 1Mg55N-0007n6-IG for ged-emacs-devel@m.gmane.org; Wed, 26 Aug 2009 01:05:53 +0200 Original-Received: from localhost ([127.0.0.1]:58666 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mg55N-0004T7-3N for ged-emacs-devel@m.gmane.org; Tue, 25 Aug 2009 19:05:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mg4xQ-00009E-Ij for emacs-devel@gnu.org; Tue, 25 Aug 2009 18:57:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mg4xK-000072-0u for emacs-devel@gnu.org; Tue, 25 Aug 2009 18:57:38 -0400 Original-Received: from [199.232.76.173] (port=50902 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mg4xJ-00006v-Qv for emacs-devel@gnu.org; Tue, 25 Aug 2009 18:57:33 -0400 Original-Received: from proxy1.bredband.net ([195.54.101.71]:56680) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mg4xJ-00014W-CQ for emacs-devel@gnu.org; Tue, 25 Aug 2009 18:57:33 -0400 Original-Received: from iph1.telenor.se (195.54.127.132) by proxy1.bredband.net (7.3.140.3) id 49F5A15202F9553F for emacs-devel@gnu.org; Wed, 26 Aug 2009 00:57:31 +0200 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Am5kABoJlEpT44qWPGdsb2JhbACKC5B7AQEBATe9NYQaBQ X-IronPort-AV: E=Sophos;i="4.44,274,1249250400"; d="scan'208";a="39201293" Original-Received: from ua-83-227-138-150.cust.bredbandsbolaget.se (HELO exodia) ([83.227.138.150]) by iph1.telenor.se with ESMTP; 26 Aug 2009 00:57:31 +0200 Original-Received: from localhost.localdomain ([192.168.200.113]) (authenticated bits=0) by exodia (8.14.3/8.14.3) with ESMTP id n7PMvI6Z013803 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Wed, 26 Aug 2009 00:57:18 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:114599 Archived-At: I would like to draw a bounding box inside an image displayed in emacs. Do I: a) use clever already existing way, unknown to me, or b) patch my imagemagic patch to support drawing operations within images displayed in Emacs, or c) non-existing way likelier to be accepted in Emacs, than b)? The use-case is displaying a scanned image and selecting a region for OCR, which will result in text that will later be processed in Emacs. -- Joakim Verona