All Projects → emmanueltouzery → hsexif

emmanueltouzery / hsexif

Licence: other
Exif parser in pure haskell

Programming Languages

haskell
3896 projects

Labels

Projects that are alternatives of or similar to hsexif

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 (+117294.44%)
Mutual labels:  jpeg, exif
Metadata Extractor Dotnet
Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Stars: ✭ 518 (+2777.78%)
Mutual labels:  jpeg, exif
Piexif
Exif manipulation with pure python script.
Stars: ✭ 290 (+1511.11%)
Mutual labels:  jpeg, exif
dartexif
Dart package to decode Exif data from tiff, jpeg and heic files
Stars: ✭ 16 (-11.11%)
Mutual labels:  jpeg, exif
Metadata Extractor
Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Stars: ✭ 1,972 (+10855.56%)
Mutual labels:  jpeg, exif
Exif Py
Easy to use Python module to extract Exif metadata from digital image files.
Stars: ✭ 561 (+3016.67%)
Mutual labels:  jpeg, exif
Imagesharp
📷 A modern, cross-platform, 2D Graphics library for .NET
Stars: ✭ 5,186 (+28711.11%)
Mutual labels:  jpeg, exif
go-jpeg-image-structure
Parse JPEG data into segments via code or CLI from pure Go. Read/export/write EXIF data. Read XMP and IPTC metadata.
Stars: ✭ 47 (+161.11%)
Mutual labels:  jpeg, exif
Jpeg Autorotate
Node module to rotate JPEG images based on EXIF orientation.
Stars: ✭ 127 (+605.56%)
Mutual labels:  jpeg, exif
Format parser
file metadata parsing, done cheap
Stars: ✭ 46 (+155.56%)
Mutual labels:  jpeg, exif
tyf
Manipulate EXIF and IFD metadata.
Stars: ✭ 16 (-11.11%)
Mutual labels:  jpeg, exif
exif-rs
Exif parsing library written in pure Rust
Stars: ✭ 91 (+405.56%)
Mutual labels:  jpeg, exif
create-optimize-images
♻️ Reusable, scalable, bash scripts to create and optimize images.
Stars: ✭ 39 (+116.67%)
Mutual labels:  jpeg
mozjpeg-sys
Rust bindings for mozjpeg
Stars: ✭ 26 (+44.44%)
Mutual labels:  jpeg
stbi-sharp
C# wrapper around stb_image.h and qoi.h
Stars: ✭ 17 (-5.56%)
Mutual labels:  jpeg
uvc-streamer
MJPEG webcam network streamer for linux
Stars: ✭ 25 (+38.89%)
Mutual labels:  jpeg
geotagging
Photography geotagging tool
Stars: ✭ 17 (-5.56%)
Mutual labels:  exif
imagor
Fast, Docker-ready image processing server in Go and libvips
Stars: ✭ 2,276 (+12544.44%)
Mutual labels:  jpeg
img
A python library to display images in the terminal
Stars: ✭ 55 (+205.56%)
Mutual labels:  jpeg
zImageOptimizer
Simple image optimizer for JPEG, PNG and GIF images on Linux, MacOS and FreeBSD.
Stars: ✭ 108 (+500%)
Mutual labels:  jpeg

Tests

An exif parsing library in pure haskell.

You can check the api docs on the hackage page: http://hackage.haskell.org/package/hsexif

The license is BSD3.

When building on windows if you have trouble with the iconv library you can also build without it. That way you loose nice decoding of the EXIF user comments though.

cabal install -f-iconv

NB: the test images were also modified with exiv2 -M"set Exif.Photo.UserComment charset=Unicode Test Exif commentčšž" test.jpg to get user comments.

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].