> From: Gavin Smith <[email protected]> > Date: Tue, 24 Dec 2024 18:38:19 +0000 > Cc: [email protected], [email protected], [email protected] > > > > We could ask Emacs users or developers if there is a way to make > > > the images be displayed smaller in Info mode. > > > > Emacs can scale images. See the node "Image Descriptors" in the ELisp > > Reference manual. > > Thanks, this would have to be handled in Info mode, perhaps with a variable > to specify the scaling of images.
Actually, I think the scaling will have to be determined dynamically, to match the size of the font. Emacs 30 adds a feature for such cases, and we will need to see how to use it in this case.
