From 18856c5df9f100c4fb1249790e86d79d860efb41 Mon Sep 17 00:00:00 2001 From: cristy Date: Tue, 4 Mar 2014 14:04:02 +0000 Subject: [PATCH] --- MagickCore/quantize.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MagickCore/quantize.c b/MagickCore/quantize.c index 704deb8ab..36672445e 100644 --- a/MagickCore/quantize.c +++ b/MagickCore/quantize.c @@ -61,9 +61,9 @@ % % 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: -% The vertex nearest the origin in RGB space and the vertex farthest from -% the origin. +% 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). % % 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.50.1