* [ISSUE] The Emacs display Org mode "scaled" inline images are blurred
@ 2023-04-05 7:13 stardiviner
2023-04-05 7:32 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: stardiviner @ 2023-04-05 7:13 UTC (permalink / raw)
To: Org-mode, emacs-help
[-- Attachment #1.1: Type: text/plain, Size: 1327 bytes --]
Here is the screenshot:
[image: 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:
[image: 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/
[-- Attachment #1.2: Type: text/html, Size: 3663 bytes --]
[-- Attachment #2: Screenshot 2023-04-05 at 15.02.08.png --]
[-- Type: image/png, Size: 839657 bytes --]
[-- Attachment #3: Screenshot 2023-04-05 at 15.12.03.png --]
[-- Type: image/png, Size: 2248558 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ISSUE] The Emacs display Org mode "scaled" inline images are blurred
2023-04-05 7:13 [ISSUE] The Emacs display Org mode "scaled" inline images are blurred stardiviner
@ 2023-04-05 7:32 ` Ihor Radchenko
0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2023-04-05 7:32 UTC (permalink / raw)
To: stardiviner; +Cc: Org-mode, emacs-help
stardiviner <numbchild@gmail.com> writes:
> Here is the screenshot:
>
> [image: 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:
> ...
> brew install emacs-plus@30 --with-imagemagick --with-json --with-dbus
Your Emacs is built with Imagemagick support. Thus, Org (and Emacs in
general) is using Imagemagick to scale images. Please check your
imagemagick settings. You can also try setting `imagemagick-types-inhibit'.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-05 8:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-05 7:13 [ISSUE] The Emacs display Org mode "scaled" inline images are blurred stardiviner
2023-04-05 7:32 ` Ihor Radchenko
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).