From: Eli Zaretskii <eliz@gnu.org>
To: Lars Magne Ingebrigtsen <larsi@gnus.org>
Cc: emacs-devel@gnu.org
Subject: Re: image-size
Date: Fri, 21 Jun 2013 09:12:38 +0300 [thread overview]
Message-ID: <83hagsnga1.fsf@gnu.org> (raw)
In-Reply-To: <m3ppvgv6e2.fsf@stories.gnus.org>
> From: Lars Magne Ingebrigtsen <larsi@gnus.org>
> Date: Thu, 20 Jun 2013 23:06:45 +0200
> Cc: emacs-devel@gnu.org
>
> I think I found the culprit:
>
> /* Try to create a x pixmap to hold the imagemagick pixmap. */
> if (!x_create_x_image_and_pixmap (f, width, height, 0,
> &ximg, &img->pixmap))
>
> way down in imagemagick_load_image. Hm. Also in xpm_load_image. And
> pbm_load. Or does it do something else? Hm... I know nothing about X,
> but it looks pretty X-ey:
>
> *ximg = XCreateImage (display, DefaultVisualOfScreen (screen),
> depth, ZPixmap, 0, NULL, width, height,
> depth > 16 ? 32 : depth > 8 ? 16 : 8, 0);
That's _after_ we already know the size of the image, so the
suggestion I made earlier, which is ask each 'load' method to return
right after computing the size, given a flag parameter in a call,
would solve this problem.
next prev parent reply other threads:[~2013-06-21 6:12 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-20 10:04 image-size Lars Magne Ingebrigtsen
2013-06-20 12:18 ` image-size Lars Magne Ingebrigtsen
2013-06-20 16:52 ` image-size Eli Zaretskii
2013-06-20 16:01 ` image-size Eli Zaretskii
2013-06-20 16:50 ` image-size Lars Magne Ingebrigtsen
2013-06-20 16:55 ` image-size Lars Magne Ingebrigtsen
2013-06-20 17:16 ` image-size Eli Zaretskii
2013-06-20 17:54 ` image-size Lars Magne Ingebrigtsen
2013-06-20 18:15 ` image-size Eli Zaretskii
2013-06-20 18:31 ` image-size Eli Zaretskii
2013-06-20 18:46 ` image-size Lars Magne Ingebrigtsen
2013-06-20 19:11 ` image-size Eli Zaretskii
2013-06-20 19:18 ` image-size Lars Magne Ingebrigtsen
2013-06-20 19:37 ` image-size Eli Zaretskii
2013-06-20 19:52 ` image-size David Engster
2013-06-20 20:50 ` image-size Eli Zaretskii
2013-06-20 19:34 ` image-size Lars Magne Ingebrigtsen
2013-06-20 19:42 ` image-size Eli Zaretskii
2013-06-20 19:52 ` image-size Lars Magne Ingebrigtsen
2013-06-20 20:53 ` image-size Eli Zaretskii
2013-06-20 20:57 ` image-size Lars Magne Ingebrigtsen
2013-06-20 21:06 ` image-size Lars Magne Ingebrigtsen
2013-06-21 6:12 ` Eli Zaretskii [this message]
2013-06-20 21:42 ` image-size Jan Djärv
2013-06-21 0:46 ` image-size YAMAMOTO Mitsuharu
2013-06-21 6:27 ` image-size Lars Magne Ingebrigtsen
2013-06-26 8:25 ` image-size YAMAMOTO Mitsuharu
2013-06-26 10:39 ` image-size YAMAMOTO Mitsuharu
2013-06-26 12:04 ` image-size Lars Magne Ingebrigtsen
2013-06-27 0:46 ` image-size Lars Magne Ingebrigtsen
2013-06-27 2:49 ` image-size Stefan Monnier
2013-06-28 2:46 ` image-size YAMAMOTO Mitsuharu
2013-06-28 3:12 ` image-size Juanma Barranquero
2013-06-28 3:45 ` image-size YAMAMOTO Mitsuharu
2013-06-21 6:15 ` image-size Eli Zaretskii
2013-06-21 7:34 ` image-size Jan Djärv
2013-06-21 8:27 ` image-size Eli Zaretskii
2013-06-21 9:03 ` image-size Jan Djärv
2013-06-21 9:07 ` image-size Lars Magne Ingebrigtsen
2013-06-21 9:58 ` image-size Eli Zaretskii
2013-06-21 9:57 ` image-size Eli Zaretskii
2013-06-21 6:13 ` image-size Eli Zaretskii
2013-06-21 15:54 ` image-size Willem Rein Oudshoorn
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=83hagsnga1.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=larsi@gnus.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 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).