From be4f822feba0914d1c358b07cbd5f4da50547b02 Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Fri, 24 Nov 2023 23:07:23 +0100 Subject: [PATCH] Change description of embedded images --- index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.md b/index.md index a3a06cb..738b350 100644 --- a/index.md +++ b/index.md @@ -33,9 +33,7 @@ Get the file for your operating system (Windows, Linux, macOS) from the [latest ### Regarding the bee file format -Currently, all images are embedded into the bee file as png files. While png is a lossless format, it may also produce larger file sizes than compressed jpg files, so bee files may become bigger than the imported images on their own. More embedding options are to come later. - -The bee file format is a sqlite database inside which the images are stored in an sqlar table—meaning they can be extracted with the [sqlite command line program](): +All images are embedded into the bee file as PNG or JPG. The bee file format is a sqlite database inside which the images are stored in an sqlar table—meaning they can be extracted with the [sqlite command line program](): ``` sqlite3 myfile.bee -Axv