unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: ynyaaa@gmail.com
Cc: 25660-done@debbugs.gnu.org
Subject: bug#25660: 25.1; PBM ascii images without spaces are not displayed
Date: Sat, 11 Feb 2017 11:10:53 +0200	[thread overview]
Message-ID: <83r3352iua.fsf@gnu.org> (raw)
In-Reply-To: <87y3xfvkqd.fsf@gmail.com> (ynyaaa@gmail.com)

> From: ynyaaa@gmail.com
> Date: Thu, 09 Feb 2017 17:20:26 +0900
> 
> 
> Emacs displays black rectangles for PBM ascii images
> without spaces in raster lines.
> 
> ;; wrong image(black square) is shown
> (insert-image (create-image "P1\n4 4\n1111\n1001\n1001\n1111\n" 'pbm t))
> 
> ;; correct image(4x4 pixel framed square) is shown
> (insert-image (create-image "P1\n4 4\n1 1 1 1\n1 0 0 1\n1 0 0 1\n1 1 1 1\n"
>                             'pbm t))

Thanks, fixed.





      reply	other threads:[~2017-02-11  9:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-09  8:20 bug#25660: 25.1; PBM ascii images without spaces are not displayed ynyaaa
2017-02-11  9:10 ` Eli Zaretskii [this message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=83r3352iua.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=25660-done@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).