ksquirrel libraries
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
ファイルへ移動
François Andriot eb8f32b893
Fix FTBFS due to invalid pointer in iconv function
1日前
doc Drop autotools support 6ヶ月前
examples Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3ヶ月前
kernel Fix FTBFS due to invalid pointer in iconv function 1日前
AUTHORS Added libksquirrel for KDE3 14年前
CMakeLists.txt Use centralized cmake version 1ヶ月前
COPYING Additional renaming of kde to tde 13年前
ChangeLog Fix a few remaining references to kio_ 11年前
ConfigureChecks.cmake cmake: Add detection of standalone iconv library. 6ヶ月前
INSTALL Conversion to cmake building system 7ヶ月前
LICENSE Added libksquirrel for KDE3 14年前
LICENSE.GPL Added libksquirrel for KDE3 14年前
LICENSE.JASPER Added libksquirrel for KDE3 14年前
LICENSE.LJPEG Added libksquirrel for KDE3 14年前
LICENSE.MNG Added libksquirrel for KDE3 14年前
LICENSE.PNG Added libksquirrel for KDE3 14年前
README Added libksquirrel for KDE3 14年前
VERSION Added libksquirrel for KDE3 14年前
config.h.cmake Conversion to cmake building system 7ヶ月前
ksquirrellibs.pc.cmake Conversion to cmake building system 7ヶ月前

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