ksquirrel libraries
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.
 
 
 
Go to file
Slávek Banko 0e5b1a249f
Remove cmake submodule since it has now been replaced by cmake-trinity dependency.
3 years ago
admin@8c7e0d40de Reset submodule main/libraries/libksquirrel/admin to latest HEAD 3 years ago
doc Renaming of files in preparation for code style tools. 3 years ago
examples Rename additional global TQt functions 12 years ago
kernel Removed explicit usage of the 'register' keyword. 4 years ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 years ago
AUTHORS Added libksquirrel for KDE3 14 years ago
COPYING Additional renaming of kde to tde 13 years ago
ChangeLog Fix a few remaining references to kio_ 11 years ago
INSTALL Added libksquirrel for KDE3 14 years ago
LICENSE Added libksquirrel for KDE3 14 years ago
LICENSE.GPL Added libksquirrel for KDE3 14 years ago
LICENSE.JASPER Added libksquirrel for KDE3 14 years ago
LICENSE.LJPEG Added libksquirrel for KDE3 14 years ago
LICENSE.MNG Added libksquirrel for KDE3 14 years ago
LICENSE.PNG Added libksquirrel for KDE3 14 years ago
Makefile.am Added libksquirrel for KDE3 14 years ago
Makefile.dist Added libksquirrel for KDE3 14 years ago
README Added libksquirrel for KDE3 14 years ago
VERSION Added libksquirrel for KDE3 14 years ago
acinclude.m4 Replaced _BSD_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. 6 years ago
aclocal.m4 Added libksquirrel for KDE3 14 years ago
builddeb Added libksquirrel for KDE3 14 years ago
config.guess Removed code formatting modelines. 4 years ago
config.sub Removed code formatting modelines. 4 years ago
configure.ac Fix FTBFS on freebsd 9 years ago
configure.gnu Prevent hard-coding of --prefix. 12 years ago
description-pak Added libksquirrel for KDE3 14 years ago
ksquirrellibs.pc.in Remove quotes from Cflags in pkgconfig file 9 years ago
patch-stamp Added libksquirrel for KDE3 14 years ago
reconfigure Added libksquirrel for KDE3 14 years ago
required-etch Added libksquirrel for KDE3 14 years ago
stamp-h.in Added libksquirrel for KDE3 14 years ago
subdirs Added libksquirrel for KDE3 14 years ago

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