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

ans2png - Convert ansi files to png

SYNOPSIS

    % ans2png [-t] [-f font.fnt] [-p My::Palette] [file.ans] > file.png

DESCRIPTION

This is a simple command-line tool to help you convert ansi files to png images. Use the -t switch to create a thumbnail. Use the -f switch to specify a GD font to use. Use -p to specify a custom palette class. Omitting the filename (or using '-') will force it to convert from STDIN.

AUTHOR

  • Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2005 by Brian Cassidy

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