077a475a14
CDPlayer and CodyCam (both work in progress), DeskCalc * Started installing.html. * Added a screenshot of Glyph+Subpixel rendering to Appearance prefs. * Mentioned new setting "Monospaced Fonts Only" glyph hinting in Apperance prefs * Mentioned sysinfo and listdev in bugreports.html as pointed out by scottmc. * Some tweaks to the Haiku-doc.css. * Put a link to http://www.haiku-os.org/community into welcome.html, removed the "(online)". * Reorganized the file hierarchy to accommodate future translations. See thread: http://www.freelists.org/post/haiku-doc/Organizing-translations-of-User-GuideWelcome-Package. * Added a userguide/languages.html that will serve as entry for the different translations. Since the welcome page is more or less only one page, we'll find another solution for that when the first translations are available. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28890 a95241bf-73f2-0310-859d-f6bbb57e9c96
90 lines
4.8 KiB
HTML
90 lines
4.8 KiB
HTML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"../../../../html-dtd/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
|
|
<head>
|
|
<!--
|
|
*
|
|
* Copyright 2008, Haiku. All rights reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*
|
|
* Authors:
|
|
* Humdinger <humdingerb@gmail.com>
|
|
*
|
|
-->
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
<meta name="robots" content="all" />
|
|
<title>DataTranslations</title>
|
|
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div class="logo">
|
|
<img src="../../images/logo.png" alt="logo" width="372" height="86" />
|
|
<div class="title">DataTranslations</div>
|
|
</div>
|
|
<div class="topnav">
|
|
<p>
|
|
<a href="../preferences.html">Preferences</a>
|
|
   
|
|
Previous: <a href="prefs-backgrounds.html">Backgrounds</a>
|
|
   
|
|
Next: <a href="prefs-e-mail.html">E-mail</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<h1><img src="../../images/prefs-images/datatranslations-icon_64.png" alt="datatranslations-icon_64.png"
|
|
width="64" height="64" />DataTranslations</h1>
|
|
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
|
|
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>Preferences</i></td></tr>
|
|
<tr><td>Location:</td><td></td><td><tt>/boot/beos/preferences/DataTranslations</tt></td></tr>
|
|
<tr><td>Settings:</td><td></td><td><tt>~/config/settings/*</tt> - Every Translator creates it's own settings file here after you've changes its defaults.<br />
|
|
<tt>~/config/settings/system/DataTranslations settings</tt> - Stores the panel's window position.</td></tr>
|
|
</table>
|
|
<p>Every application has the ability to open and save every file format for which there's a Translator installed. The settings for these Translators are configured in the DataTranslations preferences.</p>
|
|
<p><br /></p>
|
|
<img src="../../images/prefs-images/datatranslations.png" alt="datatranslations.png" width="580" height="370" />
|
|
<p>Depending on its capabilities, each Translator offers different settings. At least you'll get an <i>Info...</i> button that opens a window with the credits and the installation path.<br />
|
|
The following table gives an overview of the default Translators and their most useful options.</p>
|
|
<table summary="translators" border="0" cellpadding="2" cellspacing="0">
|
|
<tr><td><i>BMP Images</i></td><td>24bit, uncompressed, no transparency</td></tr>
|
|
<tr><td><i>EXR Images</i></td><td><acronym title="Industrial Light & Magic">ILM</acronym>'s high dynamic-range (HDR) format</td></tr>
|
|
<tr><td><i>GIF Images</i></td><td>8bit, lossless compression, transparency<br />
|
|
You can reduce the filesize by limiting the number of used colors and the palette.<br />
|
|
You can write images with transparency, either by automatically using the alpha channel or by setting the RGB value that will be transparent by hand.</td></tr>
|
|
<tr><td><i>JPEG2000 Images</i></td><td>24bit, compressed, no transparency<br />
|
|
Here, you normally only care about the output quality.</td></tr>
|
|
<tr><td><i>JPEG Images</i></td><td>24bit, compressed, no transparency<br />
|
|
Besides the output quality you can also set a smoothing that will lessen compression artefacts but can blur the picture a little.</td></tr>
|
|
<tr><td><i>PCX Images</i></td><td>24bit, uncompressed, no transparency, PC Paintbrush Exchange format</td></tr>
|
|
<tr><td><i>PNG Images</i></td><td>32bit, lossless compression, transparency</td></tr>
|
|
<tr><td><i>PPM Images</i></td><td>24bit, uncompressed, no transparency, Portable PixMap format</td></tr>
|
|
<tr><td><i>RAW Images</i></td><td>up to 48bit, uncompressed, no transparency</td></tr>
|
|
<tr><td><i>RTF Text Files</i></td><td>Formatted text<td></td></tr>
|
|
<tr><td><i>SGI Images</i></td><td>24bit, optional lossless compression, transparency</td></tr>
|
|
<tr><td><i>StyledEdit Files</i></td><td>Formatted text</td></tr>
|
|
<tr><td><i>TGA Images</i></td><td>32bit, optional lossless compression, transparency</td></tr>
|
|
<tr><td><i>TIFF Images</i></td><td>24bit, optional lossless compression, layers, transparency</td></tr>
|
|
<tr><td class="onelinetop"><i>WonderBrush Images</i></td><td>32bit, layers, transparency, vector/pixel data</td></tr>
|
|
</table>
|
|
<p><br /></p>
|
|
<p>Note: Screenshots, charts, black&white drawings and other images with few used colors, as well as small pictures are best saved as GIF (up to 256 colors) or PNG (millions of colors). JPEG, for example, introduces compression artefacts without gain in smaller filesize.</p>
|
|
|
|
</div>
|
|
|
|
<div class="bottomnav">
|
|
<p>
|
|
<a href="../preferences.html">Preferences</a>
|
|
   
|
|
Previous: <a href="prefs-backgrounds.html">Backgrounds</a>
|
|
   
|
|
Next: <a href="prefs-e-mail.html">E-mail</a>
|
|
</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|