# `GSDrawImageSlice initWithImage:`

*Initializer*

## Declaration

```swift
init(image: GSImage)
```

```objc
- (instancetype) initWithImage:(GSImage *) image;
```

```python
initWithImage_(image: GSImage) -> GSDrawImageSlice
```

