![]() |
![]() |
|
|
Welcome to the CG-Baker Software Developers Toolkit! With this toolkit you can create software, known as plug-in modules, that expand the capabilities of CG-Baker. This toolkit is for C programmers who wish to write plug-ins for CG-Baker on Windows platform. This guide assumes you are proficient in the C programming language and its tools. The source code files in this toolkit are written for Microsoft Visual C++.
The files included with this toolkit include C language header files,
C language source files and Resource files -- these files define the structures,
constants and functions you will need to build plug-in modules. |
||
Image which is a raw format can be extracted from template; either the whole canvas or an indicated object. What is
raw format? As the name would imply, Raw Format is just a stream of bytes describing the color information in an
image.
The color values are described in binary, hexadecimal format; Red, Green, Blue and Alpha channel; CG-Baker designates 4 channels
needed to describe an image. |
||
|
||