Pre-compiled libvips for macOS. Part of the libvips_ffi package family.
- Pre-compiled libvips binaries for macOS
- Supports both Intel (x64) and Apple Silicon (arm64)
- Automatic architecture detection
import 'package:libvips_ffi_macos/libvips_ffi_macos.dart';
void main() {
initVipsMacos();
// Use libvips...
shutdownVips();
}This package includes pre-compiled libvips binaries for:
- arm64 (Apple Silicon)
- x86_64 (Intel)
The appropriate architecture is automatically selected at build time.
- libvips_ffi_core - Core FFI bindings
- libvips_ffi_desktop - Desktop meta package