Displaying 1 result from an estimated 1 matches for "color_count".
Did you mean:
colour_count
2008 Nov 22
0
[PATCH] ppmtolss color need to be quoted
...s of the form '#rrggbb=i' indicate that
## the color #rrggbb (hex) should be assigned index i (decimal)
##
@@ -237,7 +237,7 @@ for ( $y = 0 ; $y < $ysize ; $y++ ) {
}
}
-# Sort list of colors according to freqency
+# Sort list of colors according to frequency
@colors = sort { $color_count{$b} <=> $color_count{$a} }
keys(%color_count);
# Now we have our pick of colors. Sort according to intensity;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: syslinux_ppmtolss-syntax.diff
Type: application/octet-stream
Size: 1597 bytes
Desc: not availabl...