mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
* commit 1 (isPanorama: boolean) * working solution for projectiontypeenum * fix * format fix * fix * fix * fix * fix * enum projectiontype * working solution with exif * fix * reverted > * fix format * reverted auto-magic api.ts prettification * fix * reverted api.ts autogenerated * api ts regenerated * Update web/src/lib/components/assets/thumbnail/thumbnail.svelte Co-authored-by: Sergey Kondrikov <sergey.kondrikov@gmail.com> * Update web/src/lib/components/asset-viewer/asset-viewer.svelte Co-authored-by: Sergey Kondrikov <sergey.kondrikov@gmail.com> * exifProjectionType * Update server/src/microservices/processors/metadata-extraction.processor.ts Co-authored-by: Sergey Kondrikov <sergey.kondrikov@gmail.com> * projectionType?: string = ProjectionType.NONE; * not null * projectionType!: ProjectionType; * opeapi generator fix * fixes * fix * fix * generate api * asset.exifInifo?.projectionType * Update server/src/domain/asset/response-dto/exif-response.dto.ts Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> * Update server/src/microservices/processors/metadata-extraction.processor.ts Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> * enum -> varchar;projectiontypeenum->projectiontype * asset-viewer fixed prettiffier * @Column({}) single line * enum | string * make api * enum | string * enum | str fix * fix * chore: use string instead of enum * chore: open api * fix: checks --------- Co-authored-by: Sergey Kondrikov <sergey.kondrikov@gmail.com> Co-authored-by: Alex Tran <alex.tran1502@gmail.com> Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
36 lines
1.3 KiB
Markdown
Generated
36 lines
1.3 KiB
Markdown
Generated
# openapi.model.ExifResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**fileSizeInByte** | **int** | | [optional]
|
|
**make** | **String** | | [optional]
|
|
**model** | **String** | | [optional]
|
|
**exifImageWidth** | **num** | | [optional]
|
|
**exifImageHeight** | **num** | | [optional]
|
|
**orientation** | **String** | | [optional]
|
|
**dateTimeOriginal** | [**DateTime**](DateTime.md) | | [optional]
|
|
**modifyDate** | [**DateTime**](DateTime.md) | | [optional]
|
|
**timeZone** | **String** | | [optional]
|
|
**lensModel** | **String** | | [optional]
|
|
**fNumber** | **num** | | [optional]
|
|
**focalLength** | **num** | | [optional]
|
|
**iso** | **num** | | [optional]
|
|
**exposureTime** | **String** | | [optional]
|
|
**latitude** | **num** | | [optional]
|
|
**longitude** | **num** | | [optional]
|
|
**city** | **String** | | [optional]
|
|
**state** | **String** | | [optional]
|
|
**country** | **String** | | [optional]
|
|
**description** | **String** | | [optional]
|
|
**projectionType** | **String** | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|