Cursor - Set Size

This operation allows resizing of static or animated mouse cursors. Windows in standard resolution only allows 32x32 pixels cursors. While designing custom cursors or importing cursors from Linux format, it is sometimes beneficial to use larger than the standard size. This operation can be used before releasing the cursor to make its size standard.

speech bubble iconRecent comments

Show older posts
user iconAnonymous on June 10th 2021 0

BRUH

user iconkazxohaa on September 14th 2021 0

😞

user iconLewisTehKat28 on September 21st 2021 0

is there anyway to make it bigger like 64x64 on windows 10?

user iconAnonymous on January 13th 2022 0

Outdated information, just set the registry entry HKCU:\Control Panel\Cursors\CursorBaseSize to anything above 32 and call SystemParametersInfo in user32.dll to refresh (or restart). I've written a power shell script that lets me
change cursor scheme and size with 2 clicks...

Would love if tools like this would be more flexible at cursor size too...
1. Don't assume cursor having aspect ratio 1:1
2. Don't limit size to 256, 512 or anything rather the technical limit (2^8 for .cur, 2^32 for .ani)

user iconVlasta on January 14th 2022 0

Although the default options only allow you to change the size to 32 and 48 pixels, the most commonly used sizes these days, you can actually change to another format by just typing the number in the first field. If you dont want a square, type both numbers like "24x40". I would not use sizes above 255, because there is just 1 byte in the .cur and .ani files that specifies dimension, so the file would be invalid.

user iconAnonymous on January 17th 2022 0

m

jnmnjnjjn

user iconAnonymous on January 10th 2023 0

HOW THOUGH

user iconAnonymous on October 24th 2023 0

64 x 64

user iconAnonymous on November 20th 2024 0

SOLUTION: TO CHANGE THE CURSOR SIZE, CREATE A NEW FILE AND ON THE RIGHT OF THE SCREEN THERE IS AN OPTION: "CANVAS SIZE". DOUBLE CLICK ON THE DROPDOWN MENU AND TYPE IN THE SIZE YOU WANT LIKE THIS: 64x64 FOR A CANVAS WITH 64 BY 64 PIXELS! 😁

user iconRIDDLER on January 10th 0

How do I resize animated cursors without losing quality?

user icon