logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

X Cursor Generate - Create Cursors from PNGs | Online Free DevTools by Hexmos

Generate X cursor files from PNG collections with xcursorgen. Customize cursor appearance and create visually appealing mouse pointers. Free online tool, no registration required.

xcursorgen

Create an X cursor file from a collection of PNGs. If --prefix is omitted, the image files must be located in the current working directory. More information: https://manned.org/xcursorgen.

  • Create an X cursor file using a configuration file:

xcursorgen {{path/to/config.cursor}} {{path/to/output_file}}

  • Create an X cursor file using a configuration file and specify the path to the image files:

xcursorgen --prefix {{path/to/image_directory}}/ {{path/to/config.cursor}} {{path/to/output_file}}

  • Create an X cursor file using a configuration file and write the output to stdout:

xcursorgen {{path/to/config.cursor}}

See Also