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

class MyOpenCVResize {
native static method resize : void ($in_file : string, $out_file : string);
}