Compface

48x48x1 image compression and decompression
Download

Compface Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • James Ashton
  • Operating Systems:
  • Windows All
  • File Size:
  • 35 KB

Compface Tags


Compface Description

The Compface DLL can be used to encode / decode X-Face header lines in Visual Basic. The API Declarations for this DLL are: API DECLARATIONS cface_vb.dll Private Declare Function uncompface Lib "cface_vb.dll" _ Alias "_uncompface@4" (ByVal s As String) As Long Private Declare Function compface Lib "cface_vb.dll" _ Alias "_compface@4" (ByVal s As String) As Long End API DECLARATIONS cface_vb.dll s is a fixed length string (more than 768 bytes) which contains either the x-face string or the bitmap data. the return value is one of the following: #define ERR_OK 0 /* successful completion */ #define ERR_EXCESS 1 /* completed OK but some input was ignored */ #define ERR_INSUFF -1 /* insufficient input. Bad face format? */ #define ERR_INTERNAL -2 /* Arithmetic overflow or buffer overflow */


Compface Related Software