JPEG has many Marker Segment Levels, I want to read and write Comment marker segment level - COM (read/write). It needs low level programming. How can i access it in iOS ?
References -
JPEG has many Marker Segment Levels, I want to read and write Comment marker segment level - COM (read/write). It needs low level programming. How can i access it in iOS ?
References -
IOS allows you to open files. Read the JPEG file. Search the stream for the COM marker. Read the length. Read the data. It's basic [objective] C programming.