TOOLS=../../tools
#UCONF=2009-10-09.ufraw
#DENOISE=100
CREATEID=no
PFX=creatures-
#PRN_PAPER= 10x15 13x18 20x30
WEB_PAPER= big middle kf small
SRC=	\
	IMG_0310.CR2 \
	IMG_0317.CR2 \
	IMG_0326.CR2 \
	IMG_0328.CR2 \
	IMG_0358.CR2 \
	IMG_0364.CR2 \

PRE_IMG_0310.CR2=	-crop 1536x1536+1120+576 +repage
PRE_IMG_0317.CR2=	-crop 1696x1696+1104+128 +repage
#PRE_IMG_0326.CR2=	-crop 2048x2048+864+352 +repage
PRE_IMG_0326.CR2=	-crop 1536x1536+1184+576 +repage
PRE_IMG_0328.CR2=	-crop 1856x1856+1024+256 +repage
PRE_IMG_0358.CR2=	-crop 2528x2528+64+176 +repage
#PRE_IMG_0364.CR2=	-crop 1984x1984+704+576 +repage
PRE_IMG_0364.CR2=	-crop 1856x1856+704+640 +repage

SRCDIR=	${TMPDIR}/tmp
PRN_OUTDIR=	print
WEB_OUTDIR=	www

WEB_EXTRA_ARG=	-recolor '1.1 -0.05 -0.05  -0.05 1.1 -0.05  -0.05 -0.05 1.1' \
			-adaptive-sharpen 1x0.3
PRN_EXTRA_ARG=	-sharpen 0x0.33 ${WEB_EXTRA_ARG}

all:
	@${MAKE} DOSRC=yes src
	#@${MAKE} DOPRN=yes prn
	@${MAKE} DOWEB=yes web

.if defined(DOSRC) || defined(DOWEB) || defined(DOPRN)
.include "${TOOLS}/photo.src.mk"
.endif

.if defined(DOPRN)
.include "${TOOLS}/photo.prn.mk"
.endif

.if defined(DOWEB)
.include "${TOOLS}/photo.web.mk"
.endif
