You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Slávek Banko e9cda30cd2
imlib: Remove remaining 'register' instruction.
4 weeks ago
..
patches imlib: Remove remaining 'register' instruction. 4 weeks ago
source Added debian extra dependency packages. 4 years ago
Notes Added debian extra dependency packages. 4 years ago
README.Debian Added debian extra dependency packages. 4 years ago
README.fallback Added debian extra dependency packages. 4 years ago
changelog imlib: Remove remaining 'register' instruction. 4 weeks ago
compat Added debian extra dependency packages. 4 years ago
control Added debian extra dependency packages. 4 years ago
copyright Added debian extra dependency packages. 4 years ago
rules Added debian extra dependency packages. 4 years ago
watch Added debian extra dependency packages. 4 years ago

README.fallback

		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.