1
0
disintegration 11 жил өмнө
parent
commit
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%