#UCONF=IMG_1073.ufraw
PFX=sky-
PRN_PAPER= 10x15 13x18 20x30
WEB_PAPER= big middle small
SRC=	\
	P1050205.RAW.bz2 \
	P1050211.RAW.bz2

PRE_P1050205.RAW.bz2=	-rotate 0.5 -crop 3584x2688+32+32 +repage
PRE_P1050211.RAW.bz2=	-crop 3584x2688+16+16 +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

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

.if defined(DOSRC) || defined(DOWEB) || defined(DOPRN)
.include "../../tools/photo.src.mk"
.endif

.if defined(DOWEB)
.include "../../tools/photo.web.mk"
.endif
