1f92a41ace
* Added explanation of icons to Bootloader. * Applied css-fix by Braden Ewing to fix rendering under MS Internet Explorer. Added Braden to welcome.css authors. * Added a css class pre.terminal to make Terminal output more visible plus a few more things. Added myself to welcome.css authors. :) * Updated all Terminal output with the new pre-class tag. * Flaunted our beautiful icons at the top of every preference/application/applet plus their contents page. * Added icon PNGs in 16x16 32x32 and 64x64. * Added quick info where to find a preference/application/applet and its settings at the top of every page. * Added apps: ActivityMonitor, Magnify, StyledEdit, Terminal * Added applet: Launchbox * Added stubs to all missing prefs/apps/applets. Everyone's welcome to work on the contents (announce it on the mailing list, though!). * Moved preference/application/applet into own folders. * Updated contents page. * Reformatted everything to be XHTML1.0-Strict conforming. Added XHTML DTDs to welcome/html-dtd/. * Added copyright and author as comment to the header of every page. If someone else should be mentioned there, speak up. --- Whoot! What a titanian piece of work, Humdinger! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28791 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"
|
|
"../../welcome/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="../../welcome/welcome.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div class="logo">
|
|
<img src="../../welcome/welcome-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="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="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>
|