Functions
stb_image_write.h File Reference
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <assert.h>
Include dependency graph for stb_image_write.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int stbi_write_bmp (char const *filename, int w, int h, int comp, const void *data)
int stbi_write_hdr (char const *filename, int w, int h, int comp, const float *data)
int stbi_write_png (char const *filename, int w, int h, int comp, const void *data, int stride_in_bytes)
int stbi_write_tga (char const *filename, int w, int h, int comp, const void *data)

Function Documentation

int stbi_write_bmp ( char const *  filename,
int  w,
int  h,
int  comp,
const void *  data 
)
int stbi_write_hdr ( char const *  filename,
int  w,
int  h,
int  comp,
const float *  data 
)
int stbi_write_png ( char const *  filename,
int  w,
int  h,
int  comp,
const void *  data,
int  stride_in_bytes 
)
int stbi_write_tga ( char const *  filename,
int  w,
int  h,
int  comp,
const void *  data 
)


rail_object_detector
Author(s):
autogenerated on Sat Jun 8 2019 20:26:31