All Projects → dsoprea → go-jpeg-image-structure

dsoprea / go-jpeg-image-structure

Licence: MIT license
Parse JPEG data into segments via code or CLI from pure Go. Read/export/write EXIF data. Read XMP and IPTC metadata.

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to go-jpeg-image-structure

dartexif
Dart package to decode Exif data from tiff, jpeg and heic files
Stars: ✭ 16 (-65.96%)
Mutual labels:  jpeg, exif
Sharp
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
Stars: ✭ 21,131 (+44859.57%)
Mutual labels:  jpeg, exif
hsexif
Exif parser in pure haskell
Stars: ✭ 18 (-61.7%)
Mutual labels:  jpeg, exif
exif-rs
Exif parsing library written in pure Rust
Stars: ✭ 91 (+93.62%)
Mutual labels:  jpeg, exif
Format parser
file metadata parsing, done cheap
Stars: ✭ 46 (-2.13%)
Mutual labels:  jpeg, exif
Imagesharp
📷 A modern, cross-platform, 2D Graphics library for .NET
Stars: ✭ 5,186 (+10934.04%)
Mutual labels:  jpeg, exif
Piexif
Exif manipulation with pure python script.
Stars: ✭ 290 (+517.02%)
Mutual labels:  jpeg, exif
Metadata Extractor
Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Stars: ✭ 1,972 (+4095.74%)
Mutual labels:  jpeg, exif
Exif Py
Easy to use Python module to extract Exif metadata from digital image files.
Stars: ✭ 561 (+1093.62%)
Mutual labels:  jpeg, exif
Metadata Extractor Dotnet
Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Stars: ✭ 518 (+1002.13%)
Mutual labels:  jpeg, exif
Jpeg Autorotate
Node module to rotate JPEG images based on EXIF orientation.
Stars: ✭ 127 (+170.21%)
Mutual labels:  jpeg, exif
tyf
Manipulate EXIF and IFD metadata.
Stars: ✭ 16 (-65.96%)
Mutual labels:  jpeg, exif
picojdec
Simple baseline JPEG decoder
Stars: ✭ 22 (-53.19%)
Mutual labels:  jpeg
sail
The missing small and fast image decoding library for humans (not for machines) ⛵ https://sail.software
Stars: ✭ 206 (+338.3%)
Mutual labels:  jpeg
slack-metabot
Extract metadata (EXIF) from uploaded files on Slack
Stars: ✭ 15 (-68.09%)
Mutual labels:  exif
node-pdftocairo
📃 Node.js wrapper for pdftocairo - PDF to PNG/JPEG/TIFF/PDF/PS/EPS/SVG using cairo
Stars: ✭ 17 (-63.83%)
Mutual labels:  jpeg
naturtag
Tag your nature photos with iNat taxonomy and observation metadata
Stars: ✭ 20 (-57.45%)
Mutual labels:  exif
StbSharp
C# port of the famous C framework
Stars: ✭ 62 (+31.91%)
Mutual labels:  jpeg
rexiv2
Rust library for read/write access to media-file metadata (Exif, XMP, and IPTC)
Stars: ✭ 64 (+36.17%)
Mutual labels:  exif
TinyEXIF
Tiny ISO-compliant C++ EXIF and XMP parsing library for JPEG.
Stars: ✭ 87 (+85.11%)
Mutual labels:  exif

Build Status codecov Go Report Card GoDoc

Overview

Parse raw JPEG data into individual segments of data. You can print or export this data, including hash digests for each. You can also parse/modify the EXIF data and write an updated image.

EXIF, XMP, and IPTC data can also be extracted. The provided CLI tool can print this data as well.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].