Implement a way to overlay an allen annotation on a non-allen image.
Context
We want to do something like this example script for overlaying SVG allen annotations onto images except instead of an allen image to overlay the annotation we use one of our lab images. Furthermore, we should try to do this in python at first so we can focus on creating a python based library for the allen API. In the case we want to expand to a web version later, we can just use the example html.
Goal
Implement a way to overlay an allen annotation on a non-allen image.
Context
We want to do something like this example script for overlaying SVG allen annotations onto images except instead of an allen image to overlay the annotation we use one of our lab images. Furthermore, we should try to do this in python at first so we can focus on creating a python based library for the allen API. In the case we want to expand to a web version later, we can just use the example html.