diff options
author | Matthew Dillon <dillon@FreeBSD.org> | 2002-06-18 02:16:05 +0000 |
---|---|---|
committer | Matthew Dillon <dillon@FreeBSD.org> | 2002-06-18 02:16:05 +0000 |
commit | d77f3c45abbd73db84cd68cf8b3a9cec52efee6d (patch) | |
tree | cd0b17e4304339e3396b4c09c649f56d0666de8b /graphics/crw | |
parent | Fix pkg-plist. (diff) |
Bump to version 1.02. Fix a bunch of bugs related to .ppm output and the
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
Notes:
svn path=/head/; revision=61466
Diffstat (limited to 'graphics/crw')
-rw-r--r-- | graphics/crw/Makefile | 2 | ||||
-rw-r--r-- | graphics/crw/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/crw/Makefile b/graphics/crw/Makefile index 76439b3c88bd..2cfedd76d930 100644 --- a/graphics/crw/Makefile +++ b/graphics/crw/Makefile @@ -6,7 +6,7 @@ # PORTNAME= crw -PORTVERSION= 1.01 +PORTVERSION= 1.02 CATEGORIES= graphics MASTER_SITES= http://apollo.backplane.com/FreeBSDPorts/ #MASTER_SITE_SUBDIR= cp diff --git a/graphics/crw/distinfo b/graphics/crw/distinfo index 5d3daa4a4fbd..e7b54be1d3c3 100644 --- a/graphics/crw/distinfo +++ b/graphics/crw/distinfo @@ -1 +1 @@ -MD5 (crw-1.01.tar.gz) = af128a0249845ebc60bf94830e7ba545 +MD5 (crw-1.02.tar.gz) = 658df68fe90cc4ae3a1e87ae497bd9a0 |