Movatterモバイル変換


[0]ホーム

URL:


Function

VipsRegionWrite

Declaration

int(*VipsRegionWrite)(VipsRegion*region,VipsRect*area,void*a)

Description[src]

The function should write the pixels inarea fromregion.a is thevalue passed intovips_sink_disc().

Parameters

region

Type: VipsRegion

Get pixels from here.

The data is owned by the caller of the function.
area

Type: VipsRect

Area to write.

The data is owned by the caller of the function.
a

Type: void*

Client data.

The argument can beNULL.
The data is owned by the caller of the function.

Return value

Type: int

0 on success, -1 on error.


[8]ページ先頭

©2009-2025 Movatter.jp