Thank you Joshua, that certainly clarified a lot!
I downloaded InspectPNG and it says “uint8 bit_depth = 16” for my images. I thought that this meant that the color depth of the image was 16-bit, but then I found that the definition of the IHDR chunk contained this: “bit depth is a single-byte integer giving the number of bits per sample or per palette index (not per pixel). Valid values are 1, 2, 4, 8, and 16”.
In other words, the maximum value is 16, which I assume (?) are the bits used for each channel, making the color depth of ny image 64-bit (4 x 16). Have I understood this correctly, and if so, how does my 64-bit png:s affect corona performance?
While we are at it, is it also true that “to prevent images from using too much texture memory, the image should be between 72 and 170 DPI.”? I read all this about a year ago and made a note of it in my project log, but I forgot to write down which website it was…
Thanks again, Joshua, I really appreciate your help!