image method

List<int> image()

Implementation

List<int> image(){
	return _image!;
}