aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index fd12f5b..6633278 100644
--- a/README.md
+++ b/README.md
@@ -7,4 +7,10 @@ Supported Filetypes:
* JPG (JFIF)
* PNG
+## How it works
+
+JFIF and PNG containers use chunks to store different types of data (eg. Image data, Colorcorrection, Copyright, EXIF, notes, etc.). Headstripper uses a chunk-whitelist to only copy data needed to display the image. Any unknown chunks are discarded.
+
+Some image editing software uses custom chunks to store color correction data and more in PNG chunks. This data is also removed (as it is not strictly required) and thus may result in incorrect images.
+
License: MIT