System Information
Operating system: ubuntu 18.04
Blender Version
Broken: 2.79b
Short description of error
Same image saved with different depths has different values printed with bpy.image['name'].pixels[0] (much more than could be caused with changing depth).
Exact steps for others to reproduce the error
- open attached test.blend
- paste to console:
bpy.image['test8.png'].pixels[0] bpy.image['test16.png'].pixels[0]
- notice that output is 0.7372549176216125 and 0.5000087022781372 respectively, but images don't differ so much
Don't worry if you don't notice images, their size is 1x1

