Skip to content

IMAGELIB

Octavio Alvarez edited this page Aug 29, 2013 · 1 revision

Table of Contents

Syntax

IMAGELIB library

Description

Sets Superkb Xlib rendering engine to use a particular icon loading and rendering library.

Parameters

library
Specifies the library to be used, either gdkpixbuf or imlib2.

Default

Default value is imlib2. Please beware that even if Imlib2 support is not compiled in, the default value is still imlib2.

Version

Since: 0.10.

Notes

This option only affects if Xlib rendering is compiled in. It does not affect Cairo rendering.

In order for the options to be supported (either gdkpixbuf or imlib2), its corresponding code must be compiled in. For example, your Superkb version might have been compiled without Gdk-pixbuf support. In this case the only valid option would be imlib2.

Clone this wiki locally