summaryrefslogtreecommitdiff
path: root/help/C/save.page
diff options
context:
space:
mode:
Diffstat (limited to 'help/C/save.page')
-rw-r--r--help/C/save.page37
1 files changed, 24 insertions, 13 deletions
diff --git a/help/C/save.page b/help/C/save.page
index 8b0b9d0..e0fea13 100644
--- a/help/C/save.page
+++ b/help/C/save.page
@@ -1,8 +1,18 @@
-<page xmlns="http://projectmallard.org/1.0/"
+<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its"
type="guide"
id="save">
<info>
+ <revision pkgversion="3.35.90" date="2020-02-04"/>
+ <credit type="author" its:translate="no">
+ <name>Robert Ancell</name>
+ <email>robert.ancell@gmail.com</email>
+ </credit>
+ <credit type="author" its:translate="no">
+ <name>Ali Shtarbanov</name>
+ <email>ametedinov@gmail.com</email>
+ </credit>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
<link type="guide" xref="index#use"/>
</info>
@@ -10,17 +20,17 @@
<steps>
<item>
- <p>Navigate to the <guiseq><gui>Document</gui><gui>Save As</gui></guiseq> menu
- (or press <keyseq><key>Shift</key><key>Ctrl</key><key>S</key></keyseq>).
+ <p>Press the <gui style="button">Save document to a file</gui> button in the
+ top bar of the window (or press <keyseq><key>Ctrl</key><key>S</key></keyseq>).
</p>
</item>
<item>
- <p>From the "Save As" dialog box, choose one of the supported file
- types, or simply change the extension in the "Name" field.
+ <p>Choose one of the supported file types, or change the file extension
+ in the <gui>Name</gui> field.
</p>
</item>
<item>
- <p>Press the "Save" button.</p>
+ <p>Press the <gui style="button">Save</gui> button.</p>
</item>
</steps>
@@ -36,7 +46,7 @@
<td><p>A PDF can contain multiple pages, like a book, and is easy to distribute. Only a small number
of linux programs can modify PDF documents, so this format is recommended primarily for archiving.
The size of the PDF document is affected by the <link xref="quality">image quality</link>.
- See the <link href="http://en.wikipedia.org/wiki/pdf">PDF Wikipedia page</link> for more information.
+ See the <link href="https://en.wikipedia.org/wiki/PDF">PDF Wikipedia page</link> for more information.
</p></td>
</tr>
<tr>
@@ -46,25 +56,26 @@
systems come with a JPEG editor by default. If you have scanned multiple pages, a JPEG file will be
created for each page. Use this file type if you want to modify or upload the scanned images.
The size of the JPEG file is affected by the <link xref="quality">image quality</link>.
- See the <link href="http://en.wikipedia.org/wiki/jpeg">JPEG Wikipedia page</link> for more information.
+ See the <link href="https://en.wikipedia.org/wiki/JPEG">JPEG Wikipedia page</link> for more information.
</p></td>
</tr>
<tr>
<td><p>PNG</p></td>
- <td><p>PNG files contain the raw data from the scanner. This makes them very large and not suitable
+ <td><p>PNG files support lossless data compression. This can make files very large and not suitable
for distributing. If you have scanned multiple pages, a PNG file will be created for each page.
- See the <link href="http://en.wikipedia.org/wiki/Portable_Network_Graphics">PNG Wikipedia page</link>
+ See the <link href="https://en.wikipedia.org/wiki/Portable_Network_Graphics">PNG Wikipedia page</link>
for more information.
</p></td>
</tr>
+<!-- TIFF support not available as long as https://gitlab.gnome.org/GNOME/simple-scan/issues/52 is open
<tr>
<td><p>TIFF</p></td>
<td><p>TIFF files contain the raw data from the scanner. This makes them very large and not suitable
- for distributing. If you have scanned multipe pages, a TIFF file will be created for each page.
- See the <link href="http://en.wikipedia.org/wiki/Tagged_Image_File_Format">TIFF Wikipedia page</link>
+ for distributing. If you have scanned multiple pages, a TIFF file will be created for each page.
+ See the <link href="https://en.wikipedia.org/wiki/TIFF">TIFF Wikipedia page</link>
for more information.
</p></td>
</tr>
-
+-->
</table>
</page>