diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2009-07-14 00:28:51 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2009-07-14 00:28:51 +0300 |
commit | e671882a3b64a83dce98d84cdd58e2f48ed83fc0 (patch) | |
tree | 0af339926947df92fdd758c4a97eb7f8050d9196 /README | |
parent | 2a448802b7a8683cbfed601f2d6f7e4aaafca845 (diff) | |
download | vdr-plugin-text2skin-e671882a3b64a83dce98d84cdd58e2f48ed83fc0.tar.gz vdr-plugin-text2skin-e671882a3b64a83dce98d84cdd58e2f48ed83fc0.tar.bz2 |
Ensure only one image library is used.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -26,8 +26,8 @@ Prerequisites: For loading images in format other than simple XPM, you will need an image library. You can choose between three supported libraries, ImageMagick, GraphicsMagick or Imlib2, of which the first one is the default. You can -specify which library to use (if any) in the first few lines of the Makefile. -Here is an overview of the advantages and drawbacks of each solution: +specify which library to use (if any) using the IMAGELIB variable in Makefile. +Here is an overview of the advantages and drawbacks of each alternative: No library - you can only load XPM files @@ -40,9 +40,6 @@ Imlib2 + you can load many different image types - CRASHES WHEN USED TOGETHER WITH THE GRAPHTFT-PLUGIN! -Using more than one of the above at the same time doesn't make sense, just -choose one or none. - HINT: Although the manuals of ImageMagick and GraphicsMagick claim that the used library Magick++ is part of the source distribution, some binary distributions may have to install Magick++ separately. |