Difference between revisions of "Source pcxutils"

From FreeSpace Wiki
Jump to: navigation, search
 
m (summary header removed)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==Summary==
 
 
Contains low-level routines for loading .pcx 2d graphics files.
 
Contains low-level routines for loading .pcx 2d graphics files.
  
Line 9: Line 8:
 
! Notes
 
! Notes
 
|-
 
|-
| rowspan = 2 | pcx_* functions
+
| rowspan = 3 | pcx_* functions
 
| pcx_read_bitmap*()  
 
| pcx_read_bitmap*()  
 
| Various funcitons to read the bitmap contents from different format .pcx files (8 bit, 16 bit etc.).
 
| Various funcitons to read the bitmap contents from different format .pcx files (8 bit, 16 bit etc.).
Line 15: Line 14:
 
| pcx_read_header()  
 
| pcx_read_header()  
 
| Reads the header from a .pcx file
 
| Reads the header from a .pcx file
 +
|-
 +
| pcx_write_bitmap()
 +
| Dumps a 8bpp bitmap to a file.
 
|}
 
|}
  
 
[[Category:2d Graphics]]
 
[[Category:2d Graphics]]

Latest revision as of 20:15, 9 April 2010

Contains low-level routines for loading .pcx 2d graphics files.

Major Classes/Functions/Structs

Class/Group/Struct Method/Function/Element Notes
pcx_* functions pcx_read_bitmap*() Various funcitons to read the bitmap contents from different format .pcx files (8 bit, 16 bit etc.).
pcx_read_header() Reads the header from a .pcx file
pcx_write_bitmap() Dumps a 8bpp bitmap to a file.