unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Emacs, colors and gdk-pixbuf.
@ 2003-04-13 19:17 Jan D.
  2003-04-13 20:31 ` David Kastrup
  0 siblings, 1 reply; 3+ messages in thread
From: Jan D. @ 2003-04-13 19:17 UTC (permalink / raw)
  Cc: David Kastrup

Hello.

Some time ago there was some discussion about improving image and
color handling in Emacs.  One suggestion as to use gdk-pixbuf to
handle images.  I have made some tests, the actual code to get
gdk-pixbuf in is not that big.  I haven't actually checked if this
does make color handling better.  But there are some issues I'd like
some comments on.

First, gdk-pixbuf is inherently single displayed.  This means that
Emacs would be limited to one display.  Since GTK also is 
single-displayed
(perhaps not 2.2, there has been talk about some changes, I haven't 
checked
this yet), we could make gdk-pixbuf the default for GTK.

The part of gdk-pixbuf is the part that renders into X11.  Emacs could
use its own version of this code, suitable modified.  Is that something
people think is OK (using private versions of other libraries)?  Must
license issues be investigated or is it OK to modify stuff from GTK?

Another thing is that gdk-pixbuf may have been compiled with image
support that is different from the one Emacs has today (i.e. gdk-pixbuf 
may not have, for example, TIFF support compiled in).  Should we
try to make a configure test to see what image types gdk-pixbuf 
supports,
and then fall back to "native" support for the others?  Or just fail
at runtime if an image type is used that gdk-pixbuf supports?

Comments welcome,

	Jan D.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-04-13 21:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-13 19:17 Emacs, colors and gdk-pixbuf Jan D.
2003-04-13 20:31 ` David Kastrup
2003-04-13 21:43   ` Jan D.

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).