#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
Include dependency graph for image.h:
This graph shows which files directly or indirectly include this file:
Data Structures | |
struct | alloy_image |
struct | alloy_pcx_header |
struct | alloy_bmp_header |
struct | alloy_tga_header |
struct | alloy_wal_header |
Typedefs | |
typedef unsigned char | alloy_byte |
typedef alloy_image | alloy_image_t |
typedef alloy_pcx_header | alloy_pcx_header_t |
typedef alloy_bmp_header | alloy_bmp_header_t |
typedef alloy_tga_header | alloy_tga_header_t |
typedef alloy_wal_header | alloy_wal_header_t |
Functions | |
alloy_image_t | alloy_load_pcx (const char *) |
alloy_image_t | alloy_load_bmp (const char *) |
alloy_image_t | alloy_load_tga (const char *) |
alloy_image_t | alloy_load_wal (const char *) |
typedef struct alloy_bmp_header alloy_bmp_header_t |
typedef unsigned char alloy_byte |
typedef struct alloy_image alloy_image_t |
typedef struct alloy_pcx_header alloy_pcx_header_t |
typedef struct alloy_tga_header alloy_tga_header_t |
typedef struct alloy_wal_header alloy_wal_header_t |
alloy_image_t alloy_load_bmp | ( | const char * | ) |
alloy_image_t alloy_load_pcx | ( | const char * | ) |
alloy_image_t alloy_load_tga | ( | const char * | ) |
alloy_image_t alloy_load_wal | ( | const char * | ) |