Merge pull request #753 from astavale/gi-updates-for-colour
Update GObject introspection annotations for libvips/colour directory
This commit is contained in:
commit
fe7908d5cc
@ -132,9 +132,9 @@ vips_HSV2sRGB_init( VipsHSV2sRGB *HSV2sRGB )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_HSV2sRGB:
|
* vips_HSV2sRGB: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Convert HSV to sRGB.
|
* Convert HSV to sRGB.
|
||||||
|
@ -136,9 +136,9 @@ vips_LCh2Lab_init( VipsLCh2Lab *LCh2Lab )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_LCh2Lab:
|
* vips_LCh2Lab: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Turn LCh to Lab.
|
* Turn LCh to Lab.
|
||||||
|
@ -217,9 +217,9 @@ vips_LCh2CMC_init( VipsLCh2CMC *LCh2CMC )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_LCh2CMC:
|
* vips_LCh2CMC: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Turn LCh to CMC.
|
* Turn LCh to CMC.
|
||||||
|
@ -160,9 +160,9 @@ vips_Lab2LCh_init( VipsLab2LCh *Lab2LCh )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_Lab2LCh:
|
* vips_Lab2LCh: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Turn Lab to LCh.
|
* Turn Lab to LCh.
|
||||||
|
@ -156,9 +156,9 @@ vips_Lab2LabQ_init( VipsLab2LabQ *Lab2LabQ )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_Lab2LabQ:
|
* vips_Lab2LabQ: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Convert a Lab three-band float image to LabQ (#VIPS_CODING_LABQ).
|
* Convert a Lab three-band float image to LabQ (#VIPS_CODING_LABQ).
|
||||||
|
@ -98,9 +98,9 @@ vips_Lab2LabS_init( VipsLab2LabS *Lab2LabS )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_Lab2LabS:
|
* vips_Lab2LabS: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Turn Lab to LabS, signed 16-bit int fixed point.
|
* Turn Lab to LabS, signed 16-bit int fixed point.
|
||||||
|
@ -192,9 +192,9 @@ vips_Lab2XYZ_init( VipsLab2XYZ *Lab2XYZ )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_Lab2XYZ:
|
* vips_Lab2XYZ: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Optional arguments:
|
* Optional arguments:
|
||||||
@ -224,9 +224,9 @@ vips_Lab2XYZ( VipsImage *in, VipsImage **out, ... )
|
|||||||
* @L: Input CIE Lab value
|
* @L: Input CIE Lab value
|
||||||
* @a: Input CIE Lab value
|
* @a: Input CIE Lab value
|
||||||
* @b: Input CIE Lab value
|
* @b: Input CIE Lab value
|
||||||
* @X: Return CIE XYZ colour
|
* @X: (out): Return CIE XYZ colour
|
||||||
* @Y: Return CIE XYZ colour
|
* @Y: (out): Return CIE XYZ colour
|
||||||
* @Z: Return CIE XYZ colour
|
* @Z: (out): Return CIE XYZ colour
|
||||||
*
|
*
|
||||||
* Calculate XYZ from Lab, D65.
|
* Calculate XYZ from Lab, D65.
|
||||||
*
|
*
|
||||||
|
@ -141,9 +141,9 @@ vips_LabQ2Lab_init( VipsLabQ2Lab *LabQ2Lab )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_LabQ2Lab:
|
* vips_LabQ2Lab: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Unpack a LabQ (#VIPS_CODING_LABQ) image to a three-band float image.
|
* Unpack a LabQ (#VIPS_CODING_LABQ) image to a three-band float image.
|
||||||
|
@ -121,9 +121,9 @@ vips_LabQ2LabS_init( VipsLabQ2LabS *LabQ2LabS )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_LabQ2LabS:
|
* vips_LabQ2LabS: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Unpack a LabQ (#VIPS_CODING_LABQ) image to a three-band short image.
|
* Unpack a LabQ (#VIPS_CODING_LABQ) image to a three-band short image.
|
||||||
|
@ -531,9 +531,9 @@ vips_LabQ2sRGB_init( VipsLabQ2sRGB *LabQ2sRGB )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_LabQ2sRGB:
|
* vips_LabQ2sRGB: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Unpack a LabQ (#VIPS_CODING_LABQ) image to a three-band short image.
|
* Unpack a LabQ (#VIPS_CODING_LABQ) image to a three-band short image.
|
||||||
|
@ -96,9 +96,9 @@ vips_LabS2Lab_init( VipsLabS2Lab *LabS2Lab )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_LabS2Lab:
|
* vips_LabS2Lab: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Convert a LabS three-band signed short image to a three-band float image.
|
* Convert a LabS three-band signed short image to a three-band float image.
|
||||||
|
@ -146,9 +146,9 @@ vips_LabS2LabQ_init( VipsLabS2LabQ *LabS2LabQ )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_LabS2LabQ:
|
* vips_LabS2LabQ: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Convert a LabS three-band signed short image to LabQ
|
* Convert a LabS three-band signed short image to LabQ
|
||||||
|
@ -284,9 +284,9 @@ vips_CMC2LCh_init( VipsCMC2LCh *CMC2LCh )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_CMC2LCh:
|
* vips_CMC2LCh: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Turn LCh to CMC.
|
* Turn LCh to CMC.
|
||||||
|
@ -245,9 +245,9 @@ vips_XYZ2Lab_init( VipsXYZ2Lab *XYZ2Lab )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_XYZ2Lab:
|
* vips_XYZ2Lab: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Optional arguments:
|
* Optional arguments:
|
||||||
|
@ -103,9 +103,9 @@ vips_XYZ2Yxy_init( VipsXYZ2Yxy *XYZ2Yxy )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_XYZ2Yxy:
|
* vips_XYZ2Yxy: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Turn XYZ to Yxy.
|
* Turn XYZ to Yxy.
|
||||||
|
@ -116,9 +116,9 @@ vips_XYZ2scRGB_init( VipsXYZ2scRGB *XYZ2scRGB )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_XYZ2scRGB:
|
* vips_XYZ2scRGB: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Turn XYZ to scRGB.
|
* Turn XYZ to scRGB.
|
||||||
|
@ -104,9 +104,9 @@ vips_Yxy2XYZ_init( VipsYxy2XYZ *Yxy2XYZ )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_Yxy2XYZ:
|
* vips_Yxy2XYZ: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Turn XYZ to Yxy.
|
* Turn XYZ to Yxy.
|
||||||
|
@ -617,9 +617,9 @@ vips_colourspace_init( VipsColourspace *colourspace )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_colourspace:
|
* vips_colourspace: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @space: convert to this colour space
|
* @space: convert to this colour space
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
|
@ -127,7 +127,7 @@ vips_dE76_init( VipsdE76 *dE76 )
|
|||||||
* vips_dE76:
|
* vips_dE76:
|
||||||
* @left: first input image
|
* @left: first input image
|
||||||
* @right: second input image
|
* @right: second input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Calculate dE 76.
|
* Calculate dE 76.
|
||||||
|
@ -75,7 +75,7 @@ vips_dECMC_init( VipsdECMC *dECMC )
|
|||||||
* vips_dECMC:
|
* vips_dECMC:
|
||||||
* @left: first input image
|
* @left: first input image
|
||||||
* @right: second input image
|
* @right: second input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Calculate dE CMC. The input images are transformed to CMC colour space and
|
* Calculate dE CMC. The input images are transformed to CMC colour space and
|
||||||
|
@ -220,9 +220,9 @@ vips_float2rad_init( VipsFloat2rad *float2rad )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_float2rad:
|
* vips_float2rad: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Convert a three-band float image to Radiance 32-bit packed format.
|
* Convert a three-band float image to Radiance 32-bit packed format.
|
||||||
|
@ -1054,9 +1054,9 @@ vips_icc_transform_init( VipsIccTransform *transform )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_icc_ac2rc:
|
* vips_icc_ac2rc: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @profile_filename: use this profile
|
* @profile_filename: use this profile
|
||||||
*
|
*
|
||||||
* Transform an image from absolute to relative colorimetry using the
|
* 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*/
|
#endif /*HAVE_LCMS*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_icc_import:
|
* vips_icc_import: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Optional arguments:
|
* Optional arguments:
|
||||||
@ -1191,9 +1191,9 @@ vips_icc_import( VipsImage *in, VipsImage **out, ... )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_icc_export:
|
* vips_icc_export: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Optional arguments:
|
* Optional arguments:
|
||||||
@ -1226,9 +1226,9 @@ vips_icc_export( VipsImage *in, VipsImage **out, ... )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_icc_transform:
|
* vips_icc_transform: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @output_profile: get the output profile from here
|
* @output_profile: get the output profile from here
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
|
@ -205,9 +205,9 @@ vips_rad2float_init( VipsRad2float *rad2float )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_rad2float:
|
* vips_rad2float: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Unpack a RAD (#VIPS_CODING_RAD) image to a three-band float image.
|
* Unpack a RAD (#VIPS_CODING_RAD) image to a three-band float image.
|
||||||
|
@ -153,9 +153,9 @@ vips_sRGB2HSV_init( VipssRGB2HSV *sRGB2HSV )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_sRGB2HSV:
|
* vips_sRGB2HSV: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Convert to HSV.
|
* Convert to HSV.
|
||||||
|
@ -259,9 +259,9 @@ vips_sRGB2scRGB_init( VipssRGB2scRGB *sRGB2scRGB )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_sRGB2scRGB:
|
* vips_sRGB2scRGB: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Convert an sRGB image to scRGB. The input image can be 8 or 16-bit.
|
* Convert an sRGB image to scRGB. The input image can be 8 or 16-bit.
|
||||||
|
@ -261,9 +261,9 @@ vips_scRGB2BW_init( VipsscRGB2BW *scRGB2BW )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_scRGB2BW:
|
* vips_scRGB2BW: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Optional arguments:
|
* Optional arguments:
|
||||||
|
@ -101,9 +101,9 @@ vips_scRGB2XYZ_init( VipsscRGB2XYZ *scRGB2XYZ )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_scRGB2XYZ:
|
* vips_scRGB2XYZ: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Turn XYZ to scRGB.
|
* Turn XYZ to scRGB.
|
||||||
|
@ -289,9 +289,9 @@ vips_scRGB2sRGB_init( VipsscRGB2sRGB *scRGB2sRGB )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vips_scRGB2sRGB:
|
* vips_scRGB2sRGB: (method)
|
||||||
* @in: input image
|
* @in: input image
|
||||||
* @out: output image
|
* @out: (out): output image
|
||||||
* @...: %NULL-terminated list of optional named arguments
|
* @...: %NULL-terminated list of optional named arguments
|
||||||
*
|
*
|
||||||
* Optional arguments:
|
* Optional arguments:
|
||||||
|
Loading…
Reference in New Issue
Block a user