go-exif
A very complete, highly tested, standards-driven (but customizable) EXIF reader/writer lovingly written in Go. (by dsoprea)
resize
Pure golang image resizing (by nfnt)
go-exif | resize | |
---|---|---|
1 | 1 | |
524 | 2,883 | |
1.0% | - | |
1.5 | 0.0 | |
10 months ago | almost 3 years ago | |
Go | Go | |
MIT License | ISC 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)
resize
Posts with mentions or reviews of resize.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-13.
-
How to create YOLOv8-based object detection web service using Python, Julia, Node.js, JavaScript, Go and Rust
github.com/nfnt/resize - the library to resize images. (Perhaps you can find more modern library, but I just used this one because it works properly)