win2xcur icon indicating copy to clipboard operation
win2xcur copied to clipboard

No way to specify output size for x2wincur?

Open llgdd opened this issue 2 years ago • 3 comments

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

llgdd avatar Aug 22 '22 15:08 llgdd

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

sarah-phobia avatar Jan 12 '24 07:01 sarah-phobia

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

quantum5 avatar Jan 13 '24 12:01 quantum5

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

llgdd avatar Jan 13 '24 12:01 llgdd