README: make screenshots smaller and side-by-side

This commit is contained in:
deeplow 2022-12-07 10:51:04 +00:00
parent c8707e8d4a
commit b82808016a
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -2,8 +2,9 @@
Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF. Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF.
![Settings](./assets/screenshot1.png)
![Converting](./assets/screenshot2.png) | ![Settings](./assets/screenshot1.png) | ![Converting](./assets/screenshot2.png)
|--|--|
Dangerzone works like this: You give it a document that you don't know if you can trust (for example, an email attachment). Inside of a sandbox, Dangerzone converts the document to a PDF (if it isn't already one), and then converts the PDF into raw pixel data: a huge list of RGB color values for each page. Then, in a separate sandbox, Dangerzone takes this pixel data and converts it back into a PDF. Dangerzone works like this: You give it a document that you don't know if you can trust (for example, an email attachment). Inside of a sandbox, Dangerzone converts the document to a PDF (if it isn't already one), and then converts the PDF into raw pixel data: a huge list of RGB color values for each page. Then, in a separate sandbox, Dangerzone takes this pixel data and converts it back into a PDF.