diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-01-14 03:25:59 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-01-14 03:25:59 +0000 |
commit | 931cc491b1456f0717be51ef2570a48a9d78c1ec (patch) | |
tree | 285998cfe8f5adc4752f41e92ee71ecc359d0679 /graphics/dcraw-m/pkg-descr | |
parent | de71fae136d34f3f975c8bc03db2c1d8ce741f25 (diff) | |
download | freebsd-ports-931cc491b1456f0717be51ef2570a48a9d78c1ec.zip |
Add new dcraw-m port, a variant of dcraw that
adds auto-rotate to exported thumbnails, and also
add adjustment for camera timezone offset.
PR: ports/177490
Submitted by: Waitman Gobble
Diffstat (limited to 'graphics/dcraw-m/pkg-descr')
-rw-r--r-- | graphics/dcraw-m/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/dcraw-m/pkg-descr b/graphics/dcraw-m/pkg-descr new file mode 100644 index 000000000000..206de06094ba --- /dev/null +++ b/graphics/dcraw-m/pkg-descr @@ -0,0 +1,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 |