tiny doc fixes
This commit is contained in:
parent
ee0499af1f
commit
524c395f01
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user