From 86bb180d7c8b3a7aa592296fde06198121cd61cf Mon Sep 17 00:00:00 2001 From: starsoftanalysis Date: Wed, 3 Apr 2024 14:37:29 +0100 Subject: [PATCH] reformatted licence statement in README.md --- README.md | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 5179a33..d142287 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,5 @@ # Haggis Contours -// This file is part of hcontours -- HarrisContours. -// Copyright (C) 2024 Chris Dennis, chris@starsoftanalysis.co.uk -// -// hcontours is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . - Haggis Contours is a method of converting a heightmap (or similar input) to a set of contours, using the wild haggis algorithm. ![Go workflow](https://github.com/starsoftanalysis/HaggisContours/actions/workflows/go.yml/badge.svg) @@ -74,10 +58,10 @@ Default A4L. Examples: `-p A3L` `--paper 200x300` (mm) `-p 7x5` (inches) The line width used for drawing contours, in millimetres. Default `0.5`. Examples: `--linewidth 1`, `-l 2.54` * `--framewidth | -f ` -The line width used for drawing the frame, in millimetres. Default `0.0`, i.e. no frame. Examples: `--framewidth 3`, `-f 0.8` +The line width used for drawing the frame, in millimetres. Default `0.0`, i.e. no frame. Examples: `--framewidth 25.4`, `-f 0.8` Note that the frame sits outside the SVG image: a wide frame will not obscure any of the image, but may mean that the image size is reduced so that frame and image still fit within the paper size and margin. -The result will look a bit wrong if the --framewidth is less than the --linewidth. +The result may look a bit tatty at the edges if the --framewidth is less than the --linewidth and --clip is not used. * `--image | -i` Use the original image as a background in the SVG image. Default false. Example: `--image` @@ -98,3 +82,20 @@ Add extra bits to the SVG file and command line output -- intended for developer Photo of breakwaters on a beach    The same photo after processing, showing as the outlines of shapes +## Licence + +This file is part of hcontours -- HarrisContours. +Copyright (C) 2024 Chris Dennis, chris@starsoftanalysis.co.uk + +hcontours is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see .