RamonUnch / AltSnap

Maintained continuation of Stefan Sundin's AltDrag
GNU General Public License v3.0
2.21k stars 74 forks source link

add 128 x 128 png/bmp of icon #557

Open donaldguy opened 1 month ago

donaldguy commented 1 month ago

For no particularly clear reason I just spent several hours adapting the 32x32 px bitmap from https://raw.githubusercontent.com/RamonUnch/AltSnap/main/media/icon.ico into a smoother 128 x 128px version, as:

  1. Added back the 2 pixels missing for ~no reason (possibly from original downscale of uncommitted file?); then de-cropping to 33 x 33 and finishing the bottom and right arrow tips:

    step1 -> step2

  2. moving up to 35x35 and making some separation between the two element

    step3
  3. I then looked at some automatic upscale approaches to 128x128 (see alt text) all of which were probably sufficient

    nearest neighbor    bicubic    HQX and light hand editing

  4. Then I accidentally spent like another 3 hours doing a hand edit starting from the nearest neighbor version (As though I were making sprites / pixel art; there were probs faster ways):

    step 4