Counting Image Occurence

Is there any exising functions/handlers that can return me the total number of occurence of a particular image?

Yes!

Please use the everyImageLocation() function which will return a list of all locations that it finds. You can then just get the “number of items of” that list.


put number of items of everyimagelocation("myImageName")