Questions tagged [inline-image]
The inline-image tag has no summary.
44 questions
1 vote
0 answers
115 views
Performance issue with inline image in an org file
I've been experiencing performance issues with displaying inline images in Org files. This happens only if an image is resized. Emacs stops being responsive and its CPU core gets busy to 100%. ...
0 votes
0 answers
126 views
org-mode: Why do my images look pixelated?
Why do my images look pixelated? My guess is the problem is with the resizing algorithm. It needs more antialiasing or more DPI or something. Is there any way I can improve that? org-mode: Original: ...
0 votes
1 answer
208 views
inline images stop working- wrong-type-argument. (setq org-startup-with-inline-images t) causes errors on start
Adding (setq org-startup-with-inline-images t) trips debugger when opening an .org file with inline images. I've tested it both on Wayland and X11 and both on Mesa EGL and Nvidia. Same behavior in all ...
4 votes
1 answer
445 views
How do I force SVG figures to appear inline on a white background?
For nearly three weeks now EmacsForMacOSX natively supports viewing SVG figures inline (hurray!). As expected, and unlike raster images, SVG figures typically have no background. It is sufficient to ...
0 votes
1 answer
301 views
How to display base64 encoded strings as inline images in org-mode? [duplicate]
I have an org-babel code block that returns a base64 encoded image as a string. How can I display that as an inline image? Currently, I am saving that data to a file as a png, and using :results file :...
0 votes
2 answers
390 views
How to paste all images into emacs org-mode running in WSL in one directory
I got How to paste images into Emacs org-mode running in Windows Subsystem for Linux running, so I can paste images in emacs org-mode, but I would like to get all images in the same directory, f.e. ~/...
1 vote
1 answer
668 views
How to get attr_html per file or subtree in org mode?
I need all images in org-mode displayed with 40%. Means I need the file itself displaying the pictures small, not the html export. This works flawless by putting above every image: #+attr_html: :width ...
0 votes
1 answer
167 views
Org mode inline display (epa) encrypted image
I've tried to link an image in org-mode ([[image.jpg]] and [[file:image.jpg]]), then C-xC-cC-v to toggle displaying it. That works fine for normal images. Then I encrypt the same image with epa-dired-...