Hello @raven-worx,
Yes you are damn right. Saving is synchronous.
The problem i was facing is that i checked just after save if the image was written.
Apparently it takes some times for the image to be written on disk.
I use QTRY_VERIFY_WITH_TIMEOUTand it solved my problem.
Thanks again