By saving the images to the file system when you're creating them? The images aren't stored statically by EA, so you either need EA to generate them or have already saved them.
Technically, using EA's document generator would fulfill what you've asked for. Maybe you should clarify what you're actually trying to do.
So, to clarify, in generating a document, I only want to pull say, four specific diagrams and, ideally, the report generation will be run off of the root package to grab elements dispersed throughout the model.
If I use the document template editor GUI (that is, I don't use any custom queries), it will just grab every diagram it comes across and throw them in sequentially. But that's not what I'm looking for, I just want four diagrams and I want them placed in very specific spots.
Unfortunately, using a custom script may not be an option on this particular project (at least, that's what a couple of my supervisor's are saying; hopefully that isn't the case since I think I have a decent idea of how to do this off of Geert's response).
So basically, what I'm understanding for the replies is:
Without using outside scripting and being limited to selectors and SQL queries, it isn't possible to grab a specific subset of diagrams and place them in specific places automatically.