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

Method SetInt

vips/vips.go:531–533  ·  view source on GitHub ↗
(name string, value int)

Source from the content-addressed store, hash-verified

529}
530
531func (img *Image) SetInt(name string, value int) {
532 C.vips_image_set_int(img.VipsImage, cachedCString(name), C.int(value))
533}
534
535func (img *Image) SetIntSlice(name string, value []int) {
536 in := make([]C.int, len(value))

Callers 1

transformAnimatedMethod · 0.80

Calls 1

cachedCStringFunction · 0.85

Tested by

no test coverage detected