Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

source-highlight-settings(1) [centos man page]

SOURCE-HIGHLIGHT-SETTINGS(1)					   User Commands				      SOURCE-HIGHLIGHT-SETTINGS(1)

NAME
Source-highlight-settings - utility that can be used to write a configuration file for GNU Source-highlight (and its library) SYNOPSIS
source-highlight-settings DESCRIPTION
Since version 3.0, GNU Source-highlight includes also the utility source-highlight-settings, which can be used to check whether source-highlight will be able to find its language definition files, and other configuration files, and in case, to store the correct set- tings in a configuration file, in the user home directory. In particular, the stored configuration file will be called source-highlight.conf and will be stored in $HOME/.source-highlight/. For the moment, this file only stores the default value for the --data-dir option. This utility is part of GNU Source-highlight, maintained by: Lorenzo Bettini <http://www.lorenzobettini.it> REPORTING BUGS
Report bugs to <bug-source-highlight at gnu.org> COPYRIGHT
Copyright (C) 1999-2009 Lorenzo Bettini <http://www.lorenzobettini.it> This program comes with ABSOLUTELY NO WARRANTY. This is free software; you may redistribute copies of the program under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. SEE ALSO
The full documentation for source-highlight is maintained as a Texinfo manual. If the info and source-highlight programs are properly installed at your site, the command info source-highlight should give you access to the complete manual. Source-highlight-settings May 2009 SOURCE-HIGHLIGHT-SETTINGS(1)

Check Out this Related Man Page

gamma4scanimage(1)					      General Commands Manual						gamma4scanimage(1)

NAME
gamma4scanimage - create a gamma table for scanimage SYNOPSIS
gamma4scanimage gamma [shadow [highlight [maxin [maxout]]]] DESCRIPTION
The tool gamma4scanimage creates a gamma table in the format expected by scanimage. You can define a gamma, a shadow and a highlight value. You also can specify the size (maxin) and maximum output value (maxout) of the gamma table. gamma is a floating point value, neutral value is 1.0, if the value is larger than 1.0 then the image gets brighter. shadow defines the minmum input value that is necessary to create an output value larger than zero. shadow has to be in the range [0..maxin]. Its default value is 0. highlight defines the maximum input value that produces an output value smaller than maxout. highlight has to be in the range [0..maxin], highlight has to be larger than shadow. Its default value is the same as maxin (16383 if not set). maxin defines the size of the gamma table. The size depends on the scanner/backend. If the scanner uses 8 bits gamma input then maxin has to be set to 255, for 10 bits 1023, for 12 bits 4095, for 14 bits 16383. The default is 16383. To find out what value maxin has to be call scanimage with a very large gamma table [0]0-[99999]255 then scanimage prints an error message with the needed size of the gamma table. maxout defines the maximum output value. Take a look at the output of scanimage -h to find out what maxout has to be. The default value is 255. EXAMPLE
scanimage --custom-gamma=yes --gamma-table `gamma4scanimage 1.8 0 11500 16383 255` >image.pnm SEE ALSO
scanimage(7) AUTHOR
Oliver Rauch EMAIL-CONTACT Oliver.Rauch@Rauch-Domain.DE 11 Sep 2002 gamma4scanimage(1)
Man Page

9 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Membership

what is the meaning of the types of membership and when am i a full member:confused: :confused: :confused: (1 Reply)
Discussion started by: nigel
1 Replies

2. UNIX for Dummies Questions & Answers

What is it exactly that a "Source Code" mean

If this is the wrong forum, kindly direct me to the right place. I am planning on going on an interview and I'd like to know what "source code" mean. this is a stupid question, of course, to most of you but hey, can you just tell me?? thank you I heard that I might be asked to bring in... (2 Replies)
Discussion started by: IMPORTANT
2 Replies

3. UNIX for Advanced & Expert Users

What happens when an exe/lib links to another shared one:

We build our code on all platforms Sol, Hp, Aix, Sgi & linux. Some base libraries have changed. All the dependent exe & lib which use those base libraries have changed in all platforms in terms of size/checksum or both except linux. No code has changed in these. We have a post utility... (8 Replies)
Discussion started by: vibhor_agarwali
8 Replies

4. Shell Programming and Scripting

Bash Source Code

Can somebody give me the link to get the source code of BASH? (1 Reply)
Discussion started by: bhargava
1 Replies

5. HP-UX

How to highlight syntax in Hp-UX vi editor?

Hi , How do i highlight syntax in vi editor on HP-UX. any suggestion highly appreciated. -Ashok (1 Reply)
Discussion started by: ashokd001
1 Replies

6. UNIX for Dummies Questions & Answers

Source all files in a directory

Hi everyone, Is there an efficient way to source all of the files contained in a directory? Theoretically I could create a FOR loop and successively source each file, but I just wanted to check if there was a cleaner method. Thanks! Mike (3 Replies)
Discussion started by: msb65
3 Replies

7. Linux

Source code

I need the source code of fedora. plz plz plz help me........... (1 Reply)
Discussion started by: neh
1 Replies

8. Shell Programming and Scripting

For loop that will replace the ifcfg data.

Change IP to multiple servers based on a database file. Source ip file is not incremental. # Source host #cat hosts server1 server2 server3 server4 server5 server6 # SOURCE file #cat ip Host IP Netmask GW server1 192.0.0.1 ... (2 Replies)
Discussion started by: invinzin21
2 Replies

9. Web Development

Vue.js component: Beautiful code highlighter

Sooner than later I will render forum discussions in Vue.js to complement the standard way of showing forum threads. Today, I ran across this component, vue-code-highlight Beautiful code syntax highlighting as Vue.js component. https://www.unix.com/members/1-albums225-picture1199.jpg ... (1 Reply)
Discussion started by: Neo
1 Replies