From ec2ae4c26158c9a42af105f10abe73857f69cf00 Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 23 Mar 2012 11:44:10 -0300 Subject: [PATCH] Minor changes. --- README.html | 10 +++++----- src/file/fli/fli.cpp | 5 +---- src/raster/median_cut.h | 4 ++-- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/README.html b/README.html index a15e23b0b..a1ec1de0a 100644 --- a/README.html +++ b/README.html @@ -196,6 +196,11 @@ data/widgets/*.xml XML files with dialogs | homepage | license +
+ AllegroFont + | homepage + | license +
curl | homepage @@ -271,11 +276,6 @@ Other parts of code by: Code to quantize RGB images with ordered dither method.
-
Javier Gonzalez
-
- AllegroFont wrapper. -
- diff --git a/src/file/fli/fli.cpp b/src/file/fli/fli.cpp index a34f39bc3..61a303707 100644 --- a/src/file/fli/fli.cpp +++ b/src/file/fli/fli.cpp @@ -1,4 +1,3 @@ - /* * Written 1998 Jens Ch. Restemeier * @@ -18,9 +17,7 @@ * */ -/* Modified by David Capello to use with ASEPRITE (2001-2012). - See ../README.txt for more information - */ +/* Modified by David Capello to use with ASEPRITE (2001-2012). */ #include #include diff --git a/src/raster/median_cut.h b/src/raster/median_cut.h index 0b2b98d88..e9228b0f7 100644 --- a/src/raster/median_cut.h +++ b/src/raster/median_cut.h @@ -249,8 +249,8 @@ namespace quantization { int volume; }; // end of class Box - // Median Cut Alqorithm as described in P. Heckbert, “Color image - // quantization for frame buffer display,”, Computer Graphics, + // Median Cut Algorithm as described in P. Heckbert, "Color image + // quantization for frame buffer display,", Computer Graphics, // 16(3), pp. 297-307 (1982) template void median_cut(const Histogram& histogram, size_t maxBoxes, std::vector& result)