mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Change description of embedded images
This commit is contained in:
parent
1893b37dc0
commit
be4f822feb
1 changed files with 1 additions and 3 deletions
4
index.md
4
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](<https://www.sqlite.org/cli.html>):
|
||||
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](<https://www.sqlite.org/cli.html>):
|
||||
|
||||
```
|
||||
sqlite3 myfile.bee -Axv
|
||||
|
|
|
|||
Loading…
Reference in a new issue