all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Third <alan@idiocy.org>
To: Manuel Giraud <manuel@ledu-giraud.fr>
Cc: emacs-devel <emacs-devel@gnu.org>
Subject: Re: Images :scale and :width/:height relation
Date: Fri, 1 Sep 2023 21:57:38 +0100	[thread overview]
Message-ID: <ZPJQQjwe8fhY2QEf@idiocy.org> (raw)
In-Reply-To: <87ledqcgss.fsf@ledu-giraud.fr>

On Fri, Sep 01, 2023 at 12:46:11PM +0200, Manuel Giraud via Emacs development discussions. wrote:
> Hi,
> 
> For the need of bug#65581, I'd like to have access to the current scale
> of an image.  But it seems that this one does not always reflect
> reality.  For instance, you can have a image with an original width of
> 500 scaled down to a width of 100 (by mean of the :width keyword) and
> its :scale keyword will still be 1.
> 
> In "(elisp) Image Descriptors", it is said that:
> 
>      If both ‘:scale’ and ‘:height’/‘:width’ are specified, the
>      height/width will be adjusted by the specified scaling factor.
> 
> But it does not seems to work the other way around.

I think you've maybe misunderstood. If you set :width 100, and :scale
2, then the actual image will have a width of 200. The image spec will
still say :width 100 :scale 2.

> Wouldn't it be a good thing if 'create-image' return a
> « normalized » image spec where the :width, :height and :scale are
> filled and kept in sync?

It would probably be nice, but it's not that easy as you can't work
out the scale, given a desired width or height, without loading the
image first to get the real width, and Emacs only loads the image at
display time.

IIRC the likes of eww will actively load an image and then get the
size and set the scale accordingly. Perhaps that sort of behaviour
should be made available generally.
-- 
Alan Third



  reply	other threads:[~2023-09-01 20:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-01 10:46 Images :scale and :width/:height relation Manuel Giraud via Emacs development discussions.
2023-09-01 20:57 ` Alan Third [this message]
2023-09-03 13:37   ` Manuel Giraud via Emacs development discussions.
2023-09-03 16:40     ` Alan Third
  -- strict thread matches above, loose matches on Subject: below --
2023-09-01  9:54 Manuel Giraud

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=ZPJQQjwe8fhY2QEf@idiocy.org \
    --to=alan@idiocy.org \
    --cc=emacs-devel@gnu.org \
    --cc=manuel@ledu-giraud.fr \
    /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.