Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ cRGB
Function
cRGB
vips/vips.go:222–228 ·
view source on GitHub ↗
(c color.RGB)
Source
from the content-addressed store, hash-verified
220
}
221
222
func
cRGB(c color.RGB) C.RGB {
223
return
C.RGB{
224
r: C.double(c.R),
225
g: C.double(c.G),
226
b: C.double(c.B),
227
}
228
}
229
230
func
(img *Image) Width() int {
231
return
int(img.VipsImage.Xsize)
Callers
2
Trim
Method · 0.85
Flatten
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected