From mboxrd@z Thu Jan 1 00:00:00 1970 From: Klaus-Dieter Bauer Subject: Help, I need to paste raw image from clipboard into emacs/orgmode Date: Thu, 6 Jun 2013 19:16:26 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2d7b43bfbf404de7f7bb9 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukdo4-0005Nu-9r for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 13:17:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ukdo1-00007n-Hr for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 13:17:00 -0400 Received: from mail-ve0-x22c.google.com ([2607:f8b0:400c:c01::22c]:49173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukdo1-00007X-3J for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 13:16:57 -0400 Received: by mail-ve0-f172.google.com with SMTP id jz10so2399724veb.17 for ; Thu, 06 Jun 2013 10:16:56 -0700 (PDT) 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 To: e.medhat@ieee.org Cc: org-mode mailing list --001a11c2d7b43bfbf404de7f7bb9 Content-Type: text/plain; charset=UTF-8 > > Dear All, > Please Help, > I need to paste raw image from clipboard into emacs/orgmode, I am a > microsoft onenote user and I got used to take a lot of snapshots and embed > it into my notes, I think if I could know how to embed images directly into > emacs/orgmode from clipboard, I will switch to emacs very easily. > > I searched the internet but unfortunately I didn't find the answer, > Thanks a lot. > Dodo Hello! While the original poster probably long since has implemented one of the previously suggested solutions (or given up) I thought I'd share a more general solution I found [1]. ImageMagick's `convert' can use clipboard: as input file (don't know if it works as output file). convert clipboard: FILENAME-WITH-EXTENSION I tested it with the cygwin and native windows versions and both worked. king regards, Klaus PS1: On Windows `convert.exe' might be shadowed by another executable, especially C:\Windows\System32\convert.exe. In that case the PATH variable should be adjusted such that ImageMagick comes before C:\Windows\system32. To check what shadows the executable, you can run "where convert" in the Windows-commandline. PS2: On Windows only basic image-displaying-support is included out-of-the-box. To get full support, the easiest way is to install the full GnuWin32 tools (which include the necessary image libraries) with the web-installer. ------ [1] User "magick" in http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=7524&p=22859 . --001a11c2d7b43bfbf404de7f7bb9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Dear All,
Please Help,
I need to paste raw image from clipboard into emacs/orgmode= , I am a microsoft onenote user and I got used to take a lot of snapshots a= nd embed it into my notes, I think if I could know how to embed images dire= ctly into emacs/orgmode from clipboard, I will switch to emacs very easily.=

I searched the internet but unfortunately I didn't find the answer,=
Thanks a lot.
Dodo

Hello!

<= div>While the original poster probably long since has implemented one of th= e previously suggested solutions (or given up) I thought I'd share a mo= re general solution I found [1].

ImageMagick's `convert' can use clipboard: as i= nput file (don't know if it works as output file).=C2=A0

=
=C2=A0 =C2=A0 convert clipboard: FILENAME-WITH-EXTENSION

I tested it with the cygwin and native windows versions and both worke= d.

king regards, Klaus

PS1: On Windows `convert.exe' might be shadowed by another= executable, especially=C2=A0C:\Windows\System32\convert.exe. In that case = the PATH variable should be adjusted such that ImageMagick comes before C:\= Windows\system32. To check what shadows the executable, you can run "w= here convert" in the Windows-commandline.
PS2: On Windows only basic image-displaying-support is included out-of= -the-box. To get full support, the easiest way is to install the full GnuWi= n32 tools (which include the necessary image libraries) with the web-instal= ler.=C2=A0

------

--001a11c2d7b43bfbf404de7f7bb9--