[v2,02/25] libtuning: Fix reference image
diff mbox series

Message ID 20240628104828.2928109-3-stefan.klug@ideasonboard.com
State New
Headers show
Series
  • Add ccm calibration to libtuning
Related show

Commit Message

Stefan Klug June 28, 2024, 10:46 a.m. UTC
Opencv fails to load the image. The added license destroys the magic
number. Fix, by moving the licence below the magic number.

Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>
Reviewed-by: Paul ELder <paul.elder@ideasonboard.com>
---
 utils/tuning/libtuning/macbeth_ref.pgm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kieran Bingham June 28, 2024, 10:51 a.m. UTC | #1
Quoting Stefan Klug (2024-06-28 11:46:55)
> Opencv fails to load the image. The added license destroys the magic
> number. Fix, by moving the licence below the magic number.
> 
> Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>
> Reviewed-by: Paul ELder <paul.elder@ideasonboard.com>

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

> ---
>  utils/tuning/libtuning/macbeth_ref.pgm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/utils/tuning/libtuning/macbeth_ref.pgm b/utils/tuning/libtuning/macbeth_ref.pgm
> index 37897140ce84..089ea91f7f12 100644
> --- a/utils/tuning/libtuning/macbeth_ref.pgm
> +++ b/utils/tuning/libtuning/macbeth_ref.pgm
> @@ -1,5 +1,5 @@
> -# SPDX-License-Identifier: BSD-2-Clause
>  P5
> +# SPDX-License-Identifier: BSD-2-Clause
>  # Reference macbeth chart
>  120 80
>  255
> -- 
> 2.43.0
>

Patch
diff mbox series

diff --git a/utils/tuning/libtuning/macbeth_ref.pgm b/utils/tuning/libtuning/macbeth_ref.pgm
index 37897140ce84..089ea91f7f12 100644
--- a/utils/tuning/libtuning/macbeth_ref.pgm
+++ b/utils/tuning/libtuning/macbeth_ref.pgm
@@ -1,5 +1,5 @@ 
-# SPDX-License-Identifier: BSD-2-Clause
 P5
+# SPDX-License-Identifier: BSD-2-Clause
 # Reference macbeth chart
 120 80
 255