ksquirrel libraries
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
Ir al archivo
Michele Calgaro a4981cc4bf
Use centralized cmake version
hace 2 semanas
doc Drop autotools support hace 5 meses
examples Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
kernel cmake files: change keywords to lower case hace 3 semanas
AUTHORS Added libksquirrel for KDE3 hace 14 años
CMakeLists.txt Use centralized cmake version hace 2 semanas
COPYING Additional renaming of kde to tde hace 13 años
ChangeLog Fix a few remaining references to kio_ hace 11 años
ConfigureChecks.cmake cmake: Add detection of standalone iconv library. hace 5 meses
INSTALL Conversion to cmake building system hace 6 meses
LICENSE Added libksquirrel for KDE3 hace 14 años
LICENSE.GPL Added libksquirrel for KDE3 hace 14 años
LICENSE.JASPER Added libksquirrel for KDE3 hace 14 años
LICENSE.LJPEG Added libksquirrel for KDE3 hace 14 años
LICENSE.MNG Added libksquirrel for KDE3 hace 14 años
LICENSE.PNG Added libksquirrel for KDE3 hace 14 años
README Added libksquirrel for KDE3 hace 14 años
VERSION Added libksquirrel for KDE3 hace 14 años
config.h.cmake Conversion to cmake building system hace 6 meses
ksquirrellibs.pc.cmake Conversion to cmake building system hace 6 meses

README

Important
---------
* if you you want JPEG, PNG and TIFF support,
  please install libpng, libjpeg and libtiff.
* XWD library requires X11/XWDFile.h.
* WMF library requires freetype2, libxml2
* SVG library requires rsvg-convert
* MNG library requires libmng
* TTF library requires libfreetype >= 2.1.9
* GIF library requires libungif
* All this packages plus -devel packages

* DXF  library requires vec2web installed
* DJVU library requires "ddjvu" installed
* NEO, IFF, PICT and some other libraries require NetPBM installed

About
-----
* ksquirrel-libs is a set of image codecs.
* It contains regular libraries for KSquirrel.
* It contains different image decoders for JPEG, PNG, BMP, TIFF, PSD, GIF etc.
  You can use ksquirrel-libs in other projects, just write your
  own mechanism that could use the libraries.
* You can find latest version of ksquirrel-libs at http://ksquirrel.sf.net.
* You can find some interesting examples in "examples" directory
        qgl   - using ksquirrel-libs with Qt and OpenGL (QGLWidget)
        qtapp - using ksquirrel-libs with Qt            (QLabel)

	To compile them cd to "examples" and run make

* You can simply use it in your viewer or any other program
* rawrgb library is a good example how to write new codec

Version
-------
Current version: see VERSION

Copyrights
----------

see COPYING