Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
394
func
(img *Image) Clear() {
395
if
img.VipsImage != nil {
396
C.unref_image(img.VipsImage)
397
img.VipsImage = nil
398
}
399
}
400
401
func
(img *Image) LineCache(lines int) error {
402
var
tmp *C.VipsImage
Callers
5
applyWatermark
Method · 0.80
processImageAndCheck
Method · 0.80
scaleOnLoad
Method · 0.80
ProcessImage
Method · 0.80
transformAnimated
Method · 0.80
Calls
no outgoing calls
Tested by
1
processImageAndCheck
Method · 0.64