go-jpeg-image-structure
go-jpeg-image-structure copied to clipboard
Parse JPEG data into segments via code or CLI from pure Go. Read/export/write EXIF data. Read XMP and IPTC metadata.
Thank you for an useful package. I've noticed something weird during making an application that edit Exif data of images, so let me share. If I parse and write the...
I have a problem when parsing an image with an empty marker (marker length is only 2 bytes `0xFFE10002`). I don't know how the image was created. But this make...
This PR is intended to solve issue #16.
I've run into a few issues while trying to get this working ,for example, when you call `Parse()` you get a `rii.MediaContext` according to the docs but the link doesn't...
I have a jpeg with some tags and want to read this information. I tried go-jpeg-image-structure/v2/command/js_exif/main.go -f myImg.jpeg. But I can't find any of the tags. Can you explain what...