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

Method SetDouble

vips/vips.go:543–545  ·  view source on GitHub ↗
(name string, value float64)

Source from the content-addressed store, hash-verified

541}
542
543func (img *Image) SetDouble(name string, value float64) {
544 C.vips_image_set_double(img.VipsImage, cachedCString(name), C.double(value))
545}
546
547func (img *Image) SetBlob(name string, value []byte) {
548 defer runtime.KeepAlive(value)

Callers 1

RunMethod · 0.80

Calls 1

cachedCStringFunction · 0.85

Tested by

no test coverage detected