+ fimg2tiff

This commit is contained in:
2020-08-22 12:31:46 +02:00
parent 3063107b38
commit 301a0133e7
3 changed files with 102 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ DEPS = ../floatimg.h ../libfloatimg.a Makefile
# ----------
all: fimg2pnm mkfimg png2fimg fimgstats fimg2png \
fimg2tiff \
addpnm2fimg cumulfimgs fimgops fimgfx
fimgstats: fimgstats.c $(DEPS)
@@ -32,6 +33,9 @@ fimg2pnm: fimg2pnm.c $(DEPS)
fimg2png: fimg2png.c $(DEPS)
gcc $(COPT) $< ../libfloatimg.a -lpnglite -lz -o $@
fimg2tiff: fimg2tiff.c $(DEPS)
gcc $(COPT) $< ../libfloatimg.a -ltiff -o $@
#
# this tool require an external library
# http://la.buvette.org/devel/libimage/libimage.html