Vips.Access (original) (raw)

Vips

API Version: 8.0

Library Version: 8.17

Type

Access

Generated by gi-docgen 2025.3

Enumeration

VipsAccess

Declaration

enum Vips.Access

Description [src]

The type of access an operation has to supply. See vips_tilecache()and VipsForeign.

VIPS_ACCESS_RANDOM means requests can come in any order.

VIPS_ACCESS_SEQUENTIAL means requests will be top-to-bottom, but with some amount of buffering behind the read point for small non-local accesses.

Members

VIPS_ACCESS_RANDOM

Can read anywhere.

VIPS_ACCESS_SEQUENTIAL

Top-to-bottom reading only, but with a small buffer.

VIPS_ACCESS_SEQUENTIAL_UNBUFFERED

No description available.

Content