- Diff for "Plugins/ImageLoading"
Size: 3839
Comment:
|
Size: 3913
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
<<Anchor(JPEG)>> | |
Line 5: | Line 5: |
[[Card(Plugin align=right, name=JPEG, icon=plugin-jpeg.png, pack=[:PluginsMain:Plugins Main], cat=Image Loading, hist=Beryl 0.2.0 release plugin,)]] | <<Card(Plugin align=right, name=JPEG, icon=plugin-jpeg.png, pack=[:PluginsMain:Plugins Main], cat=Image Loading, hist=Beryl 0.2.0 release plugin,)>> |
Line 14: | Line 14: |
<<Anchor(PNG)>> | |
Line 15: | Line 16: |
[[Card(Plugin align=right, name=PNG, icon=plugin-png.png, pack=[:CompizPlugins:Compiz Plugins], cat=Image Loading, hist=Compiz 0.3.6 release plugin,)]] | <<Card(Plugin align=right, name=PNG, icon=plugin-png.png, pack=[:CompizPlugins:Compiz Plugins], cat=Image Loading, hist=Compiz 0.3.6 release plugin,)>> |
Line 22: | Line 23: |
<<Anchor(SVG)>> | |
Line 23: | Line 25: |
[[Card(Plugin align=right, name=SVG, icon=plugin-svg.png, pack=[:CompizPlugins:Compiz Plugins], cat=Image Loading, hist=Compiz 0.3.6 release plugin,)]] | <<Card(Plugin align=right, name=SVG, icon=plugin-svg.png, pack=[:CompizPlugins:Compiz Plugins], cat=Image Loading, hist=Compiz 0.3.6 release plugin,)>> |
Line 28: | Line 30: |
<<Anchor(Text)>> | |
Line 29: | Line 32: |
[[Card(Plugin align=right, name=Text, icon=plugin-text.png, pack=[:PluginsMain:Plugins Main], cat=Image Loading, hist=Beryl 0.2.0 release plugin,)]] | <<Card(Plugin align=right, name=Text, icon=plugin-text.png, pack=[:PluginsMain:Plugins Main], cat=Image Loading, hist=Beryl 0.2.0 release plugin,)>> |
Line 32: | Line 35: |
* '''[:Plugins/Thumbnail: Window Previews]''' * '''[:Plugins/Scale#Addons: Scale Addons]''' * '''[:Plugins/Scale#Filter: Scale Window Title Filter]''' * '''[:Plugins/Group:Group and Tab windows]''' * '''[:Plugins/Switcher#Shift: Shift Switcher]''' * '''[:Plugins/Switcher#Ring: Ring Switcher]''' |
* '''[[Plugins/Thumbnail| Window Previews]]''' * '''[[Plugins/Scale#Addons| Scale Addons]]''' * '''[[Plugins/Scale#Filter| Scale Window Title Filter]]''' * '''[[Plugins/Group|Group and Tab windows]]''' * '''[[Plugins/Switcher#Shift| Shift Switcher]]''' * '''[[Plugins/Switcher#Ring| Ring Switcher]]''' |
Providing basic functionality, Image Loaders allow you to load an image to a texture which Compiz can use for rendering. Each image loader allows loading certain image types into textures, like JPEG, PNG and SVG. The Text plugin is a library plugin that provides a font to applications to draw text, such as window titles, on screen.
JPEG
JPEG |
|
[:PluginsMain:Plugins Main] |
|
Category |
|
JPEG image filenames usually end in the extension .jpg or .jpeg. It is important to note that your success in loading images with this plugin may be varied, and may result in white images or textures when loaded. JPEG images also do not support an alpha channel, making them useless for certain plugins. They are also not scalable, and the image quality may drop if the image is scaled up.
Only use JPEG images if they came from a source like a digital camera or the web. If you are looking to create images for use with Compiz, use PNG.
Compression Quality Refers to how much the image compressed when used as a texture. A lower quality will result in a lower quality image, but less of a memory footprint.
PNG
PNG |
|
[:CompizPlugins:Compiz Plugins] |
|
Category |
|
PNG images usually end in the extension .png. You will generally have more success loading PNG images, and PNG images also support an alpha channel, allowing compiz to draw real transparency where the image is transparent. PNG images however are large in size, and are not scalable - causing distortion when they are scaled up.
Use PNG images wherever possible as they have a much sharper quality.
SVG
SVG |
|
[:CompizPlugins:Compiz Plugins] |
|
Category |
|
SVG images consist of a mathematical forumla (XML) to draw an image. They do not contain bitmap data. SVG images typically have the extension .svg. SVG images also support an alpha channel allowing for Compiz to render true transparency. SVG images can also be scaled up, but Compiz currently imports the default size to a texture.
Text
Text |
|
[:PluginsMain:Plugins Main] |
|
Category |
|
Generic Options
To the plugins above, Text provides the following configurations, some of which may or may not be in a plugin's configuration
Bold Font toggles a bold font
Font size defines the size of the text
Font Color defines the color of the text
Background Color defines the color of background of the text
Plugins/ImageLoading (last edited 2008-04-22 10:39:32 by pool-70-104-171-193)