diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2016-12-01 21:31:46 +0000 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2017-02-13 20:43:48 +0200 |
commit | 9e023de20265fc4211f3b34d45c5dfc9f526de3f (patch) | |
tree | 541e258de2cc3ddaf0284d9e337c36c5e18f5985 /scripts/Makefile | |
parent | 2b923a64ce11f4dc4e12cc024ce9b30b09b162a4 (diff) |
scripts: Provide bin2png.sh helper
Identify the size and format from the test output filename, and pass
to raw2rgbpnm for conversion to a PNM file.
From there we can convert easily to a PNG output file.
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'scripts/Makefile')
-rw-r--r-- | scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 8c452f4..6586b29 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,4 +1,4 @@ -SCRIPTS=logger.sh vsp-lib.sh +SCRIPTS=$(wildcard *.sh) all: |