Edison Hua

Results 62 comments of Edison Hua

Just a little update: This needs some more investigation. In general, an *.ico file contains about 9 resolutions. These are mostly encoded as a bitmap and stored sequentially. So something...

I am thinking that index = 1 ; first page index = 2 ; second page index = 3 ; third page index = 0 ; All pages index =...

index = 0 ; All pages will be very hard to implement.

Benefits: Might be easier as a "carrier" object. Cons: Not useful for the average AutoHotkey programmer. Current carriers: * dc (Using pARGB) * pBitmap (Using ARGB, but could this use...

If you use `ImageEqual(image1, image2)` you can test to see if the two images are equal. (Yes / No) Are you asking for a number such as 0% ... 50%...

The two images would have the same width and height or different? Same width and height is easier. On Mon, Feb 20, 2023 at 23:44 软件工程师李飛 ***@***.***> wrote: > 是的。图片相似度。...

![1-1](https://user-images.githubusercontent.com/9779668/178174259-ae42cd04-3765-4591-b79d-23e1f87a6f0e.png) ![1-2](https://user-images.githubusercontent.com/9779668/178174260-5d05f95a-4816-48ad-9691-a975bcb7a522.png) ![1-3](https://user-images.githubusercontent.com/9779668/178174255-9ce918ca-25f6-422b-b970-309c4a1057c6.png) ![1-4](https://user-images.githubusercontent.com/9779668/178174258-c653d48b-e72a-4b8b-9d8b-5b63d78bd6c2.png) Your .ico file contains 4 different versions of the same image - 16x16, 24x24, 32x32, and 48x48. From https://www.autohotkey.com/docs/commands/Menu.htm#Icon > Slight distortion may occur when loading...

Looks like different interpolation by windows to me: ![2022-07-11 00꞉33꞉19](https://user-images.githubusercontent.com/9779668/178189159-a1c802ff-d125-418e-933a-01d9536dc265.png) The first cat is your 16x16 icon, and the third cat the 24x24 icon. As you can see, what is...

Another picture: ![2022-07-11 00꞉45꞉28](https://user-images.githubusercontent.com/9779668/178190571-1cd6cd45-7e42-4873-8e0e-0355fff90c8f.png) top cat is 16x16 bottom cat is 24x24 None of the tray icon cats are identical to source