The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112 [%- 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 %]">
[%- DEFAULT outfile = file -%]
[%-
USE bio = BioChrome("${image_src}/$file");
IF color;
bio.colors(color);
END;
IF alpha;
bio.alphas(alpha);
bio.write_file("${image_dest}/$outfile");
-%]
<img src="[% images %]/[% outfile %]">