I have a confusion regarding getting number of bytes in UIImage
To get number of bytes we use NSdata byts,
I have have an image of size 128X160 size, and NSData bytes tell it have 400669 bytes
But as per calculation in 3 channel image of 8 bit color i.e 24bit per pixel the number of bytes should be 3X128X160 = 61440 byts
Please help and let me know why NSData tell different in number of bytes?
Thanks