Hello, noob here. Not sure if this is the right place to ask.
But in mobi, image embeds has an attribute recindex which allows you to easily get the href of the image file from content.opf.
How is that done in the azw format?
When unpacking those files, image embeds look something like this (epub converted to azw3 using calibre).
Code:
<p class="c5" aid="N"><a href="kindle:pos:fid:002A:off:0000000000" title="linked image" aid="O"><img alt="Decorative graphic" title="Decorative graphic" src="kindle:embed:003V?mime=image/jpeg" class="calibre4"/></a></p>
I don't understand any of this.