#include "config.h"
#include <volume_io/internal_volume_io.h>
#include <bicpl/objects.h>
#include <bicpl/images.h>
#include <image.h>
Include dependency graph for rgb_io_sgi.c:
Go to the source code of this file.
Functions | |
unsigned short * | ibufalloc (IMAGE *image) |
IMAGE * | iopen (char *file, char *mode, unsigned int type, unsigned int dim, unsigned int xsize, unsigned int ysize, unsigned int zsize) |
int | getrow (IMAGE *image, unsigned short *buffer, unsigned int y, unsigned int z) |
int | iclose (IMAGE *image) |
int | putrow (IMAGE *image, unsigned short *buffer, unsigned int y, unsigned int z) |
int | i_seterror (void(*func)()) |
public Status | input_rgb_file (STRING filename, pixels_struct *pixels) |
public Status | output_rgb_file (STRING filename, pixels_struct *pixels) |
|
Referenced by input_rgb_file(). |
|
Referenced by input_rgb_file(), and output_rgb_file(). |
|
|
|
Referenced by input_rgb_file(), and output_rgb_file(). |
|
Definition at line 35 of file rgb_io_sgi.c. References getrow(), i_seterror(), iclose(), initialize_pixels(), iopen(), PIXEL_RGB_COLOUR, RGB_PIXEL, and y. |
|
Referenced by input_rgb_file(), and output_rgb_file(). |
|
Definition at line 93 of file rgb_io_sgi.c. References i_seterror(), iclose(), iopen(), PIXEL_RGB_COLOUR, putrow(), pixels_struct::x_size, y, and pixels_struct::y_size. |
|
Referenced by output_rgb_file(). |