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
GIMPLUT(1) User commands GIMPLUT(1)

gimplut - convert GIMP gradient (ggr) files to binary lookup tables (lut).

gimplut [-h] [-o file] [-s samples] [-v] [-V] [file]

The gimplut utility converts gradient files from the GIMP(1), the GNU Image Manipulation Program, to a binary lookup table format commonly used by medical imaging software; in particular the Medcon(1) package.

The LUT format consists of n red, n green and n blue bytes, interpreted as integers from 0 to 255.

The program will read from stdin if a file is not specified as the final argument, and write to stdout if the -o option is not specified.

--backtrace-file path
Specify a file to which to write a formatted backtrace. The file will only be created if there is a backtrace created, typically when an error occurs.

--backtrace-format format

Specify the format of the backtrace written to the files specified by --backtrace-file, one of plain, xml or json.

-h, --help

Brief help.

-o, --output file

Write the output to file, rather than stdout.

-s, --samples number

Use the specified number of samples rather than 256.

-v, --verbose

Verbose operation.

-V, --version

Version information.

The alpha channel of the input is completely ignored in the output.

At some point in the future the functionality of this program will be transferred to the svgx(1) program.

J. J. Green

GIMP(1), medcon(1).
9 September 2020 CPTUTILS

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.