Mistaking one image for another

I have an image captured called snmpc1user. It will not locate the image as it reads the 1 as an l. How can I get past this issue?

Are you trying to access the image using this:
click(Image:“snmpc1user”)
or this:
click(Text:“snmpc1user”) ?
If you are referencing it as text (second example), switch your code to match the first example. Otherwise, change the image search type from Smooth to Precise.
http://docs.testplant.com/ePF/using/epf-image-viewer.htm

Nostrovia69: We recommend that you submit this question to Eggplant Support at support@eggplant.io. Please send us the code you are using to search for the image, and also use the Control>Capture screen to capture an image of your SUT in a file. Send us both of these items and we will respond with suggestions.