MCPcopy
hub / github.com/gographics/imagick / main

Function main

examples/text_effects/main.go:27–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25var d_args = []float64{-0.02, 0.0, 0.0, 1.02, 0.0, 0.0, -0.5, 1.9}
26
27func main() {
28 textEffect1()
29 textEffect2()
30 textEffect3()
31 textEffect4()
32 textEffect5And6()
33 textEffect7()
34 textEffect8()
35}
36
37// Text effect 1 - shadow effect using MagickShadowImage
38// NOTE - if an image has a transparent background, adding a border of any colour other

Callers

nothing calls this directly

Calls 7

textEffect1Function · 0.85
textEffect2Function · 0.85
textEffect3Function · 0.85
textEffect4Function · 0.85
textEffect5And6Function · 0.85
textEffect7Function · 0.85
textEffect8Function · 0.85

Tested by

no test coverage detected