File: thumbnail.h

package info (click to toggle)
luola 1.3.2-10
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 3,316 kB
  • ctags: 1,694
  • sloc: ansic: 14,480; sh: 2,932; makefile: 225
file content (8 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#ifndef THUMBNAIL_H
#define THUMBNAIL_H

/* Make a thumbnail image */
extern int make_thumbnail(const char *input,const char *output,int height,float aspect);

#endif