img2term - Display images in your 256 color terminal


--no_scale|-n

Disables automatic scaling of the provided image data. =back =head1 DESCRIPTION img2term is a part of the the Image::Term256Color manpage distribution and acts as a thin wrapper around the module to display image data on 256 color terminals.


EXAMPLES

Display a classy octocat:

    curl http://octodex.github.com/images/class-act.jpg | img2term | less -R
 
=cut

__END__ :endofperl

 img2term - Display images in your 256 color terminal