Hello, the world!
I'm struggling to export "anchored" images to a Fixed-Layout EPUB through
ePUBCrawler.
It seems to me that the
config.ini should solve it, but...
Code:
#
# Setting this to 0 will make ePubCrawler attempt to use any linked JPEG files as-is instead
# of exporting their visible areas from the various InDesign frames. imageHandling = 0 will
# generate less linked files when a single image is placed multiple times in an InDesign doc.
#
# Setting this to 1 will make ePubCrawler export frame-by-frame to JPEG (possibly more than one
# export per frame if an image spans multiple pages).
#
# Setting this to 2 will make ePubCrawler export whole pages to JPEG after removing the text,
# so there is one big JPEG per page. This can be helpful when trying to convert image effects
# from InDesign to EPUB.
#
# Setting this to 3 will make ePubCrawler do both frame-by-frame and whole pages
#
# Setting this to 4 will make ePubCrawler export whole pages to JPEG without removing the text,
# again with one big JPEG per page. You can use context.IMAGE_HANDLING in formulas to refer to
# this value (e.g. see IMAGE_FRAME_VISIBLE_CSS and TEXT_FRAME_VISIBLE in formulas.jsx)
#
imageHandling = 2