libvips_ffi_desktop 0.1.0+8.16.0 copy "libvips_ffi_desktop: ^0.1.0+8.16.0" to clipboard
libvips_ffi_desktop: ^0.1.0+8.16.0 copied to clipboard

Meta package for libvips_ffi desktop support (macOS, Windows, Linux).

libvips_ffi_desktop #

Meta package for libvips_ffi desktop support (macOS, Windows, Linux).

πŸ“– Documentation | πŸ“– δΈ­ζ–‡ζ–‡ζ‘£

Features #

  • Unified API for all desktop platforms
  • Automatic platform detection
  • Re-exports core functionality

Usage #

import 'package:libvips_ffi_desktop/libvips_ffi_desktop.dart';

void main() {
  initVipsDesktop();
  
  final pipeline = VipsPipeline.fromFile('input.jpg');
  pipeline.resize(0.5);
  pipeline.toFile('output.jpg');
  pipeline.dispose();
  
  shutdownVips();
}
1
likes
110
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Meta package for libvips_ffi desktop support (macOS, Windows, Linux).

Repository (GitHub)
View/report issues
Contributing

Topics

#image #image-processing #ffi #libvips #desktop

Documentation

Documentation
API reference

License

unknown (license)

Dependencies

libvips_ffi_core, libvips_ffi_linux, libvips_ffi_macos, libvips_ffi_windows

More

Packages that depend on libvips_ffi_desktop