tags:

views:

21

answers:

0

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.

  1. How to find out whether data contain both( header part + pixel data) or not? Or
  2. what is wrong with that data?