File: gd-extras.h

package info (click to toggle)
haskell-gd 3000.7.3-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: haskell: 325; ansic: 87; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifdef __cplusplus
extern "C" {
#endif

#ifndef GD_EXTRAS_H
#define G_DEXTRAS_H 1

#include <gd.h>

BGD_DECLARE(void) gdImagePtrDestroyIfNotNull (gdImagePtr *im);

BGD_DECLARE(void) gdImageCopyRotated90 (gdImagePtr dst,
					gdImagePtr src,
					int dstX, int dstY,
					int srcX, int srcY,
					int srcW, int srcH, int quadrants);



#endif

#ifdef __cplusplus
}
#endif