⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and
💻
字号:
KDE Image I/O library.This library allows applications that use the Qt library to read andwrite images in extra formats. Current formats include:JPEG	<read>XV	<read> <write>EPS	<read>NETPBM	<incomplete>PNG	<read>TIFF	<read>To use these formats, you must 1. link the application with the libkimgio library2. Include the <kimgio.h> header3. call kimgioRegister() once, somewhere in your code   before you load an image.Writing handlers----------------Please read the documentation for the QImageIO class in the Qtdocumentation.1. When writing handlers, there is a function naming convention;suppose, for example, we were writing PNG read and write handlers,we would name themvoid kimgio_png_read ( QImageIO * );void kimgio_png_write( QImageIO * );iekimgio_<format>_<read/write>This should reduce the chance of identifier clashes with other code.2. If you only have either a reader or the writer for a particularformat, don't use NULL in QImageIO::defineIOHandler. Instead, writea stub function for the unimplemented handler which displays a messageon standard output. This prevents kimgio-using programs dumping corewhen attempting to call the unimplemented handler.Yours in good faith and pedantry,Sirtaj Singh Kang <taj@kde.org>, 23 September 1998.$Id: README,v 1.1 2003/09/08 19:42:14 jasonk Exp $

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -