From: cristy Date: Tue, 4 Mar 2014 14:04:02 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2620 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18856c5df9f100c4fb1249790e86d79d860efb41;p=imagemagick --- 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