MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / CopyMemory

Method CopyMemory

vips/vips.go:836–843  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

834}
835
836func (img *Image) CopyMemory() error {
837 var tmp *C.VipsImage
838 if tmp = C.vips_image_copy_memory(img.VipsImage); tmp == nil {
839 return Error()
840 }
841 img.swapAndUnref(tmp)
842 return nil
843}
844
845func (img *Image) Replicate(width, height int, centered bool) error {
846 var tmp *C.VipsImage

Callers 8

TrimMethod · 0.95
prepareWatermarkMethod · 0.80
trimMethod · 0.80
cropImageFunction · 0.80
rotateAndFlipMethod · 0.80
saveImageToFitBytesFunction · 0.80
applyFiltersMethod · 0.80
transformAnimatedMethod · 0.80

Calls 2

swapAndUnrefMethod · 0.95
ErrorFunction · 0.70

Tested by

no test coverage detected