🇬🇧

Õpetused

Arendamise ja muude tegevuste õpetused.


Kuidas teisendada ikoone kursoriteks (ja vastupidi)

Icon to cursor

  1. Replace the file extension. For example, if the filename is example.ico, rename it to example.cur
  2. Open the file in a hex editor, such as HxD
  3. Select the value at offset 0x2, change the value from "1" to "2"
  4. Save the file

Cursor to icon

  1. Replace the file extension. For example, if the filename is example.cur, rename it to example.ico
  2. Open the file in a hex editor, such as HxD
  3. Select the value at offset 0x2, change the value from "2" to "1"
  4. Save the file


Video