try this:
convert source.png -fill red -draw "color 12,12 point" destinination.png
12,12 are the coordinates for the dot.
If you are using linux replace the " with '
I've done a short test, and with an jpg output file, the dot where not good seen.
With output format png it looks great.