Update GObject introspection annotations for libvips/colour directory

This commit is contained in:
Alistair Thomas 2017-09-30 19:25:22 +01:00
parent fe20b92e33
commit 2917c73404
28 changed files with 63 additions and 63 deletions

View File

@ -132,9 +132,9 @@ vips_HSV2sRGB_init( VipsHSV2sRGB *HSV2sRGB )
}
/**
* vips_HSV2sRGB:
* vips_HSV2sRGB: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Convert HSV to sRGB.

View File

@ -136,9 +136,9 @@ vips_LCh2Lab_init( VipsLCh2Lab *LCh2Lab )
}
/**
* vips_LCh2Lab:
* vips_LCh2Lab: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Turn LCh to Lab.

View File

@ -217,9 +217,9 @@ vips_LCh2CMC_init( VipsLCh2CMC *LCh2CMC )
}
/**
* vips_LCh2CMC:
* vips_LCh2CMC: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Turn LCh to CMC.

View File

@ -160,9 +160,9 @@ vips_Lab2LCh_init( VipsLab2LCh *Lab2LCh )
}
/**
* vips_Lab2LCh:
* vips_Lab2LCh: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Turn Lab to LCh.

View File

@ -156,9 +156,9 @@ vips_Lab2LabQ_init( VipsLab2LabQ *Lab2LabQ )
}
/**
* vips_Lab2LabQ:
* vips_Lab2LabQ: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Convert a Lab three-band float image to LabQ (#VIPS_CODING_LABQ).

View File

@ -98,9 +98,9 @@ vips_Lab2LabS_init( VipsLab2LabS *Lab2LabS )
}
/**
* vips_Lab2LabS:
* vips_Lab2LabS: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Turn Lab to LabS, signed 16-bit int fixed point.

View File

@ -192,9 +192,9 @@ vips_Lab2XYZ_init( VipsLab2XYZ *Lab2XYZ )
}
/**
* vips_Lab2XYZ:
* vips_Lab2XYZ: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Optional arguments:
@ -224,9 +224,9 @@ vips_Lab2XYZ( VipsImage *in, VipsImage **out, ... )
* @L: Input CIE Lab value
* @a: Input CIE Lab value
* @b: Input CIE Lab value
* @X: Return CIE XYZ colour
* @Y: Return CIE XYZ colour
* @Z: Return CIE XYZ colour
* @X: (out): Return CIE XYZ colour
* @Y: (out): Return CIE XYZ colour
* @Z: (out): Return CIE XYZ colour
*
* Calculate XYZ from Lab, D65.
*

View File

@ -141,9 +141,9 @@ vips_LabQ2Lab_init( VipsLabQ2Lab *LabQ2Lab )
}
/**
* vips_LabQ2Lab:
* vips_LabQ2Lab: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Unpack a LabQ (#VIPS_CODING_LABQ) image to a three-band float image.

View File

@ -121,9 +121,9 @@ vips_LabQ2LabS_init( VipsLabQ2LabS *LabQ2LabS )
}
/**
* vips_LabQ2LabS:
* vips_LabQ2LabS: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Unpack a LabQ (#VIPS_CODING_LABQ) image to a three-band short image.

View File

@ -531,9 +531,9 @@ vips_LabQ2sRGB_init( VipsLabQ2sRGB *LabQ2sRGB )
}
/**
* vips_LabQ2sRGB:
* vips_LabQ2sRGB: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Unpack a LabQ (#VIPS_CODING_LABQ) image to a three-band short image.

View File

@ -96,9 +96,9 @@ vips_LabS2Lab_init( VipsLabS2Lab *LabS2Lab )
}
/**
* vips_LabS2Lab:
* vips_LabS2Lab: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Convert a LabS three-band signed short image to a three-band float image.

View File

@ -146,9 +146,9 @@ vips_LabS2LabQ_init( VipsLabS2LabQ *LabS2LabQ )
}
/**
* vips_LabS2LabQ:
* vips_LabS2LabQ: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Convert a LabS three-band signed short image to LabQ

View File

@ -284,9 +284,9 @@ vips_CMC2LCh_init( VipsCMC2LCh *CMC2LCh )
}
/**
* vips_CMC2LCh:
* vips_CMC2LCh: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Turn LCh to CMC.

View File

@ -245,9 +245,9 @@ vips_XYZ2Lab_init( VipsXYZ2Lab *XYZ2Lab )
}
/**
* vips_XYZ2Lab:
* vips_XYZ2Lab: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Optional arguments:

View File

@ -103,9 +103,9 @@ vips_XYZ2Yxy_init( VipsXYZ2Yxy *XYZ2Yxy )
}
/**
* vips_XYZ2Yxy:
* vips_XYZ2Yxy: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Turn XYZ to Yxy.

View File

@ -116,9 +116,9 @@ vips_XYZ2scRGB_init( VipsXYZ2scRGB *XYZ2scRGB )
}
/**
* vips_XYZ2scRGB:
* vips_XYZ2scRGB: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Turn XYZ to scRGB.

View File

@ -104,9 +104,9 @@ vips_Yxy2XYZ_init( VipsYxy2XYZ *Yxy2XYZ )
}
/**
* vips_Yxy2XYZ:
* vips_Yxy2XYZ: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Turn XYZ to Yxy.

View File

@ -617,9 +617,9 @@ vips_colourspace_init( VipsColourspace *colourspace )
}
/**
* vips_colourspace:
* vips_colourspace: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @space: convert to this colour space
* @...: %NULL-terminated list of optional named arguments
*

View File

@ -127,7 +127,7 @@ vips_dE76_init( VipsdE76 *dE76 )
* vips_dE76:
* @left: first input image
* @right: second input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Calculate dE 76.

View File

@ -75,7 +75,7 @@ vips_dECMC_init( VipsdECMC *dECMC )
* vips_dECMC:
* @left: first input image
* @right: second input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Calculate dE CMC. The input images are transformed to CMC colour space and

View File

@ -220,9 +220,9 @@ vips_float2rad_init( VipsFloat2rad *float2rad )
}
/**
* vips_float2rad:
* vips_float2rad: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Convert a three-band float image to Radiance 32-bit packed format.

View File

@ -1054,9 +1054,9 @@ vips_icc_transform_init( VipsIccTransform *transform )
}
/**
* vips_icc_ac2rc:
* vips_icc_ac2rc: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @profile_filename: use this profile
*
* Transform an image from absolute to relative colorimetry using the
@ -1148,9 +1148,9 @@ vips_icc_ac2rc( VipsImage *in, VipsImage **out, const char *profile_filename )
#endif /*HAVE_LCMS*/
/**
* vips_icc_import:
* vips_icc_import: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Optional arguments:
@ -1191,9 +1191,9 @@ vips_icc_import( VipsImage *in, VipsImage **out, ... )
}
/**
* vips_icc_export:
* vips_icc_export: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Optional arguments:
@ -1226,9 +1226,9 @@ vips_icc_export( VipsImage *in, VipsImage **out, ... )
}
/**
* vips_icc_transform:
* vips_icc_transform: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @output_profile: get the output profile from here
* @...: %NULL-terminated list of optional named arguments
*

View File

@ -205,9 +205,9 @@ vips_rad2float_init( VipsRad2float *rad2float )
}
/**
* vips_rad2float:
* vips_rad2float: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Unpack a RAD (#VIPS_CODING_RAD) image to a three-band float image.

View File

@ -153,9 +153,9 @@ vips_sRGB2HSV_init( VipssRGB2HSV *sRGB2HSV )
}
/**
* vips_sRGB2HSV:
* vips_sRGB2HSV: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Convert to HSV.

View File

@ -259,9 +259,9 @@ vips_sRGB2scRGB_init( VipssRGB2scRGB *sRGB2scRGB )
}
/**
* vips_sRGB2scRGB:
* vips_sRGB2scRGB: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Convert an sRGB image to scRGB. The input image can be 8 or 16-bit.

View File

@ -261,9 +261,9 @@ vips_scRGB2BW_init( VipsscRGB2BW *scRGB2BW )
}
/**
* vips_scRGB2BW:
* vips_scRGB2BW: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Optional arguments:

View File

@ -101,9 +101,9 @@ vips_scRGB2XYZ_init( VipsscRGB2XYZ *scRGB2XYZ )
}
/**
* vips_scRGB2XYZ:
* vips_scRGB2XYZ: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Turn XYZ to scRGB.

View File

@ -289,9 +289,9 @@ vips_scRGB2sRGB_init( VipsscRGB2sRGB *scRGB2sRGB )
}
/**
* vips_scRGB2sRGB:
* vips_scRGB2sRGB: (method)
* @in: input image
* @out: output image
* @out: (out): output image
* @...: %NULL-terminated list of optional named arguments
*
* Optional arguments: