This PR changes how kindle-send processes images that are added to an epub file. The app now relies on the Content-type header value to understand the media type. It uses that to name files more precisely and to convert images that are not well supported on e-readers such Kindle (e.g. .webp images)
Fixes #27
Fixes naming the output file if there is no article name
Description
This PR changes how
kindle-send
processes images that are added to an epub file. The app now relies on theContent-type
header value to understand the media type. It uses that to name files more precisely and to convert images that are not well supported on e-readers such Kindle (e.g..webp
images)