img_src 0.3.2

Rust SDK for img-src image processing and delivery API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ImageMetadata

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**hash** | **String** | Full SHA256 hash | 
**original_filename** | **String** | Original filename as uploaded | 
**size** | **i32** | File size in bytes | 
**uploaded_at** | **String** | Upload timestamp | 
**mime_type** | **String** | MIME type | 
**width** | Option<**i32**> | Image width in pixels | [optional]
**height** | Option<**i32**> | Image height in pixels | [optional]
**dominant_color** | Option<**String**> | Dominant color as 6-digit hex (without #) | [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)