changeset 2166:3a6680e9204a

xcftools is no longer packaged by Debian/Ubuntu so switched to imagemagick
author Michael Pavone <pavone@retrodev.com>
date Sat, 23 Jul 2022 10:54:07 -0700
parents c1800fb99e78
children fe68a9ad509f
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Jul 12 18:40:48 2022 -0700
+++ b/Makefile	Sat Jul 23 10:54:07 2022 -0700
@@ -361,7 +361,7 @@
 	$(CC) $(CFLAGS) -c -o $@ $<
 
 %.png : %.xcf
-	xcf2png $< > $@
+	convert -background none -flatten $< $@
 
 %.tiles : %.spec
 	./img2tiles.py -s $< $@