summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/dependencies/libcarddav/debian/README.fallback
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2012-02-18 11:53:43 +0100
committerFrancois Andriot <francois.andriot@free.fr>2012-02-18 11:53:43 +0100
commitce393d79d490d36159aa33aa8e0bd998519b95c7 (patch)
treec7f893d9924cd5966b540af2a2dd7d16a4faaa6e /ubuntu/maverick/dependencies/libcarddav/debian/README.fallback
parent66efa7d249b00e776618b2e649ab0c47ef66d4e3 (diff)
parent39c223339c063a6060b64c2e03b10b8578517dd8 (diff)
downloadtde-packaging-ce393d79d490d36159aa33aa8e0bd998519b95c7.tar.gz
tde-packaging-ce393d79d490d36159aa33aa8e0bd998519b95c7.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/dependencies/libcarddav/debian/README.fallback')
-rw-r--r--ubuntu/maverick/dependencies/libcarddav/debian/README.fallback23
1 files changed, 23 insertions, 0 deletions
diff --git a/ubuntu/maverick/dependencies/libcarddav/debian/README.fallback b/ubuntu/maverick/dependencies/libcarddav/debian/README.fallback
new file mode 100644
index 000000000..1b41c225f
--- /dev/null
+++ b/ubuntu/maverick/dependencies/libcarddav/debian/README.fallback
@@ -0,0 +1,23 @@
+ Imlib Image Conversion
+ ----------------------
+
+The imlib and gdk-imlib libraries have a number of built-in image
+conversion routines, and are capable of loading or saving in *at
+least* the following formats: GIF, JPEG, PNG, TIFF, PS, BMP, XPM, and
+PPM.
+
+Prior to version 1.9.13, imlib and gdk-imlib could use an external
+program, such as Imagemagick's "convert", to load or save images
+in formats not handled internally to Imlib.
+
+
+
+ "All fallbacks failed."
+ -----------------------
+
+This message indicates that the file you wished to load is not handled
+by Imlib.
+
+The remedy is to convert the image file by hand using, for example,
+Imagemagick's "convert" command: "convert foo.rgb foo.png". Then
+you'll have to fix up the application to use the new filename instead.