浏览代码

fix comment

disintegration 11 年之前
父节点
当前提交
9d7d6c5022
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      adjust.go

+ 1 - 0
adjust.go

@@ -93,6 +93,7 @@ func AdjustContrast(img image.Image, percentage float64) *image.NRGBA {
 // The percentage = 0 gives the original image.
 // The percentage <= -100 gives solid black image.
 // The percentage >= 100 gives solid white image.
+//
 // Examples:
 //
 //	dstImage = imaging.AdjustBrightness(srcImage, -15) // decrease image brightness by 15%