2021-04-11 16:00:51 +01:00
|
|
|
# xcursorgen
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
> Create an X cursor file from a collection of PNGs.
|
2021-04-11 16:00:51 +01:00
|
|
|
> If `--prefix` is omitted, the image files must be located in the current working directory.
|
2021-10-03 23:31:41 +01:00
|
|
|
> More information: <https://manned.org/xcursorgen>.
|
2021-04-11 16:00:51 +01:00
|
|
|
|
2024-01-25 05:29:16 +00:00
|
|
|
- Create an X cursor file using a configuration file:
|
2021-04-11 16:00:51 +01:00
|
|
|
|
|
|
|
`xcursorgen {{path/to/config.cursor}} {{path/to/output_file}}`
|
|
|
|
|
2024-01-25 05:29:16 +00:00
|
|
|
- Create an X cursor file using a configuration file and specify the path to the image files:
|
2021-04-11 16:00:51 +01:00
|
|
|
|
|
|
|
`xcursorgen --prefix {{path/to/image_directory/}} {{path/to/config.cursor}} {{path/to/output_file}}`
|
|
|
|
|
2024-01-25 05:29:16 +00:00
|
|
|
- Create an X cursor file using a configuration file and write the output to `stdout`:
|
2021-04-11 16:00:51 +01:00
|
|
|
|
|
|
|
`xcursorgen {{path/to/config.cursor}}`
|