all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: luangruo@yahoo.com
Cc: 65432@debbugs.gnu.org, manuel@ledu-giraud.fr
Subject: bug#65432: 30.0.50; jerky image movements when zoomed
Date: Sat, 02 Sep 2023 10:31:28 +0300	[thread overview]
Message-ID: <83sf7x9gkv.fsf@gnu.org> (raw)
In-Reply-To: <831qfqmdz3.fsf@gnu.org> (message from Eli Zaretskii on Sat, 26 Aug 2023 10:58:56 +0300)

Ping!  Should we mention this issue in PROBLEMS?

> Cc: 65432@debbugs.gnu.org, manuel@ledu-giraud.fr
> Date: Sat, 26 Aug 2023 10:58:56 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> 
> > From: Po Lu <luangruo@yahoo.com>
> > Cc: Manuel Giraud <manuel@ledu-giraud.fr>,  65432@debbugs.gnu.org
> > Date: Tue, 22 Aug 2023 10:59:22 +0800
> > 
> > Eli Zaretskii <eliz@gnu.org> writes:
> > 
> > >> Date: Mon, 21 Aug 2023 16:45:31 +0200
> > >> From:  Manuel Giraud via "Bug reports for GNU Emacs,
> > >>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> > >> 
> > >> When opening a rather big image into a quite big Emacs window, movements
> > >> (C-n, C-p, C-f, C-b) are smooth at original image size but are jerky
> > >> whenever there is some zooming (in or out) involved.
> > >> 
> > >> Recipe:
> > >>         - emacs -Q
> > >>         - 'C-x C-f' "a big image.jpg"
> > >>         - 's o' (image-transform-reset-to-original)
> > >>         - keep 'C-n' pressed, keep 'C-f' pressed -> movements are smooth
> > >>         - 'i -' (image-decrease-size)
> > >>         - keep 'C-n' pressed, keep 'C-f' pressed -> movements are jerky
> > >
> > > I cannot reproduce this, on MS-Windows.  I see no difference between
> > > "jerkyness" of motion commands before and after 'i -'.
> > 
> > This is a known inefficiency with Cairo's implementation of affine
> > transforms.  AFAICT, Cairo performs the transform on the CPU, which is
> > aggravated by uploading the complete bitmap to the X server every time
> > the image is displayed.
> > 
> > Building without Cairo should induce Emacs to utilize XRender transforms
> > instead, ameliorating this problem.
> 
> Should this be in PROBLEMS?
> 
> 
> 
> 





  reply	other threads:[~2023-09-02  7:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-21 14:45 bug#65432: 30.0.50; jerky image movements when zoomed Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-21 19:10 ` Eli Zaretskii
2023-08-22  2:59   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-24 13:48     ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-24 14:41     ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-26  7:58     ` Eli Zaretskii
2023-09-02  7:31       ` Eli Zaretskii [this message]
2023-09-02  7:35         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-09-03  6:05           ` Eli Zaretskii
2023-09-03 13:41             ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-09-03 13:50               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

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=83sf7x9gkv.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=65432@debbugs.gnu.org \
    --cc=luangruo@yahoo.com \
    --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.