Sets image attributes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(image_type), | intent(inout) | :: | image | Image type. | ||
| character(len=UUID_LEN), | intent(in), | optional | :: | id | Image id. | |
| character(len=*), | intent(in), | optional | :: | node_id | Node id. | |
| character(len=*), | intent(in), | optional | :: | sensor_id | Sensor id. | |
| character(len=*), | intent(in), | optional | :: | target_id | Target id. | |
| character(len=TIME_LEN), | intent(in), | optional | :: | timestamp | Image timestamp. | |
| character(len=*), | intent(in), | optional | :: | mime | Image format. | |
| integer, | intent(in), | optional | :: | width | Image width [px]. | |
| integer, | intent(in), | optional | :: | height | Image height [px]. | |
| integer(kind=i8), | intent(in), | optional | :: | size | Image size [byte]. |