Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 300 Bytes

File metadata and controls

8 lines (6 loc) · 300 Bytes

Title: Using > C++

libvips comes with a convenient C++ API. It is a very thin wrapper over the C API and adds automatic reference counting, exceptions, operator overloads, and automatic constant expansion.

See the C++ API documentation for more details.