Is there anyway to configure twelve monkeys JPEGSegmentUtil segment reader to read all segments of a JPEG
问题 I am currently prototyping functionality in an app I wish to create, which requires the ability to read/modify/write metadata of a jpeg file. One way I thought might work for this is to use the twelve-monkeys java API to read all segments in, modify those metadata segments I am interested in, and write all the segments (most of them being unmodified) back to a new file. In my prototyping I came across a hurdle which triggered a question I, I have to admit, direct mainly at the author of the