comparison etc/TODO @ 75278:d59e3f9dcf0b

Proper background color handling for pngs.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 19 Jan 2007 01:28:19 +0000
parents 1569685b971d
children 61f7e58e684e
comparison
equal deleted inserted replaced
75277:5b7cc1370f3f 75278:d59e3f9dcf0b
338 ** Add support for SVG (Scalable Vector Graphics) rendering to 338 ** Add support for SVG (Scalable Vector Graphics) rendering to
339 Emacs. 339 Emacs.
340 340
341 ** Allow unknown image types to be rendered via an external program 341 ** Allow unknown image types to be rendered via an external program
342 converting them to, say, PBM (in the same way as PostScript?). 342 converting them to, say, PBM (in the same way as PostScript?).
343
344 ** Display images with alpha channels, such as png, with the current
345 background color of whatever frame it is displayed in. Currently, we
346 use the default background color if specified in the png file, or, if
347 that is unspecified, the background color of the frame in which the
348 image was first created. Ideally, the image should display the
349 background color of whichever frame it is being displayed in. The
350 main complication is that this will require the loading of a new image
351 object for each different background color.
343 352
344 ** Allow displaying an X window from an external program in a buffer, 353 ** Allow displaying an X window from an external program in a buffer,
345 e.g. to render graphics from Java applets. [gerd and/or wmperry 354 e.g. to render graphics from Java applets. [gerd and/or wmperry
346 thought this was feasible.] 355 thought this was feasible.]
347 356