瀏覽代碼

Update README.md

disintegration 13 年之前
父節點
當前提交
d76bc08507
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -4,7 +4,7 @@ Package imaging provides basic image manipulation functions
 (resize, rotate, crop, etc.) as well as simplified image loading and saving.
 This package is based on the standard Go image package. All the image 
 manipulation functions provided by the package return a new image of 
-`*image.NRGBA` type. 
+`*image.NRGBA` type (32 bit RGBA colors, not premultiplied by alpha). 
 
 ###Recent changes