ImageParser

Parses an image–based Publication from an unstructured archive format containing bitmap files, such as CBZ or a simple ZIP.

It can also work for a standalone bitmap file.

Constructors

Link copied to clipboard
constructor(assetRetriever: AssetRetriever)

Functions

Link copied to clipboard
open suspend override fun parse(asset: Asset, warnings: WarningLogger?): Try<Publication.Builder, PublicationParser.ParseError>

Constructs a Publication.Builder to build a Publication from a publication asset.