SharedImage.release
void release() nothrow @nogcReleases a reference to this shared image.
Call this when you're done using the image. The image data will be freed when all references are released.
After calling release(), the SharedImage object should not be used anymore.