first version of pixelize_h

This commit is contained in:
tth
2021-10-10 23:38:10 +02:00
parent f3dc73782a
commit 9bde22f560
6 changed files with 103 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \
equalize.o fimg-fits.o saturation.o histogram.o \
hsv.o classif.o contour2x2.o qsortrgb.o exporter.o \
displacement.o dithering.o plasmas.o incrustator.o \
killrgb.o recurse.o
killrgb.o recurse.o pixelize.o
#---------------------------------------------------------------
@@ -37,6 +37,9 @@ tests.o: tests.c tests.h $(DEPS)
# ###
pixelize.o: pixelize.c $(DEPS)
gcc $(COPT) -c $<
killrgb.o: killrgb.c $(DEPS)
gcc $(COPT) -c $<