PIX Doesn't actually have ALPHA, so change Export call appropriately.

This commit is contained in:
Nick Lamb /GIMP 1999-10-26 01:51:21 +00:00
parent b64697b593
commit fcd40fd173
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue Oct 26 02:49:30 BST 1999 Nick Lamb <njl195@zepler.org>
* plug-ins/common/pix.c: Doesn't actually have ALPHA, so
change Export call appropriately.
Tue Oct 26 01:57:00 BST 1999 Nick Lamb <njl195@zepler.org>
* plug-ins/common/xbm.c: Use gtk_initialized

View file

@ -216,7 +216,7 @@ run (char *name,
case RUN_WITH_LAST_VALS:
init_gtk ();
export = gimp_export_image (&image_ID, &drawable_ID, "PIX",
(CAN_HANDLE_RGB | CAN_HANDLE_GRAY | CAN_HANDLE_ALPHA));
(CAN_HANDLE_RGB | CAN_HANDLE_GRAY));
if (export == EXPORT_CANCEL)
{
values[0].data.d_status = STATUS_EXECUTION_ERROR;