1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add kdc2tiff, a Kodak DC120 .kdc image to TIFF/JPEG converter. This

appears quite useful for owners of said digital cameras!

Special thanks to:	billf (for -lm tidbit)
This commit is contained in:
Will Andrews 2000-07-04 05:36:24 +00:00
parent 10bc76fb02
commit c806615712
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30162
6 changed files with 42 additions and 0 deletions

View File

@ -80,6 +80,7 @@
SUBDIR += jgv
SUBDIR += jpeg
SUBDIR += juno-2
SUBDIR += kdc2tiff
SUBDIR += kdegraphics11
SUBDIR += kdegraphics11-i18n
SUBDIR += killustrator

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: kdc2tiff
# Date created: Tue 04 Jul 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= kdc2tiff
PORTVERSION= 0.31
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kdc2tiff
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lm"
USE_GMAKE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (kdc2tiff-0.31.tar.gz) = 1d28b046c3e7c2004f8cf3f64177b7c8

View File

@ -0,0 +1 @@
Converts Kodak .kdc to TIFF or JPEG formats

View File

@ -0,0 +1,14 @@
This software is made available for owners for Kodak's
DC120 digital camera who would like to convert the .kdc
files produced by the camera to .tiff or .jpeg files
using Linux or other UNIX machines. kdc2tiff and kdc2jpeg
pay particular attention to: aspect ratio accurate scaling
contrast adjustment gamma correction image rotation In
particular, the scaling algorithm takes into account the
Bayer pattern of the CCD (pixels have one colour only,
not three) and the exact (non-square) dimensions of the pixels.
WWW: http://kdc2tiff.sourceforge.net/
Author: Chris Studholme <Chris.Studholme@canada.com>
- Will <andrews@technologist.com>

View File

@ -0,0 +1,2 @@
bin/kdc2tiff
bin/kdc2jpeg