소스 검색

Update README.md

disintegration 12 년 전
부모
커밋
e11da1557e
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      README.md

+ 0 - 9
README.md

@@ -7,15 +7,6 @@ manipulation functions provided by the package take any image type that
 implements `image.Image` interface, and return a new image of 
 `*image.NRGBA` type (32 bit RGBA colors, not premultiplied by alpha). 
 
-###Recent changes
-
-- Resize, Fit and Thumbnail now take 4th argument - resample filter. 
-Supported filters: NearestNeighbor, Box, Linear, Hermite, MitchellNetravali,
-CatmullRom, BSpline, Gaussian, Lanczos, Hann, Hamming, Blackman, Bartlett, Welch, Cosine.
-- New function: Overlay. This function can be used to draw one (partially 
-transparent) image over another, to blend two images, etc.
-
-
 ###Installation
 
     go get github.com/disintegration/imaging