aboutsummaryrefslogtreecommitdiff
path: root/graphics/crw
Commit message (Collapse)AuthorAgeFilesLines
* Add missing package dependancy.Matthew Dillon2002-09-091-0/+2
| | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=65962
* Update to 1.03. Source cleanups for better portability (no program flowMatthew Dillon2002-07-222-4/+3
| | | | | | | changes). Notes: svn path=/head/; revision=63410
* Bump to version 1.02. Fix a bunch of bugs related to .ppm output and theMatthew Dillon2002-06-182-2/+2
| | | | | | | | | | | | Canon G2 base red and blue filter multipliers. Put the white point scaling and the original gamma function back in. Fix the black-and-white output option, it is now much better and can get 10 bits of information into the 8-bit RGB output image by adjusting the red and blue guns by +1 relative to green to handle fractional pixel values. Also added an option -indoor which sets the red filter to 0.7, a rough compensation for indoor lighting. Notes: svn path=/head/; revision=61466
* Initial checking of the 'crw' port. This program converts the RAW CanonMatthew Dillon2002-06-175-0/+27
digital camera format into something gimp or ImageMagick can process. The program was originally written by Dave Coffin <dcoffin@shore.net>, who gave me permission to make a port out of it. I've made extensive modifications to the program's algorithms. Notes: svn path=/head/; revision=61409