Hi list, I know that some data of plugin can be stored in GIMP's pool by the function below:
gimp_set_data ("some_data", &mydata, sizeof (MyData));
But how big can this data be? If I want to store a very big data, say, a
color mask of
an image, what should I do? Is it advisable to save this kind of data
outside GIMP?
Thanks.
solotim
_______________________________________________ Gimp-developer mailing list [email protected] https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
