File: SGI.xs

package info (click to toggle)
libimager-perl 0.75-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,532 kB
  • ctags: 3,278
  • sloc: ansic: 24,109; perl: 21,732; makefile: 13
file content (27 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#define PERL_NO_GET_CONTEXT
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#include "imext.h"
#include "imperl.h"
#include "imsgi.h"
#include "ppport.h"

DEFINE_IMAGER_CALLBACKS;

MODULE = Imager::File::SGI  PACKAGE = Imager::File::SGI

PROTOTYPES: DISABLE

Imager::ImgRaw
i_readsgi_wiol(ig, partial)
	Imager::IO ig
	int partial

int
i_writesgi_wiol(ig, im)
	Imager::IO ig
	Imager::ImgRaw im

BOOT:
	PERL_INITIALIZE_IMAGER_CALLBACKS;