Hi,
SFML allows mirroring sprites by setting a negative scale. However, this does not appear to be reflected in the current implementation of the ImGui::Image sprite overload. Fixing this is trivial, assuming it is not by design:
ericfournier2@9a737eb