Closed howdy-im-david closed 1 year ago
Additionally, I see an open PR https://github.com/gotson/komga/pull/1031 that may alleviate the problem, but looks like there's been no movement on it for almost 8mo.
Thumbnails are precomputed and stored. Increasing the size will increase the storage space and the data transfer size.
Duplicate of #861
I know this just got closed, but I would really like this ability too. Even if buried in a config file. I’d be fine with the increased size.
I know this just got closed, but I would really like this ability too. Even if buried in a config file. I’d be fine with the increased size.
Follow #861 it's the same thing
Viewing comic covers in OPDS clients right now on high-resolution screens (i.e., iPad), is not a great experience as they're very blurry. Viewing the XML feed
<link type="image/jpeg" rel="http://opds-spec.org/image/thumbnail" href="/opds/v1.2/books/{bookId}/thumbnail/small"/>
the image size is 196x300 which is way too small.
There's 2 links, 1 for the small thumbnail, and 1 for the full size thumbnail.
If your opds client displays the small one in full screen, it's a client issue.
@howdy-im-david I've updated the PR. You can build it yourself.
Describe your suggested feature
Viewing comic covers in OPDS clients right now on high-resolution screens (i.e., iPad), is not a great experience as they're very blurry. Viewing the XML feed
<link type="image/jpeg" rel="http://opds-spec.org/image/thumbnail" href="/opds/v1.2/books/{bookId}/thumbnail/small"/>
the image size is 196x300 which is way too small.
I would like to be able to define the thumbnail resize from based on % (100%-Original page size to whatever % size they're being resized to now.) This will allow the server owner to set a quality size appropriate for their environment and/or needs.
Other details
No response
Acknowledgements