restorable: Fix comments

This commit is contained in:
Hajime Hoshi 2019-07-15 03:24:18 +09:00
parent 66b00c6f87
commit 701c4eeb7c

View File

@ -143,7 +143,7 @@ func NewImage(width, height int) *Image {
return i return i
} }
// NewImage creates a new image and copies the pixels of the given source image. // NewImageFromImage creates a new image and copies the pixels of the given source image.
// //
// The given size (width and height) doesn't have to match with the source image's size. // The given size (width and height) doesn't have to match with the source image's size.
// The image is copied at the left-upper corner of the new image. // The image is copied at the left-upper corner of the new image.