How to embed a large number of AVIF images in a single post for online book reading?

There are comic file format online reader available, which load files on demand:
GitHub - codedread/kthoom: Comic Book Reader in the Browser for example supports alwaysOptimizedForStreaming=true which tells kthoom to render pages immediately as they are de-compressed and can load from URLs with range requests.

Would that also work if one wants to restrict access to books by user groups or for logged-in users only?

1 Like