I want to extract the individual MCUs of JPEG file using JAVA.I could not find the information about the MCUs in JPEG headers.Information like: whether size of MCU for JPEg is 8x8, 16x8, 8x16 or 16x16? or any other information which will be required to extract individual MCUs.
So can someone please suggest me that which headers hold the information(direct or indirect) about MCUs and how can I extract the MCUs of JPEG File.
waqas