Package gift provides a set of useful image processing filters with no external dependencies outside of the Go standard library. SUPPORTED FILTERS: Transformations - Crop(rect image.Rectangle) - CropToSize(width, height int, anchor Anchor) - FlipHorizontal() - FlipVertical() - Resize(width, height int, resampling Resampling) - ResizeToFill(width, height int, resampling Resampling, anchor Anchor) - ResizeToFit(width, height int, resampling Resampling) - Rotate(angle float32, backgroundColor color.Color, interpolation Interpolation) - Rotate180() - Rotate270() - Rotate90() - Transpose() - Transverse() Adjustments & effects - Brightness(percentage float32) - ColorBalance(percentageRed, percentageGreen, percentageBlue float32) - ColorFunc(fn func(r0, g0, b0, a0 float32) (r, g, b, a float32)) - Colorize(hue, saturation, percentage float32) - ColorspaceLinearToSRGB() - ColorspaceSRGBToLinear() - Contrast(percentage float32) - Convolution(kernel []float32, normalize, alpha, abs bool, delta float32) - Gamma(gamma float32) - GaussianBlur(sigma float32) - Grayscale() - Hue(shift float32) - Invert() - Maximum(ksize int, disk bool) - Mean(ksize int, disk bool) - Median(ksize int, disk bool) - Minimum(ksize int, disk bool) - Pixelate(size int) - Saturation(percentage float32) - Sepia(percentage float32) - Sigmoid(midpoint, factor float32) - Sobel() - Threshold(percentage float32) - UnsharpMask(sigma, amount, threshold float32)
53 lines
3.2 KiB
Text
53 lines
3.2 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2020/06/29 12:40:53 nikita Exp $
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/disintegration/gift.a
|
|
gopkg/src/github.com/disintegration/gift/LICENSE
|
|
gopkg/src/github.com/disintegration/gift/README.md
|
|
gopkg/src/github.com/disintegration/gift/colors.go
|
|
gopkg/src/github.com/disintegration/gift/colors_test.go
|
|
gopkg/src/github.com/disintegration/gift/convolution.go
|
|
gopkg/src/github.com/disintegration/gift/convolution_test.go
|
|
gopkg/src/github.com/disintegration/gift/effects.go
|
|
gopkg/src/github.com/disintegration/gift/effects_test.go
|
|
gopkg/src/github.com/disintegration/gift/gift.go
|
|
gopkg/src/github.com/disintegration/gift/gift_test.go
|
|
gopkg/src/github.com/disintegration/gift/go.mod
|
|
gopkg/src/github.com/disintegration/gift/pixels.go
|
|
gopkg/src/github.com/disintegration/gift/pixels_test.go
|
|
gopkg/src/github.com/disintegration/gift/rank.go
|
|
gopkg/src/github.com/disintegration/gift/rank_test.go
|
|
gopkg/src/github.com/disintegration/gift/resize.go
|
|
gopkg/src/github.com/disintegration/gift/resize_test.go
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_brightness_decrease.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_brightness_increase.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_color_balance.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_color_func.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_colorize.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_contrast_decrease.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_contrast_increase.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_convolution_emboss.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_crop_to_size.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_gamma_0.5.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_gamma_1.5.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_gaussian_blur.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_grayscale.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_hue_rotate.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_invert.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_maximum.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_mean.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_median.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_minimum.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_pixelate.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_resize.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_rotate_180.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_rotate_30.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_saturation_decrease.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_saturation_increase.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_sepia.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_sigmoid.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/dst_unsharp_mask.png
|
|
gopkg/src/github.com/disintegration/gift/testdata/src.jpg
|
|
gopkg/src/github.com/disintegration/gift/testdata/src.png
|
|
gopkg/src/github.com/disintegration/gift/transform.go
|
|
gopkg/src/github.com/disintegration/gift/transform_test.go
|
|
gopkg/src/github.com/disintegration/gift/utils.go
|
|
gopkg/src/github.com/disintegration/gift/utils_test.go
|