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)
- Host: GitHub
- URL: https://github.com/unitycoder/unitylibvips
- Owner: unitycoder
- License: lgpl-2.1
- Created: 2020-10-16T10:46:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-16T10:47:32.000Z (over 4 years ago)
- Last Synced: 2025-02-13T20:52:26.901Z (4 months ago)
- Size: 12.7 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/