From 6123a81aecc4e3cd6c47c908fb7e9010d3d64798 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 16 Feb 2015 17:35:10 +0100 Subject: Vectorize color clipping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaces redundant code with one function. Oddly this fixes rendering with earlyclip – not sure why. Drop transparency and channel settings (always transparent, always four channels). --- png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'png.c') diff --git a/png.c b/png.c index 1c28172..f28452b 100644 --- a/png.c +++ b/png.c @@ -22,7 +22,7 @@ #include #include -#include "config.h" +#include "build/config.h" #include "img.h" #include "flam3.h" #include "private.h" -- cgit v1.2.3