Create from URL
factory ImageInput.fromUrl(String url, {String? format}) => ImageInput(url: url, format: format);