Y20260115-1000
There are many places in several ImageProviders where we want to create a new ImageHandle or ImageData and use getImageData or create permanent ImageHandle to obtain just ImageData respectively. This commit replaces such usage with directly calling newImageData instead of getImageData and creating a temporary ImageHandle when calling newImageData.