GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PIXCLUMP(1) BRL-CAD PIXCLUMP(1)

pixclump - quantize the colors in a pix(5) stream

pixclump [-c R/G/B] [-f color_file] [-x debug_flags] [infile.pix [outfile.pix]]

pixclump reads an input stream of pix data, converts each pixel to one of a set of specified colors, and writes out these quantized pixels.

The colors may be specified either on the command line, with one -c option per color, or in a file specified with the -f option.

Each pixel in the input stream is compared to all of the specified colors and replaced on the output by the specified color most resembling it. pixclump computes the difference between an input pixel and a specified color as the sum of the squares of the differences in their respective red, green, and blue channels.

The -x option may be used to selectively enable various diagnostic print statements.

A typical use for pixclump is in renormalizing an image. For example, if a tool such as pixscale has been used to transform an image containing a relatively small number of colors, pixclump will change pixels whose colors have been interpolated back to one of the original colors.

Paul Tanenbaum

This software is Copyright (c) 1997-2019 by the United States Government as represented by U.S. Army Research Laboratory.

Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
06/07/2022 BRL-CAD

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.