JPEG has many Marker Segment Levels, I want to read and write Comment marker segment level - COM (read/write).
Description :
JPEG image has following structure :
http://help.accusoft.com/ImageGear/v18.1/Mac/IGDLL-10-05.html
In this all marker segment levels , i particularly want to edit COM segment , that segment is for comments.
in this segment i want to add/update/delete comment and want to retrieve all comments same question in ios :
How can i access JPEG COM segment in iOS?
i want to achieve this in ANDROID.
how to scan the JPEG stream for the COM marker, read the length, then read the data. Just be sure to get the length bytes in the right order.
how to skip over the other markers that have lengths (or fixed lengths).
how to scan for APPn, DHT, DHQ, and COM markers. Read the lengths. And skip over all but the COM marker.
Hope u guys get my question ??
Hope for ur help !!!! Thank you :-)