Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xcursorgen(1) [centos man page]

XCURSORGEN(1)						      General Commands Manual						     XCURSORGEN(1)

NAME
xcursorgen - create an X cursor file from a collection of PNG images SYNOPSIS
xcursorgen [ -V ] [ --version ] [ -? ] [ --help ] [ -p dir ] [ --prefix dir ] [ config-file [ output-file ] ] DESCRIPTION
Xcursorgen reads the config-file to find the list of cursor images along with their hotspot and nominal size information. Xcursorgen con- verts all of the images to Xcursor format and writes them to the output-file. Each line in the config file is of the form: <size> <xhot> <yhot> <filename> <ms-delay> Multiple images with the same <size> are used to create animated cursors, the <ms-delay> value on each line indicates how long each image should be displayed before switching to the next. <ms-delay> can be elided for static cursors. If config-file is not specified, or is specified as "-", standard input is used for the configuration file. If output-file is not speci- fied, or is specified as "-", standard output is used for the output file. OPTIONS
-V, --version Display the version number and exit. -?, --help Display the usage message and exit. -p dir, --prefix dir Find cursor images in the directory specified by dir. If not specified, the current directory is used. SEE ALSO
Xcursor(3) X Version 11 xcursorgen 1.0.5 XCURSORGEN(1)

Check Out this Related Man Page

XCURSORGEN(1)						      General Commands Manual						     XCURSORGEN(1)

NAME
xcursorgen - create an X cursor file from a collection of PNG images SYNOPSIS
xcursorgen [ -V ] [ --version ] [ -? ] [ --help ] [ -p dir ] [ --prefix dir ] [ config-file [ output-file ] ] DESCRIPTION
Xcursorgen reads the config-file to find the list of cursor images along with their hotspot and nominal size information. Xcursorgen con- verts all of the images to Xcursor format and writes them to the output-file. Each line in the config file is of the form: <size> <xhot> <yhot> <filename> <ms-delay> Multiple images with the same <size> are used to create animated cursors, the <ms-delay> value on each line indicates how long each image should be displayed before switching to the next. <ms-delay> can be elided for static cursors. If config-file is not specified, or is specified as "-", standard input is used for the configuration file. If output-file is not speci- fied, or is specified as "-", standard output is used for the output file. OPTIONS
-V, --version Display the version number and exit. -?, --help Display the usage message and exit. -p dir, --prefix dir Find cursor images in the directory specified by dir. If not specified, the current directory is used. SEE ALSO
Xcursor(3) X Version 11 xcursorgen 1.0.3 XCURSORGEN(1)
Man Page

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Generating files of specific size

I've been working on getting a script to take size, dir name and file name variables from an input file and creating the same dir structure along with the file of specific size. An example of the input file: size/dirname/filename 2100/JAN_06/12345ABC.TCC 2354/FEB_06/24564XYZ.NOS... (2 Replies)
Discussion started by: nxd25
2 Replies

2. UNIX for Dummies Questions & Answers

How to Read a config file and Assign to Variable

I have removeConfig file, it contains the dir paths for removing. I need to read line by line and assign to variable. any idea? (1 Reply)
Discussion started by: redlotus72
1 Replies

3. Shell Programming and Scripting

How to create a dir with name "current date".

I need to create a dir in my script with its name as current date in the server. how can i do that please help. (2 Replies)
Discussion started by: abhishek27
2 Replies

4. Shell Programming and Scripting

Find which dir is big size in a directory

Hi all, Could you please tellme the commadn which sorts the list of directories in a parent dir by their size. Thanks. (2 Replies)
Discussion started by: firestar
2 Replies

5. Shell Programming and Scripting

File size and dir size

How to use 'df' only to get the 'Available' space for a specific dir, and then compare with a specific file size using stat -c %s file.txt to see if the file actually can be copied into the dir. Is there any quick way to see if a file can fit into a dir? (4 Replies)
Discussion started by: Emilywu
4 Replies

6. Shell Programming and Scripting

Find all images, append unique prefix to name and move to different directory

Hi, I have a directory with Multiple subdirectories and 1000s of pictures (jpg) in each directory. The problem is that each directory has a 001.jpg in them. I want to append a unique name (the directory_name)would be fine. and then move them to one main backup directory once they have been... (1 Reply)
Discussion started by: kmaq7621
1 Replies

7. Shell Programming and Scripting

resize images

Is there a script or extension that I can look into that will re-size an allotment of images to a given size?? Id like to take images of a certain size and resize them but Im dont remember an install option that can do it if installed in ubuntu but I, also unsure in what code I will have to learn.... (2 Replies)
Discussion started by: graphicsman
2 Replies