فهرست منبع

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