all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: npostavs@users.sourceforge.net
To: ynyaaa@gmail.com
Cc: 25661@debbugs.gnu.org
Subject: bug#25661: 25.1; XBM raw :data images are not displayed
Date: Thu, 09 Feb 2017 18:18:49 -0500	[thread overview]
Message-ID: <87fujnlzqe.fsf@users.sourceforge.net> (raw)
In-Reply-To: <87vasjvkfm.fsf@gmail.com> (ynyaaa@gmail.com's message of "Thu, 09 Feb 2017 17:26:53 +0900")

retitle 25661 25.1; [w32] XBM raw :data images are not displayed
tags 25661 confirmed
quit

ynyaaa@gmail.com writes:

> Emacs displays noisy black rectangles for XBM raw :data images.
>
> ;; wrong image is shown
> (insert-image (create-image "\xff\x81\x81\x81\x81\x81\x81\xff"
>                             'xbm t :width 8 :height 8))
>
> ;; correct image(8x8 pixel framed square) is shown
> (insert-image (create-image "\
> #define tmp_width 8
> #define tmp_height 8
> static char tmp_bits[] = {0xff,0x81,0x81,0x81,0x81,0x81,0x81,0xff};"
>                             'xbm t))
>
>
>
>
> In GNU Emacs 25.1.1 (i686-w64-mingw32)
>  of 2016-09-18 built on LAPHROAIG
> Windowing system distributor 'Microsoft Corp.', version 6.0.6002
> Configured using:
>  'configure --host=i686-w64-mingw32 --without-dbus
>  --without-compress-install CFLAGS=-static'
>

I can reproduce this on Windows, but not on GNU/Linux.





  reply	other threads:[~2017-02-09 23:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-09  8:26 bug#25661: 25.1; XBM raw :data images are not displayed ynyaaa
2017-02-09 23:18 ` npostavs [this message]
2017-02-11  9:57 ` Eli Zaretskii

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=87fujnlzqe.fsf@users.sourceforge.net \
    --to=npostavs@users.sourceforge.net \
    --cc=25661@debbugs.gnu.org \
    --cc=ynyaaa@gmail.com \
    /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.