Handle multiple frames, and outdir.
[frameshot.git] / output.h
blob4e06cfc9d3ca315ceb067d8807bb0d18c5660856
2 int open_file_png(char *psz_filename, hnd_t *p_handle, int i_compression );
3 int write_image_png( hnd_t handle, picture_t *p_pic, config_t *p_config );
4 int close_file_png( hnd_t handle );