when using roundcorners setting on simple filters plugin - possible have background color set transparent (as opposed white)? if so, how?
for reference, present looks this:
<preset name="roundedthumb" settings="s.roundcorners=100;mode=crop;width=100;height=100" />
answering own question here...
the source image testing on in jpeg format (which doesn't support transparency).
the solution force output format png (which supports transparencies natively).
my new present looks this:
<preset name="roundedthumb" settings="s.roundcorners=100;mode=crop;width=100;height=100;format=png" />
Comments
Post a Comment