Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-08-04 20:08:33 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-08-04 20:08:33 +0300
commit515d43e8598147e3a3dc6cf21bbdd983e8b01785 (patch)
treeefa3531af93410bc8b635a094af319dbc73fdfe5 /Documentation
parent43816fb4cba3a5bc92c84983170a9cd39f2e03d9 (diff)
Update odlp.md
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/odlp.md25
1 files changed, 15 insertions, 10 deletions
diff --git a/Documentation/odlp.md b/Documentation/odlp.md
index b8a03b9..d52c665 100644
--- a/Documentation/odlp.md
+++ b/Documentation/odlp.md
@@ -43,16 +43,21 @@ While this is optional and either way it must be valid to print, is highly recom
## Image data type
-This file format allows common and custom image data types, such as:
-- BITMAP
-- PNG
-- JPG/JPEG
-- SVG/Vector
-- RLE
-- Custom
-
-The only requesite is to define the correct type of image data on the [Header] and respect that.
-Custom image data types are possible, but the documentation how to read and write are required in order to use a custom scheme.
+1. This file format allows common and custom image data types, such as:
+ - BITMAP
+ - PNG
+ - JPG/JPEG
+ - SVG/Vector
+ - LINE-XXY
+ - LINE-XYY
+ - RLE-XXXX
+ - Custom
+2. Having different data types for previews and layers are allowed.
+eg: `PreviewDataType=RGB16` and `LayerDataType=PNG`
+3. The only requesite is to correct define the type of image data on the [Header] and respect that.
+4. Custom image data types are possible, you must take a unique non conflicting ID but the documentation how to read and write are required in order to use a custom type.
+5. If you want to apply and register your data type ID to be globaly used on firmwares, you must send us the draft for approval and get that ID reserved for the applied data scheme.
+
# Draft 1