go-exif
A very complete, highly tested, standards-driven (but customizable) EXIF reader/writer lovingly written in Go. (by dsoprea)
gift
Go Image Filtering Toolkit (by disintegration)
go-exif | gift | |
---|---|---|
1 | - | |
524 | 1,760 | |
1.0% | - | |
1.5 | 0.0 | |
10 months ago | over 1 year ago | |
Go | Go | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
go-exif
Posts with mentions or reviews of go-exif.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-02-24.
-
imagemeta - Parse Exif and XMP metadata from JPEG, HEIC and Tiff based Camera Raw images
This package differentiates itself by trying as much as possible to reduce allocs/op for optimal use while parsing large amount of images. I wrote this while looking for a simpler solution and more efficient package. Currently the two most well known exif packages in go are: https://github.com/dsoprea/go-exif (by Dustin Oprea) and https://github.com/rwcarlsen/goexif (by RW Carlsen)
gift
Posts with mentions or reviews of gift.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning gift yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing go-exif and gift you can also consider the following projects:
imagemeta - Image Metadata (Exif and XMP) extraction for JPEG, HEIC, AVIF, TIFF and Camera Raw in golang. Focus is on providing features and improved performance.
picfit - An image resizing server written in Go