help-gnu-emacs
[Top][All Lists]
Advanced

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

Does image-converter work under Windows?


From: Pascal Quesseveur
Subject: Does image-converter work under Windows?
Date: Wed, 29 Jun 2022 18:57:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (windows-nt)

Hello,

I am unable to get image-converter to work with emacs 28.1 on Windows
10.  I start with:

runemacs -Q

then:

(auto-image-file-mode 1)
(setq image-use-external-converter t
      image-converter 'graphicsmagick)

GrpahicsMagick 1.3.36 Q16 win64 is installed and working fine.  I can
test an image in SunRaster format:

(image-convert-p "C:/Users/.../img.ras") -> image-convert

then I enter:

(add-to-list 'auto-mode-alist '("\\.ras\\'" . image-mode))

and if I visit the sunraster file I get the following error in the
Messages buffer:

Not a PNG image: ‘(image :type png :data \211PNG
^Z
...
`\202 :scale 1 :max-width 640 :max-height 544 :format nil
:transform-smoothing t)’

Did I miss something?


-- 
Pascal Quesseveur
pquessev@gmail.com




reply via email to

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