tiny doc fixes

This commit is contained in:
John Cupitt 2016-10-07 13:31:06 +01:00
parent ee0499af1f
commit 524c395f01
2 changed files with 2 additions and 2 deletions

View File

@ -587,7 +587,7 @@ vips_castv( VipsImage *in, VipsImage **out, VipsBandFormat format, va_list ap )
*
* Optional arguments:
*
* * @shift: integer values are shifted
* * @shift: %gboolean, integer values are shifted
*
* Convert @in to @format. You can convert between any pair of formats.
* Floats are truncated (not rounded). Out of range values are clipped.

View File

@ -269,7 +269,7 @@ vips_msb_init( VipsMsb *msb )
*
* Optional arguments:
*
* * @band: msb just this band
* * @band: %gint, msb just this band
*
* Turn any integer image to 8-bit unsigned char by discarding all but the most
* significant byte. Signed values are converted to unsigned by adding 128.