Bastien writes: >> When displaying an image in GNU Emacs 24 (package emacs24), after >> upgrading from ImageMagick 8:6.8.9.9-3 to 8:6.8.9.9-4, images with >> :type 'imagemagick are displayed as single colour rectangles.
> Thanks could you get the exact command running ? I don't understand your question. I tried to explain how to reproduce the problem: >> To reproduce: >> >> * Install emacs24 >> * Run emacs --no-init-file my-test-image.el >> Type M-x eval-buffer >> Where the file my-test-image.el contains: >> >> == = >> (defun my-test-image () >> (let* ((image (create-image "/usr/share/emacs/24.4/etc/images/splash.xpm")) >> (magnitude 2.0) >> (size (image-size image t)) >> (spec (cdr image))) >> (plist-put spec :type 'imagemagick) >> (plist-put spec :width (round (* (car size) magnitude))) >> (plist-put spec :height (round (* (cdr size) magnitude))) >> (insert-image image))) >> >> (my-test-image) ;; M-x eval-buffer should insert a scaled splash image. >> ;; With 8:6.8.9.9-4 a blue rectangle is shown instead. >> == = But I guess you're looking for something else? Best regards, Adam -- "You'll see my chainsaw coming Adam Sjøgren I'm drawing the line" a...@koldfront.dk -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org