win2xcur
win2xcur copied to clipboard
win2xcur is a tool that converts cursors from Windows format (*.cur, *.ani) to Xcursor format. It also contains x2wincur which does the opposite.
Implement #16 ## Changes - feat: Using `--multiscale` to generate multiscale of cursor, and using `--multiscale-min` to set the min size. - fix: Fix the incorrent nominal in file meta...
I have been using the library for a while now and have found it to be incredibly useful. However, when using win2xcur, the library does not handle bigger cursors gracefully....
I’m trying to convert some X11 cursors to Windows ones, but x2wincur gives me cursors bigger than what I’m expecting—I need standard-sized 24x24 cursors, not 32x32 ones. Is there a...
A windows cursor theme is configed using install.inf. Will you add the function to use this file to convert the whole theme for x11?
Hi, I am using NixOS and want to use `win2xcur`. The installation step with `pip` is not a very nix-way of installing things, so a nix flake build support will...
- support build, install and dev env with nix Closes #20
Hi, I want to setup a development environment for `win2xcur` via `nix`. Commonly it should be using `nix develop` over the `win2xcur` nix package, however I would like to enable...
  I can't seem to get it to work, due to the pathnames being Windows format. I even tried using the syntax it gave me: x2wincur D:\cursors\cursors\* -o D:\cursors\cursors\windows
Make `--scale` argument support input of multiple scales. + `--scale 0.25` resize the cursor to 1/4 of its original size. + `--scale "[0.125,0.25,0.5]"` resize the cursor to multiple scales and...
I discovered that the `--scale` command line parameter doesn't work properly when using win2xcur. I have fixed this issue. While I'm not an expert in this field, the code I'm...