From 9cd48e7e2e38704e5ec999b055948b0b28b976bc Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 10 May 2016 23:37:06 +1200 Subject: Add synatx to readme, correct wording --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2240874..17351e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # pgm-interlace -Vertically interlace *n* PGM frames, each one *height/n* pixels in width into -one square image with a width the same as the height. +Vertically interlace *n* PGM frames, each one *width/n* pixels in height into +one square image. + +## Syntax + + pgm-interlace [frame 0] [frame 1] [frame 2] ... The order in which the frames are specified on the command line is critical for the reconstruction of the image. pgm-interlace has no way of telling in which -- cgit v1.1