I assume you mean in an automated manner. If so, the only way I can think of would be by a custom plugin.
If you had to do it manually, you could run Reports and look at the Images report and grab a quick list of links by saving the report as csv and working it into xhtml with a text editor.
You might be able to generate a list of img src attribute values using Find and Replace and copy and paste the selected text into a separate document.
Or just copy the opf manifest and strip out everything but the images you want and edit it to create the loi.xhtml.
There might also be a way to trick the Index tool into creating a set of src urls for images as well.
People may have other ideas.
Creating a plugin to do that would be very straight forward if you are familiar with plugin programming in python via the plugin interface. So perhaps someone has created one already.
|