Re: [PATCH] Prevent displayed images from being re-scaled

2021-10-25 Thread Timothy
It’s been quite a few days, so I’ve just pushed this as 9dc08c9.

Re: [PATCH] Prevent displayed images from being re-scaled

2021-10-02 Thread Timothy
Bastien writes: > Nitpick: I suggest shortening the ChangeLog part like this: > *snip* > The ChangeLog part should not be too verbose, you can add explanations > after it. Thanks Bastien, I’ll use that message when I push the commit 👍. All the best, Timothy

Re: [PATCH] Prevent displayed images from being re-scaled

2021-10-02 Thread Bastien
Hi Timothy, Timothy writes: > From 9c34dd6aba62d734f6ae9aecaffa76a0250bf495 Mon Sep 17 00:00:00 2001 > From: TEC > Date: Wed, 29 Sep 2021 21:29:27 +0800 > Subject: [PATCH] org: Don't change image size based on font size > > * lisp/org.el (org--create-inline-image): When `create-image' is called

Re: [PATCH] Prevent displayed images from being re-scaled

2021-10-02 Thread Timothy
Hi All, I intend to push this in the next few days, assuming I don’t get any feedback. All the best, Timothy

[PATCH] Prevent displayed images from being re-scaled

2021-09-29 Thread Timothy
Hello, After my last patch providing support for proportional image width attributes (e.g. 70% of the text width), I noticed that the results looked slightly off. Investigating the code lead me to `create-image' which takes the liberty of re-scaling images based on your default font size. As you m