1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-12 11:45:38 +02:00
immich/mobile/openapi/doc/SystemConfigThumbnailDto.md
Alex ddd4ec2d9e
feat(web/server): webp thumbnail size configurable (#3598)
* 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>
2023-08-08 09:39:51 -05:00

448 B
Generated

openapi.model.SystemConfigThumbnailDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
jpegSize int
webpSize int

[Back to Model list] [Back to API list] [Back to README]