all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pascal Quesseveur <pquessev@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Does image-converter work under Windows?
Date: Wed, 29 Jun 2022 18:57:40 +0200	[thread overview]
Message-ID: <82bkubo1a3.fsf@gmail.com> (raw)

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	other threads:[~2022-06-29 16:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-29 16:57 Pascal Quesseveur [this message]
2022-06-29 17:29 ` Does image-converter work under Windows? Eli Zaretskii
2022-06-30  6:17   ` Pascal Quesseveur

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=82bkubo1a3.fsf@gmail.com \
    --to=pquessev@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.