emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ISSUE] The Emacs display Org mode "scaled" inline images are blurred


From: stardiviner
Subject: [ISSUE] The Emacs display Org mode "scaled" inline images are blurred
Date: Wed, 5 Apr 2023 15:13:46 +0800

Here is the screenshot:

Screenshot 2023-04-05 at 15.02.08.png

It is caused by option `org-image-actual-width`. I set it to bellowing value:
```elisp
(setq org-image-actual-width '(600 800 1000))
```
When I set the option `org-image-actual-width` to `nil` the inline image is display in original size as bellowing screenshot:

Screenshot 2023-04-05 at 15.12.03.png

Is there a way to make the "scaled" inline image display cleared as original size?

Here is my environment info:

  + emacs-plus for macOS system repo: https://github.com/d12frosted/homebrew-emacs-plus
  + install emacs-plus with command:
    #+begin_src sh :eval no
    brew tap d12frosted/emacs-plus
    brew install emacs-plus@30 --with-imagemagick --with-json --with-dbus
    rm -f /Applications/Emacs.app && ln -s /opt/homebrew/opt/emacs-plus@30/Emacs.app /Applications
    #+end_src
  + emacs version: GNU Emacs 30.0.50 (build 1, aarch64-apple-darwin22.3.0, NS appkit-2299.40 Version 13.2.1 (Build 22D68)) of 2023-03-12
  + macOS system version: Apple Apple Silicon M1 ARM CPU, Ventura 13.3


[stardiviner]           <Hack this world!>      GPG key ID: 47C32433
IRC(freeenode): stardiviner                     Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]