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

Method Clear

vips/vips.go:394–399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

392}
393
394func (img *Image) Clear() {
395 if img.VipsImage != nil {
396 C.unref_image(img.VipsImage)
397 img.VipsImage = nil
398 }
399}
400
401func (img *Image) LineCache(lines int) error {
402 var tmp *C.VipsImage

Callers 5

applyWatermarkMethod · 0.80
processImageAndCheckMethod · 0.80
scaleOnLoadMethod · 0.80
ProcessImageMethod · 0.80
transformAnimatedMethod · 0.80

Calls

no outgoing calls

Tested by 1

processImageAndCheckMethod · 0.64