mirror of
https://github.com/immich-app/immich.git
synced 2025-01-06 03:46:47 +01:00
8edc2fb46f
* rename thumbnail config update target paths, fix tests rename to image settings replace legacy enum better typing update sql update api remove config option fix * update docs * update other thumbnail configs in migration * keep legacy enum for now * fix jumbled job names * fix jumbled job names in tests * rename thumbhash job * rename dto * fix tests * preserve order * remove unused import * keep old fields in dto, marked deprecated * update sql --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
20 lines
657 B
Markdown
Generated
20 lines
657 B
Markdown
Generated
# openapi.model.SystemConfigImageDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**colorspace** | [**Colorspace**](Colorspace.md) | |
|
|
**previewFormat** | [**ImageFormat**](ImageFormat.md) | |
|
|
**previewSize** | **int** | |
|
|
**quality** | **int** | |
|
|
**thumbnailFormat** | [**ImageFormat**](ImageFormat.md) | |
|
|
**thumbnailSize** | **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)
|
|
|
|
|