Close removes resources associated with an initialized ImageSource, if any.
()
| 249 | Reference() ImageReference |
| 250 | // Close removes resources associated with an initialized ImageSource, if any. |
| 251 | Close() error |
| 252 | // GetManifest returns the image's manifest along with its MIME type (which may be empty when it can't be determined but the manifest is available). |
| 253 | // It may use a remote (= slow) service. |
| 254 | // If instanceDigest is not nil, it contains a digest of the specific manifest instance to retrieve (when the primary manifest is a manifest list); |
no outgoing calls