1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<HEAD>
<TITLE> paintlib </TITLE>
<META HTTP-EQUIV="KEYWORDS"
CONTENT="image, tiff, tga, pic, pict, bmp, png, jpeg, decoder, paintlib, C++">
<META NAME="description"
CONTENT="Portable C++ image file decoder library. Supports TIFF, TGA, Mac PICT, Windows bmp, and JPEG formats">
</HEAD>
<!-- frames -->
<frameset rows="*" cols="202,*" frameborder="0" border=0 framespacing="0" bordercolor="Black">
<frame name="content" src="content.html" marginwidth="0" marginheight="0"
scrolling="No" frameborder="no" noresize framespacing="0">
<frame name="main" src="intro.html" marginwidth="0" marginheight="0"
scrolling="auto" frameborder="no" framespacing="0">
</frameset>
<NOFRAMES>
<BODY>
<P>Sorry. You need a frame-capable browser to view this document!
</P>
</BODY>
</NOFRAMES>
</html>
|