Page 1 of 1

Saving multiimage scipt/workspace with image copies

Posted: December 30th, 2019, 1:31 pm
by tomczak
When File Open has several input images, saving either script or workspace 'with Image Copies' seems to save the script/workspace script and one image only - the current one. Is that how it should work?

Re: Saving multiimage scipt/workspace with image copies

Posted: December 30th, 2019, 9:07 pm
by jsachs
I never really thought about that.

File Open only has one image open at a time -- the rest of the files are just a list of pathnames, so no images actually depend on them.

On the other hand, without saving all the other images, the entire workspace cannot be restored as it was if the original image files are lost or modified. There could be a large number of files, so saving them could take a lot of storage space.

It would not be hard to save the other files, but maybe it should be optional?