mirror of
https://github.com/immich-app/immich.git
synced 2024-12-13 11:54:52 +02:00
ddd4ec2d9e
* feat(server/web): webp thumbnail size configurable * update api * add ui and fix test * lint * setting for jpeg size * feat: coerce to number * api * jpeg resolution --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
17 lines
448 B
Markdown
Generated
17 lines
448 B
Markdown
Generated
# openapi.model.SystemConfigThumbnailDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**jpegSize** | **int** | |
|
|
**webpSize** | **int** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|