Case sensitivity is likely the clause.
Rob
I’ve checked the cases. All the cases in the code match the cases in the file path. There are upper cases in the file path, should there not be? I am using masks in other places and its working with upper cases in the file path.
Do you have any other recommendations?
Also. My file is 2400X1600 and I have made sure that there is at least a 3px black border surrounding the image.
The image size may be to blame. Particularly on older Android devices, it is safest to keep all image files no bigger than 2048x2048. That could account for this issue.
The file size was the issue. Thanks so much I’ve been working on this for hours!!
Case sensitivity is likely the clause.
Rob
I’ve checked the cases. All the cases in the code match the cases in the file path. There are upper cases in the file path, should there not be? I am using masks in other places and its working with upper cases in the file path.
Do you have any other recommendations?
Also. My file is 2400X1600 and I have made sure that there is at least a 3px black border surrounding the image.
The image size may be to blame. Particularly on older Android devices, it is safest to keep all image files no bigger than 2048x2048. That could account for this issue.
The file size was the issue. Thanks so much I’ve been working on this for hours!!