From 2657a1f5f560cdf2ff259347ca0844668b0ed487 Mon Sep 17 00:00:00 2001 From: Elias Carvalho <73039601+eliascarv@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:08:25 -0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: JĂșlio Hoffimann --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index dce4bea..ac31ee0 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,6 @@ or channel arrays into new GeoTIFF files with given metadata: ```julia julia> using Colors -julia> GeoTIFF.save("geotiff.tiff", geotiff) - julia> colors = rand(Gray{Float64}, 100, 100); julia> GeoTIFF.save("colors.tiff", colors) # default metadata