...
Input the graph string, this will be applied to the image. For instance for this procedure it is drop shadow depending on the image size grow-radius needs to change:
Code Block |
---|
# 256 looks a bit better with 4? - but needs further testing dropshadow time=0 x=0 y=0 radius=2 grow-shape=circle grow-radius=4 color=#000000 opacity=1.5 # 128 x 128 upscaled seems to suit 6 dropshadow time=0 x=0 y=0 radius=2 grow-shape=circle grow-radius=6 color=#000000 opacity=1.5 # Many seem to fit 8 as a default dropshadow time=0 x=0 y=0 radius=2 grow-shape=circle grow-radius=8 color=#000000 opacity=1.5 |
...