#UCONF=IMG_1073.ufraw
PFX=sm-2009-
PRN_PAPER= 10x15 13x18 20x30
WEB_PAPER= big middle small
SRC=	\
    IMG_3920.CR2 \
    IMG_3949.CR2 \
    IMG_3958.CR2 \
    IMG_3971.CR2 \
    IMG_3988.CR2 \
    IMG_3990.CR2
#    IMG_3945.CR2 \

PRE_IMG_3920.CR2=   -crop 2560x2560+768+16 +repage
PRE_IMG_3949.CR2=   -crop 3328x2496+384+96 +repage
PRE_IMG_3958.CR2=   -crop 2560x2560+16+1120 +repage
PRE_IMG_3971.CR2=   -crop 2048x3072+448+800 +repage
PRE_IMG_3988.CR2=   -crop 1024x1024+576+1632 +repage
PRE_IMG_3990.CR2=   -crop 3456x2592+352+6 +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
