index.doc

来自「Trolltech公司发布的基于C++图形开发环境」· DOC 代码 · 共 40 行

DOC
40
字号
/****************************************************************************** $Id: qt/extensions/imageio/doc/index.doc   2.3.7   edited 2001-01-26 $**** Index page**** Copyright (C) 1995-1997 by Trolltech AS.  All rights reserved.*******************************************************************************/#if defined(DEBUG)static char ident[] = "$Id: qt/extensions/imageio/doc/index.doc   2.3.7   edited 2001-01-26 $";#endif/*! \page imageio.html<title>Qt Image IO Extension Library</title></head><body bgcolor=#ffffff><h1 align=center>Qt Image IO Extensions</h1><hr><p>Both PNG and JPEG support is now included with Qt. PNG is always available,and JPEG is available if the installer of Qt enabled it. Hence, theImageIO extension is no longer required.<p>When installing Qt, add "-system-jpeg" when you run "configure". Notes thatthis requires that you have JpegLib 6.0 or better installed on your systemIt is also tested with <tt>libjpeg.so.6.0.1</tt>.See <a href="ftp://ftp.uu.net/graphics/jpeg/">ftp.uu.net</a> for the official sources.See <a href="http://ftpsearch.lycos.com">FTP Search</a> for other sources.See <a href="http://www.faqs.org/faqs/jpeg-faq/">the JPEG FAQ</a> for more information.</body></html>*/

⌨️ 快捷键说明

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