Hi, On Mon, 2007-04-16 at 09:16 -0400, [EMAIL PROTECTED] wrote:
> I don't understand your call to gimp_layer_new. Its arguments should be: > > gimp_layer_new (GimpImage *image, > gint width, > gint height, > GimpImageType type, > const gchar *name, > gdouble opacity, > GimpLayerModeEffects mode) That's gimp_layer_new() in the core. This function is different from the procedure that plug-ins are using. Sven _______________________________________________ Gimp-developer mailing list [email protected] https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
