From mboxrd@z Thu Jan 1 00:00:00 1970 From: Klaus-Dieter Bauer Subject: Re: scale inline images in orgmode Date: Sat, 25 May 2013 14:10:30 +0000 (UTC) Message-ID: References: <14024726.E93JukLEF0@linux-nyil.site> <87a9xcsczo.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgFFY-0001yJ-Ea for emacs-orgmode@gnu.org; Sat, 25 May 2013 10:15:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgFFT-0000Bu-4W for emacs-orgmode@gnu.org; Sat, 25 May 2013 10:15:12 -0400 Received: from plane.gmane.org ([80.91.229.3]:37113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgFFS-0000BX-U2 for emacs-orgmode@gnu.org; Sat, 25 May 2013 10:15:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UgFFO-0004LK-HY for emacs-orgmode@gnu.org; Sat, 25 May 2013 16:15:02 +0200 Received: from 188-22-149-164.adsl.highway.telekom.at ([188.22.149.164]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 May 2013 16:15:02 +0200 Received: from bauer.klaus.dieter by 188-22-149-164.adsl.highway.telekom.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 May 2013 16:15:02 +0200 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: emacs-orgmode@gnu.org Bastien altern.org> writes: > > Hi Alexander, > > AW t-online.de> writes: > > > If I include an image in an *.org file, let's say [[large-image.jpg]], I can > > toggle the inline image with C-c C-x C-v . > > You can now (from git master) use `org-image-actual-width'. > > (setq org-image-actual-width 300) > => always resize inline images to 300 pixels > > (setq org-image-actual-width '(400)) > => if there is a #+ATTR.*: width="200", resize to 200, > otherwise resize to 400 > > (setq org-image-actual-width nil) > => if there is a #+ATTR.*: width="200", resize to 200, > otherwise don't resize > > (setq org-image-actual-width t) > => Never resize and use original width (the default) > > HTH, > Hello! I am searching for a while now for a solution to get image scaling inside the org-mode buffer working /on Windows/. After installing GnuWin32 at least displaying the various image types works, but scaling does not. I assume the problem simply is missing ImageMagick-support in the Windows binaries. Any idea, how to get it? Or how to check whether emacs was compiled with ImageMagick support and just can't find DLLs on my system? Note: I am also trying a while now to get emacs compiling from source, but there are so many problems popping up, that I barely see a chance to get this working. I am using org-mode 8.0.3-15-g030e96-elpa GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN Windows 7 Home Premium, 64bit kind regards, Klaus