If you already have an image on a server and have the URL, click on the raw html button and use the basic html image code. To ensure continued accessibility, add an alternate label ("alt") with a text description of each image.
Example Image HTML code:
<img src="http://imageurl" alt="image of a book" width="100%">