summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-01-19 01:28:19 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-01-19 01:28:19 +0000
commita420683a515aef08fdd3e74f2c3af983a9fcc583 (patch)
tree228fe07e2bdd0b3b3e5791546ccf8485cb8ef5af /etc
parent0c90f81bdda13633c7621396fd2e6480d1e25497 (diff)
downloademacs-a420683a515aef08fdd3e74f2c3af983a9fcc583.tar.gz
Proper background color handling for pngs.
Diffstat (limited to 'etc')
-rw-r--r--etc/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index ded53febbd3..cda264ab0dc 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -341,6 +341,15 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
** Allow unknown image types to be rendered via an external program
converting them to, say, PBM (in the same way as PostScript?).
+** Display images with alpha channels, such as png, with the current
+background color of whatever frame it is displayed in. Currently, we
+use the default background color if specified in the png file, or, if
+that is unspecified, the background color of the frame in which the
+image was first created. Ideally, the image should display the
+background color of whichever frame it is being displayed in. The
+main complication is that this will require the loading of a new image
+object for each different background color.
+
** Allow displaying an X window from an external program in a buffer,
e.g. to render graphics from Java applets. [gerd and/or wmperry
thought this was feasible.]