mac Emacs 图片显示问题

mac 装的emacs 28.2,关于图片缩放是否已经不需要imagemagick支持,整了半天都不行

imagemagick这个已经装上了,命令行可以调用

(image-type-available-p 'imagemagick) 这个结果是nil,现在看安装包是不支持的

GNU Emacs 28.2 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95)) of 2022-09-13

安装包是从https://emacsformacosx.com/下载的

用brew安装也装不上

brew install emacs --HEAD --use-git-head --with-cocoa --with-gnutls --with-rsvg --with-imagemagick

感觉上是支持缩放的,执行image-decrease-size可以缩小图片,用org-download截图后图片会变成设置的图片大小 ,(org-image-actual-width '(400)),但是不知道为什么打开org文档的时候图片显示原大小

(add-hook 'org-mode-hook 'org-toggle-inline-images)

调用了一下org-toggle-inline-images这个解决了,28应该是支持缩放的