The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

scale2x - Scale an image using the Scale2x algorithm

SYNOPSIS

    % scale2x [-x scale] file.png > file2.png

DESCRIPTION

This utility allows you to scale an image using the Scale2x algorithm. It takes in an image of any format that GD understands and outputs a png. You can specify an integer value by which your image should be scaled (default: 2). Example:

    # scale4x
    % scale2x -x 4 file.png > file4x.png