From 74a63a5aa3bd27bc1c0ac83108ca4017766f541b Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Thu, 1 Dec 2022 19:23:43 -0500 Subject: width and height for images --- emacsconf-stream.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsconf-stream.el b/emacsconf-stream.el index a5106e0..2f1b160 100644 --- a/emacsconf-stream.el +++ b/emacsconf-stream.el @@ -466,7 +466,7 @@ This uses the BBB room if available, or the IRC channel if not." (unless (file-exists-p (expand-file-name (concat (plist-get talk :slug) ".png") dir)) (shell-command - (concat "inkscape --export-type=png --export-dpi=300 --export-background-opacity=0 " + (concat "inkscape --export-type=png -w 1280 -h 720 --export-background-opacity=0 " (shell-quote-argument (expand-file-name (concat (plist-get talk :slug) ".svg") dir)))))) (setq prev talk)) -- cgit v1.2.3