ID:2353331
![]() Mar 14 2018, 1:06 pm
|
|||||||
Resolved
| |||||||
When an icon contains multiple copies of the same image, Dream Seeker should save memory by only keeping one of those copies.
|
![]() Mar 14 2018, 1:07 pm
|
|
Lummox JR resolved issue with message:
|
What happens when it's the same image but positioned different? Like this: http://prntscr.com/is9m38
|
NSBR wrote:
What happens when it's the same image but positioned different? Like this: http://prntscr.com/is9m38 Dream Seeker doesn't count that as a match. There's really no way it could. Icons don't have any kind of inherent "position" property to them. And even if they did, the logic to tell they were alike but shifted would be way more time-consuming and complex. As it is, to save time when making the comparisons I had to add a new hash routine to the code to make sure that could be done as fast as possible. |