go-exif
A very complete, highly tested, standards-driven (but customizable) EXIF reader/writer lovingly written in Go. (by dsoprea)
dithergo
Various dithering algorithms implemented in Go (by esimov)
go-exif | dithergo | |
---|---|---|
1 | 1 | |
524 | 167 | |
1.0% | 0.0% | |
1.5 | 0.0 | |
10 months ago | almost 4 years 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)
dithergo
Posts with mentions or reviews of dithergo.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-01-04.
-
Ditherpunk: The article I wish I had about monochrome image dithering
I've done a library which is capable of using various dithering algorithms by plugin the dithering method you wish: https://github.com/esimov/dithergo
What are some alternatives?
When comparing go-exif and dithergo 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.
rscolorq - Spatial color quantization in Rust
gift - Go Image Filtering Toolkit
rovers-dithering-playground - A dithering playground, built on the NASA APIs.
mort - Storage and image processing server written in Go
bild - Image processing algorithms in pure Go
resize - Pure golang image resizing
didder - An extensive, fast, and accurate command-line image dithering tool.
IfExifExtract - <If> a JPEG file contains an <Exif> value, then <Extract> the file to a new directory