SKIA blocks texture from being deleted from drive

hi all

After using imagereader, I am unable to delete the file from my system. Skia does not release the resource. I want to modify files and then reload them to skia. Like it works with stride.

This quite normal behaviour, usually you have to make some UID or hash as filename and load that (think that’s what stride does under the hood with cache)

Maybe you can feed the image to memory somehow, like witch cache region or some node, think there was something some days ago on vorum…

this was indeed a bug in the ImageReader node. fixed in 2021.4.1 previews.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.