From b47d5a6ab49ec0cb99224517103343cfb1586b83 Mon Sep 17 00:00:00 2001 From: ulises-jeremias Date: Sun, 9 Jun 2024 19:08:58 -0300 Subject: [PATCH] chore: Add output image to README --- examples/vcl_opencl_fractals_one_argument/README.md | 2 ++ examples/vcl_opencl_image_example/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/examples/vcl_opencl_fractals_one_argument/README.md b/examples/vcl_opencl_fractals_one_argument/README.md index 47d115080..f9e25d62b 100644 --- a/examples/vcl_opencl_fractals_one_argument/README.md +++ b/examples/vcl_opencl_fractals_one_argument/README.md @@ -7,3 +7,5 @@ This example shows how to create fractals with VCL using OpenCL as backend. ```bash v run main.v ``` + +after running it you should see the generated fractals in the directory `output/`. diff --git a/examples/vcl_opencl_image_example/README.md b/examples/vcl_opencl_image_example/README.md index 1522c884f..ac177d21b 100644 --- a/examples/vcl_opencl_image_example/README.md +++ b/examples/vcl_opencl_image_example/README.md @@ -7,3 +7,5 @@ This example shows how to do basic image processing with VCL using OpenCL as bac ```bash v run main.v ``` + +after running it you should see the output image in the directory `output/` with the name `inverted.png`.