소스 검색

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