1EDVIPS(1) General Commands Manual EDVIPS(1)
2
3
4
6 edvips - edit vips header of an image file
7
9 edvips -flag value ... imagefile
10
12 edvips changes an image file's header without copying the file. This is
13 useful for setting the resolution, for example.
14
15 The flags are:
16
17 -xres <float>
18 Set new X resolution
19
20 -yres <float>
21 Set new Y resolution
22
23 -coding <string>
24 Set coding - eg. NOCODING, LABPACK, etc.
25
26 -type <string>
27 Set type - eg. B_W, XRAY, etc.
28
29 -format <string>
30 Set format - eg. FMTUCHAR, FMTDPCOMPLEX, etc.
31
32 -xsize <int>
33 Set new Xsize
34
35 -ysize <int>
36 Set new Ysize
37
38 -bands <int>
39 Set new Bands
40
41 See <vips.h> for a complete list of passible values for type, coding
42 and format.
43
44 Be very careful when changing Xsize, Ysize, BandFmt or Bands. edvips
45 does no checking!
46
47
49 returns 0 on success and non-zero on error.
50
52 header(1)
53
55 K. Martinez 1993
56
57
58
59 30 June 1993 EDVIPS(1)