Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Ability to set larger size for OPDS Thumbnails #1215

Closed
4 tasks done
howdy-im-david opened this issue Sep 8, 2023 · 6 comments
Closed
4 tasks done
Labels

Comments

@howdy-im-david
Copy link

howdy-im-david commented Sep 8, 2023

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

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I have updated the app to the latest version.
  • I will fill out all of the requested information in this form.
@howdy-im-david howdy-im-david changed the title Ability to set larger size for OPDS Thumbnails [Feature Request] Ability to set larger size for OPDS Thumbnails Sep 8, 2023
@howdy-im-david
Copy link
Author

howdy-im-david commented Sep 8, 2023

Additionally, I see an open PR #1031 that may alleviate the problem, but looks like there's been no movement on it for almost 8mo.

@gotson
Copy link
Owner

gotson commented Sep 9, 2023

Thumbnails are precomputed and stored. Increasing the size will increase the storage space and the data transfer size.

Duplicate of #861

@gotson gotson closed this as not planned Won't fix, can't repro, duplicate, stale Sep 9, 2023
@RickSWilliams
Copy link

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.

@gotson
Copy link
Owner

gotson commented Sep 10, 2023

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

@gotson
Copy link
Owner

gotson commented Sep 10, 2023

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.

https://specs.opds.io/opds-1.2#522-artwork-relations

@TheHardew
Copy link

@howdy-im-david I've updated the PR. You can build it yourself.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants