| 
 
 NAMEvipsedit - edit header of a vips image file SYNOPSISvipsedit [OPTION...] vipsfile DESCRIPTIONvipsedit alters a VIPS image file's header. This is useful for setting the resolution, for example. The options are: 
   Be very careful when changing Xsize, Ysize, BandFmt or Bands. vipsedit does no checking! EXAMPLESTo set the Xsize to 512 and Bands to 6: 
   or 
   Extract the XML metadata from an image with vipsheader(1), edit it, and reattach with vipsedit(1). 
   RETURN VALUEreturns 0 on success and non-zero on error. SEE ALSOvipsheader(1) COPYRIGHTK. Martinez 1993 
 
  |