From ee0736166dcd5a0fa5d96c95c2b89a52f2690a8c Mon Sep 17 00:00:00 2001 From: lanthale Date: Wed, 19 May 2021 18:47:27 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80c0309..c22f2e7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Actually only the following raw formats are enabled (see class `RAWDescriptor.ja The lib now resized the image in memory before sending it to memory (the same as the Javafx is doing for PNG/JPG). ## Open topics -- More details in metadata +- Writing of metadata back to raw files ## Usage Point to the maven coordinates: @@ -35,7 +35,7 @@ Point to the maven coordinates: org.librawfx LibRawFX - 1.4 + 1.5 ```