diff --git a/image.go b/image.go index 82a2230ba..c71f74a28 100644 --- a/image.go +++ b/image.go @@ -578,7 +578,7 @@ func (i *Image) resolvePendingPixels(draw bool) { // Dispose disposes the image data. After disposing, most of image functions do nothing and returns meaningless values. // -// Dispose is useful to save memory. +// Calling Dispose is not mandatory thanks to GC, but Dispose is useful if you care memory usage. // // When the image is disposed, Dipose does nothing. //