blob: 206de06094bab67368a19115918db42d7908d6c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
dcraw is an ANSI C program that decodes any raw image from any digital camera
on any computer running any operating system. It's become a standard tool
within and without the Open Source world. It's small (about 3000 lines),
portable (standard C libraries only), free (both "gratis" and "libre"), and
when used skillfully, produces better-quality output than the tools provided by
the camera vendor.
This version is modified to add auto-rotate to exported thumbnails, and also
add adjustment for camera timezone offset.
WWW: http://www.cybercom.net/~dcoffin/dcraw/
WWW: https://dx.burplex.com/bin/autorot.html
WWW: https://dx.burplex.com/bin/photohack.html
|