File: index.html

package info (click to toggle)
paintlib 2.6.2-14
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,920 kB
  • ctags: 3,874
  • sloc: cpp: 25,209; sh: 10,605; ansic: 1,891; makefile: 120
file content (26 lines) | stat: -rw-r--r-- 900 bytes parent folder | download | duplicates (3)
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>