summaryrefslogtreecommitdiff
path: root/ff2ppm.1
AgeCommit message (Collapse)Author
2018-04-11Update manuals and LICENSELaslo Hunhold
This is to display that all the manuals still reflect the current state.
2017-04-14Improve the wording on alpha-blendingLaslo Hunhold
2017-04-14Remove the need of '#' for alpha masksLaslo Hunhold
To be honest, it can happen too easily that the user forgets to put the colour in quotation marks, yielding in the rest of the pipeline to be discarded as a comment.
2017-04-14Update and refactor the manpagesLaslo Hunhold
Make them more consistent, and only maintain a list of the conversion tools in farbfeld.5. Refine the wording on the jpg-manpages.
2016-03-21add ff2ppm(1)Hiltjo Posthuma
ff2ppm can convert farbfeld images to PPM (P6 binary format, 24-bit RGB). ff2ppm has an option -b to set the background color, for example for png files: png2ff < test.png | ff2ppm -b '#00ff00' > test.ppm