From 6a91c18a60eb2e0ab3c60293f759808e65bc2c49 Mon Sep 17 00:00:00 2001 From: cristy Date: Tue, 4 Mar 2014 14:05:01 +0000 Subject: [PATCH] --- MagickCore/quantize.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MagickCore/quantize.c b/MagickCore/quantize.c index 36672445e..6895b3031 100644 --- a/MagickCore/quantize.c +++ b/MagickCore/quantize.c @@ -62,8 +62,7 @@ % The algorithm maps this domain onto a tree in which each node % represents a cube within that domain. In the following discussion % these cubes are defined by the coordinate of two opposite vertices (vertex -% vertex nearest the origin in RGB space and the vertex farthest from -% the origin). +% nearest the origin in RGB space and the vertex farthest from the origin). % % The tree's root node represents the entire domain, (0,0,0) through % (Cmax,Cmax,Cmax). Each lower level in the tree is generated by -- 2.40.0