From 039e0560cf009e3291be5dd61623daeed8e2c503 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 22 Aug 2010 19:47:25 +0200 Subject: [PATCH 1/1] B, G, R, A --- misc/tools/fft-normalmap-to-heightmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/tools/fft-normalmap-to-heightmap.c b/misc/tools/fft-normalmap-to-heightmap.c index c8e11276..dc48967f 100644 --- a/misc/tools/fft-normalmap-to-heightmap.c +++ b/misc/tools/fft-normalmap-to-heightmap.c @@ -841,13 +841,13 @@ int Image_WriteTGABGRA (const char *filename, int width, int height, const unsig int usage(const char *me) { printf("Usage: %s [ []] (get heightmap from normalmap)\n", me); - printf("or: %s -1 [] (read from R, Diff)\n", me); + printf("or: %s -1 [] (read from B, Diff)\n", me); printf("or: %s -2 [] (read from G, Diff)\n", me); printf("or: %s -3 [] (read from R, Diff)\n", me); printf("or: %s -4 [] (read from A, Diff)\n", me); printf("or: %s -5 [] (read from (R+G+B)/3, Diff)\n", me); printf("or: %s -6 [] (read from Y, Diff)\n", me); - printf("or: %s -7 [] (read from R, FFT)\n", me); + printf("or: %s -7 [] (read from B, FFT)\n", me); printf("or: %s -8 [] (read from G, FFT)\n", me); printf("or: %s -9 [] (read from R, FFT)\n", me); printf("or: %s -10 [] (read from A, FFT)\n", me); -- 2.39.2