Hi, On Wed, 2006-09-13 at 13:54 -0700, William Skaggs wrote: > Sorry, I should have been clearer. You can of course have multiple > views already, but as far as I know there is no way to make gimp > automatically create multiple views when opening an image, that is, > using a script or plugin. I think there is no way except to open the > image and then create the new views by hand. There is gimp-display-new(). One could easily write a little plug-in that installs itself as the load handler for a particular file extension, loads the image and creates multiple views for them. GIMP creates the first display automatically when an image is opened, but I can't think of anything that would prevent a plug-in to create more. Whether that will result in a reasonable working environment or not, I don't know. The PDB doesn't give you much control over the displays. Sven _______________________________________________ Gimp-developer mailing list Gimp-developer@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer