Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
JPG2FF(1)		     General Commands Manual		       JPG2FF(1)

NAME
     jpg2ff -- convert JPG to farbfeld

SYNOPSIS
     jpg2ff

DESCRIPTION
     jpg2ff  reads a JPG image from stdin, converts it to farbfeld(5) and writes
     the result to stdout.

     In case of an error jpg2ff writes a diagnostic message to stderr.

EXIT STATUS
     0	     Image processed successfully.

     1	     An error occurred.

EXAMPLES
     $ jpg2ff < image.jpg > image.ff

     $ jpg2ff < image.jpg | bzip2 > image.ff.bz2

SEE ALSO
     2ff(1), bzip2(1), farbfeld(5)

AUTHORS
     Laslo Hunhold <dev@frign.de>

suckless.org			   2018-04-11			       JPG2FF(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=jpg2ff&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help