mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 22:47:52 +02:00
Downloaded Image processing:
- Compression - B/W threshold
This commit is contained in:
@ -728,6 +728,67 @@ Enables/Disables April-Fools-Mode.
|
||||
| 500 | Parsing Error |
|
||||
</details>
|
||||
|
||||
### <sub></sub> `/v2/Settings/CompressImages`
|
||||
|
||||
Returns the current state of the Image-compression setting.
|
||||
|
||||
<details>
|
||||
<summary>Returns</summary>
|
||||
|
||||
Boolean
|
||||
</details>
|
||||
|
||||
### <sub></sub> `/v2/Settings/CompressImages`
|
||||
|
||||
Enables/Disables Imagecompression.
|
||||
|
||||
<details>
|
||||
<summary>Request</summary>
|
||||
|
||||
| Parameter | Value |
|
||||
|-----------|------------|
|
||||
| value | true/false |
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Returns</summary>
|
||||
|
||||
| StatusCode | Meaning |
|
||||
|------------|--------------------------------|
|
||||
| 500 | Parsing Error |
|
||||
</details>
|
||||
|
||||
### <sub></sub> `/v2/Settings/BWImages`
|
||||
|
||||
Returns the current state of the Black/White Image setting.
|
||||
|
||||
<details>
|
||||
<summary>Returns</summary>
|
||||
|
||||
Boolean
|
||||
</details>
|
||||
|
||||
### <sub></sub> `/v2/Settings/BWImages`
|
||||
|
||||
Enables/Disables converting Images to Black and White.
|
||||
|
||||
<details>
|
||||
<summary>Request</summary>
|
||||
|
||||
| Parameter | Value |
|
||||
|-----------|------------|
|
||||
| value | true/false |
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Returns</summary>
|
||||
|
||||
| StatusCode | Meaning |
|
||||
|------------|--------------------------------|
|
||||
| 500 | Parsing Error |
|
||||
</details>
|
||||
|
||||
|
||||
### <sub></sub> `/v2/Settings/DownloadLocation`
|
||||
|
||||
Updates the default Download-Location.
|
||||
|
@ -121,6 +121,8 @@
|
||||
"bufferNotifications": boolean,
|
||||
"version": number,
|
||||
"aprilFoolsMode": boolean,
|
||||
"compressImages": boolean,
|
||||
"bwImages": boolean,
|
||||
"requestLimits": {
|
||||
"MangaInfo": number,
|
||||
"MangaDexFeed": number,
|
||||
|
Reference in New Issue
Block a user