From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: insert picture feature request. Date: Wed, 04 May 2011 12:01:53 +0200 Message-ID: <4DC12411.6050000@diplan.de> References: <20110502132832.GD18788@x201> <697177.63928.qm@web32004.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHYuK-0000Zs-AG for emacs-orgmode@gnu.org; Wed, 04 May 2011 06:02:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHYuH-0001D5-GO for emacs-orgmode@gnu.org; Wed, 04 May 2011 06:02:12 -0400 Received: from lo.gmane.org ([80.91.229.12]:34255) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHYuG-0001Cq-Jg for emacs-orgmode@gnu.org; Wed, 04 May 2011 06:02:09 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QHYuE-0006HT-RV for emacs-orgmode@gnu.org; Wed, 04 May 2011 12:02:06 +0200 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 May 2011 12:02:06 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 May 2011 12:02:06 +0200 In-Reply-To: <697177.63928.qm@web32004.mail.mud.yahoo.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Cc: emacs-orgmode@gnu.org +1 for windows support. I would also need such a image copy tool under windows. A way to capture an image and have it referenced/included in an org file with a simple keychord would be most welcome. What most of my colleagues - non Emacs users - do is open MS Word, paste some captured images and write some simple comments. No need to copy, save and link to an image. A documentation including some screenshots is done in a snap. For me this is one of the things I miss a lot while living in Org. Anybody knows about a comparable tool to Imagemagick "import" under Windows? =============================================================================== OK - I searched a bit and found this, which works on command line: (see http://www.irfanview.de) Example for /capture: i_view32.exe /capture=0 Capture the whole screen. i_view32.exe /capture=6 Start in Capture mode, use last used capture dialog settings. capture values: 0 = whole screen 1 = current monitor, where mouse is located 2 = foreground window 3 = foreground window - client area 4 = rectangle selection 5 = object selected with the mouse 6 = start in capture mode (can't be combined with other commandline options) Advanced examples: i_view32.exe /capture=2 /convert=c:\test.jpg Capture foreground window and save result as file. i_view32.exe /capture=2 /convert=c:\capture_$U(%d%m%Y_%H%M%S).jpg Capture foreground window and save result as file; the file name contains time stamp. =============================================================================== I will try this in my Org environment. -- Rainer Am 04.05.2011 02:37, schrieb Mark S.: > This doesn't work under windows even if you have ImageMagick installed. Is there a similar way to capture and insert a picture under windows? > > Thanks! > > --- On Mon, 5/2/11, Russell Adams wrote: > >> From: Russell Adams >> Subject: Re: [O] insert picture feature request. >> To: emacs-orgmode@gnu.org >> Date: Monday, May 2, 2011, 6:28 AM >> On Mon, May 02, 2011 at 02:42:41PM >> +0200, Piter_ wrote: >>> Hi all. >>> I use org-mode for making note while reading >> articles. >>> Sometimes I want to insert picture into notes. Now it >> takes to much >>> time. I have to copy paste it into picture editor, >> save it and than >>> make a link to it. >>> I would like to do it in other way. Copy picture into >> clipboard (from >>> pdf reader for example), and than run a function in >> emacs which will >>> ask for file name, save the picture from clipboard >> into preset folder >>> and insert link into org file for it. >>> I have found those links. >>> http://stackoverflow.com/questions/1868734/how-to-copy-to-clipboard-with-x11 >>> http://stackoverflow.com/questions/3571179/how-does-x11-clipboard-handle-multiple-data-formats >>> >>> About handling clipboard images from python. >>> I think it is possible to write a simple python script >> which can save >>> clipboard picture into file, and than some lisp >> function which do all >>> I described above using this script. >>> Unfortunately I dont know python and lisp on >> level which allow me to >>> do it fast end easy. So I ask if someone can do it. I >> think it would >>> be useful addition for org-mode. May be even someone >> have implemented >>> it, or made another work arround this problem. >>> Thanks. >>> Petro. >>> P.S. Sorry if you get two copies of request. I had >> some troubles with >>> sending it and may sent two versions of this mail. >>> >> >> There was a discussion with a working solution not long ago >> for taking >> screenshots and inserting them into org automatically. >> >> http://comments.gmane.org/gmane.emacs.orgmode/33770 >> >> I suspect the code is on worg. >> >> Enjoy. >> >> ------------------------------------------------------------------ >> Russell Adams >> RLAdams@AdamsInfoServ.com >> >> PGP Key ID: 0x1160DCB3 >> http://www.adamsinfoserv.com/ >> >> Fingerprint: 1723 D8CA 4280 1EC9 557F >> 66E8 1154 E018 1160 DCB3 >> >> > >