Catching an event when the image is saved

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Catching an event when the image is saved

Piotr Wendykier
Hello All,

Is there a way to catch an event when the image is saved (File > Save
or File > Save As)?
ImageListener.imageUpdated() does not work.

Thank you,

Piotr Wendykier
Reply | Threaded
Open this post in threaded view
|

Re: Catching an event when the image is saved

Wayne Rasband
> Hello All,
>
> Is there a way to catch an event when the image is saved
> (File > Save or File > Save As)?
> ImageListener.imageUpdated() does not work.

You can monitor the imp.changes flag, which is set to false by
File>Save and File>Save As>Tiff.

-wayne