I’m trying to get an image drawn without interlacing. This is the image that I’m using (it’s black/transparent, displaying highly zoomed in here):
When it is drawn on top of a blue background I get the following result (this is a screenshot taken on the watch, displaying highly zoomed in here):
Despite setting evas_object_anti_alias_set(ad->myimage, false);
it seems to be rendered with anti-aliasing anyway. Is there a way around that?