Returns path of image file from image id, MIME type, and base path:
<base>/<id>.<suffix>
. On error, the returned string is allocated
but empty.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(image_type), | intent(in) | :: | image |
Image type. |
||
character(len=*), | intent(in), | optional | :: | base |
Image base path. |
Image path.