cursorgen

cursorgen is a fork of win2xcur that aims to preserve the image quality of the cursor.


Keywords
cur, ani, x11, windows, win32, cursor, xcursor
Licenses
GPL-3.0/GPL-3.0+
Install
pip install cursorgen==0.1.2

Documentation

cursorgen

cursorgen is a fork of win2xcur that aims to preserve the image quality of the cursor by converting cursror frames to Bitmap format in order to preserve the original palette colors and shadows. It also rewrites some functionality of win2xcur from wand to Pillow in order to not rely on imagemagick and simplicity of it.

Installation

To install the latest stable version:

pip install cursorgen

Usage: cursorgen

For example, if you want to convert the sample cursor to Linux format:

mkdir output/
cursorgen sample/crosshair.cur -o output/

For more information, run cursorgen --help.