Re: [Gimp-user] Re: transparency

2001-07-10 Thread Wandered Inn

Jakub Steiner wrote:

 If you want GIF's 1 bit transparency, use indexed color PNG instead.

How does one do this?  I created an image with a transparent background,
saved it as a gif and the background is transparent.  I saved it as png
and the background is white.

--
Until later: Geoffrey   [EMAIL PROTECTED]

Great spirits have always found violent opposition from mediocre minds.
The latter cannot understand it when a man does not thoughtlessly submit
to hereditary prejudices but honestly and courageously uses his
intelligence. - Albert Einstein
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



[Gimp-user] Using the Python console with an existing image (was Re: Gimp-Python and Gimp 1.2?)

2001-07-10 Thread Ben Logan

On Sat, Jul 07, 2001 at 11:05:03AM -0400, Carol Spears wrote:
 ftp://ftp.daa.com.au/pub/james/pygimp/ looks like pygimp-1.2.tar.gz was
 uploaded on Fri Jan 26 00:00:00 2001. I bet it works.

Thanks, I installed it and it works.  But now I have another question:
Is it possible to use the Python console to change an image you are
working on (but that wasn't created by a pygimp script)?  Here's an
example of what happens when I create a new image and then start the
Python console:

 num_images, image_ids = pdb.gimp_image_list()
 image_ids
(2,)
 active_layer = pdb.gimp_image_get_active_layer(image_ids[0])
Traceback (innermost last):
  File /usr/lib/gimp/1.2/plug-ins/gtkcons.py, line 292, in run
  exec cmd in self.namespace
File string, line 1, in ?
TypeError: wrong parameter type


Am I attempting the impossible?

Thanks,
Ben Logan
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user