File: pngwrite.h

package info (click to toggle)
pngphoon 1.2-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 552 kB
  • ctags: 106
  • sloc: ansic: 5,533; sh: 33; makefile: 16
file content (9 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
5
6
7
8
9

#ifndef _PNGWRITE_H_
#define _PNGWRITE_H_ _PNGWRITE_H_

#include "image.h"

void pngwrite( image_t *image, char* filename, int height );

#endif