NAME

img2term - Display images in your 256 color terminal (kinda)

SYNOPSIS

img2term [options] [file...]

Options:
  --help|-h            brief help message
  --scale|-s           scale image by the given ratio
  --x_scale|-x         scale image to x 'pixels' wide
  --no_scale|-n        do not scale the image at all

Image data can be piped to STDIN in place of providing a file.

Images larger than the current terminal in columns will be automatically scaled to fit unless specified.

OPTIONS

<b>--help|-h</b>

Prints a brief help message and exits.

<b>--scale|-s</b>

Scales the provided image by the provided decimal ratio before printing. Superscedes --x_scale.

<b>--x_scale|-x</b>

Scales the provided image width to match the provided integer in 'pixels'. Scales the image height proportionally. Superscedes --no_scale.

<b>--no_scale|-n</b>

Disables automatic scaling of the provided image data.

DESCRIPTION

img2term is a part of the Image::Term256Color 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