An open API service indexing awesome lists of open source software.

https://github.com/unitycoder/unitylibvips

Using libvips (with net-vips bindings) in Unity Editor to do common image editing tasks (trim transparent, resize canvas to POT)
https://github.com/unitycoder/unitylibvips

Last synced: 3 months ago
JSON representation

Using libvips (with net-vips bindings) in Unity Editor to do common image editing tasks (trim transparent, resize canvas to POT)

Awesome Lists containing this project

README

        

# UnityLibVips
Using libvips (with net-vips bindings) in Unity Editor to do common image editing tasks (trim transparent, resize canvas to POT)

### libvips
- library https://github.com/libvips/libvips
- c# bindings https://github.com/kleisauke/net-vips/