The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

[%- DEFAULT outfile = file -%]
[%-
USE bio = BioChrome("${image_src}/$file");
IF color;
bio.colors(color);
END;
IF alpha;
bio.alphas(alpha);
END;
bio.write_file("${image_dest}/$outfile");
-%]
<img src="[% images %]/[% outfile %]">