[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Track mouse drags over an image
From: |
Stefan Monnier |
Subject: |
Re: Track mouse drags over an image |
Date: |
Tue, 08 Jan 2019 13:20:09 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
> implemented in elisp to be usable. Still I am wondering: would it
> make sense to implement such code in a built-in function?
Not sure what you mean by "such code" nor "built-in".
Providing an Elisp function to help coders like you would be very
welcome, indeed. If you can try and extract the relevant code from
djvu-mode, that would be great.
Implementing it in C would only be justified if the performance
difference is relevant or if the semantics can be made cleaner.
E.g. make it work for any image rather than only for PPM images of
"depth" 255. Images are pretty far from my area of expertise, tho, so
someone else should look into this.
Stefan
- [PATCH v2] Add native image scaling (bug#33587), (continued)
- [PATCH v2] Add native image scaling (bug#33587), Alan Third, 2019/01/02
- Re: [PATCH v2] Add native image scaling (bug#33587), Eli Zaretskii, 2019/01/04
- Re: [PATCH v2] Add native image scaling (bug#33587), Alan Third, 2019/01/04
- Re: [PATCH v2] Add native image scaling (bug#33587), Eli Zaretskii, 2019/01/04
- Re: [PATCH v2] Add native image scaling (bug#33587), Alan Third, 2019/01/04
- Re: [PATCH v2] Add native image scaling (bug#33587), Alan Third, 2019/01/10
- Re: [PATCH v2] Add native image scaling (bug#33587), Eli Zaretskii, 2019/01/10
- Re: [PATCH v2] Add native image scaling (bug#33587), Paul Eggert, 2019/01/10
- Re: [PATCH v2] Add native image scaling (bug#33587), Eli Zaretskii, 2019/01/06
- Track mouse drags over an image (was: Add native image scaling), Roland Winkler, 2019/01/05
- Re: Track mouse drags over an image,
Stefan Monnier <=
- Re: Track mouse drags over an image, Roland Winkler, 2019/01/10
- Re: Track mouse drags over an image, Stefan Monnier, 2019/01/11