azurefx
Results
22
comments of
azurefx
Calling setimagefilename() will break TIFF images. Investigating.
The HANDLE to img2.jpg is duplicated somewhere (after calling load(io)), and close(io) can only close the original HANDLE. If I force close the duplicated handle in procexp, the file is...