where data is array of byte(pixel data) which i have retrieved from another container file.But I am not sure whether it contain only jpeg pixel data, or pixel data + header part.
- How to find out whether data contain both( header part + pixel data) or not? Or
- what is wrong with that data?