Hacker News new | ask | show | jobs
by e12e 4604 days ago
Wouldn't libraw and/or freeimage be a good fit (both for raw and dng)?

http://www.libraw.org/ http://freeimage.sourceforge.net/

1 comments

I just found libraw yesterday. Looks interesting, and I have no objection to pulling it in as an optional dependency. Pull requests accepted. :>

Freeimage looks like more than we'd need, and includes libraw. And actually, looks like it does a lot of the same things that Pillow does, wrt to various image formats.

I make no promises :-/

Surprised you weren't aware of libraw (assuming DNG/RAW has been a requested feature for Pillow) -- but great it's on your radar now. FWIW libraw does an excellent job of handling RAW/DNGs -- as far as I know it's still the best tool for that (including various closed tools).

So far, this thread is the extent of the requests.

I'd known about dcraw from a ways back, just not the libraw fork.