[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
A wee JPEG parser
From: |
Andy Wingo |
Subject: |
A wee JPEG parser |
Date: |
Thu, 02 Oct 2014 15:25:04 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Should anyone need a JPEG parser, or the beginnings of one anyway, here
is one:
https://gitorious.org/guile-jpeg/guile-jpeg
Currently it's just enough to parse out the dimensions of a file, though
you could tweak it in other ways. You could probably use it to get EXIF
information, though for that purpose I'm using libexif via guile-exif:
https://gitorious.org/guile-exif/guile-exif
Regards,
Andy
--
http://wingolog.org/
- A wee JPEG parser,
Andy Wingo <=