# `GSImage initWithURL:`

*Initializer*

Inits with a NSURL

## Declaration

```swift
init!(url URL: URL!)
```

```objc
- (instancetype) initWithURL:(NSURL *) URL;
```

```python
initWithURL_(URL: NSURL) -> GSImage
```

## Parameters

- `URL` — The URL

