#229 Resize cover Images if requested

This commit is contained in:
2024-08-26 19:34:29 +02:00
parent 3c3f7bb95a
commit e95eb0497c
4 changed files with 54 additions and 34 deletions

View File

@ -186,12 +186,16 @@ Returns the URL for the Cover of the specified Manga.
* [GET /v2/Manga](#-v2manga)
* [GET /v2/Connector/*ConnectorName*/GetManga](#-v2connectorconnectornamegetmanga)
* [GET /v2/Job/*jobId*](#-v2jobjobid)
Optional: `dimensions=<width>x<height>` replace width and height with requested dimensions in pixels.
Fitting will cover requested area.
</details>
<details>
<summary>Returns</summary>
String with the url.
If `dimensions=x` was not requested, returns full sized image.
| StatusCode | Meaning |
|------------|--------------------------------------------|