quantum5 / win2xcur

win2xcur is a tool that converts cursors from Windows format (*.cur, *.ani) to Xcursor format. It also contains x2wincur which does the opposite.
180 stars 11 forks source link

No way to specify output size for x2wincur? #12

Open llgdd opened 2 years ago

llgdd commented 2 years ago

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 way to specify the exact size I want to get?

image

sarah-phobia commented 9 months ago

same issue with needing a higher size than 32x32 for hidpi displays

quantum5 commented 9 months ago

Try 8e71037f5f90f3cea82a74fe516ee637dea113fa, there should be a new --scale option to which you can pass a real number as a multiplier.

llgdd commented 9 months ago

@quantum5 Thanks for addressing this! Will try it out. 🫡