The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

textmode2png - Convert text mode files to png

SYNOPSIS

    % textmode2png [OPTIONS] file.ext [file2.ext, ...]
    
    Available options:
    -o, --output            output filename (- for STDOUT); ignored when
                            more than one file is specified)
    -if, --inputformat      force a textmode format
    -of, --outputformat     specify the output format (default: png)
    -t, --thumbnail         generate a thumbnail
    --font                  specify a particular font (e.g. 8x8)
    --pal                   specify a particular palette (e.g. ANSI)
    --readopt key=val       set read options
    --renderopt key=val     set rendering options
    -h, -?, --help          this message

DESCRIPTION

This is a simple command-line tool to help you convert text mode (ansi, bin, etc) files to png images. Use the -t switch to create a thumbnail.

AUTHOR

Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2008-2009 by Brian Cassidy

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.