dm_image_set Subroutine

public pure elemental subroutine dm_image_set(image, id, node_id, sensor_id, target_id, timestamp, mime, width, height, size)

Sets image attributes.

Arguments

Type IntentOptional 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].