NatImage - Image Processing API
NatML
$50.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
05/18(2018) |
50.0 |
11/18(2024) |
50.0 |
Jump AssetStore
NatImage is an ultra-fast image processing API for iOS and Android. NatImage is capable of performing several crucial image operations on 4-channel Texture2D's (textures that have format RGBA32, BGRA32, or ARGB32) in realtime. Features include:
- Blazing fast. NatImage uses a combination of SIMD, threading, and even GPU acceleration to perform image operations.
- Swizzling formats. NatImage allows for reordering pixel data, for example converting BGRA to RGBA textures.
- Convert to greyscale. You can convert color images to luminance images.
- Crop images. Crop larger images with custom offsets using NatImage's crop function.
- Flip images. Flip vertically, horizontally, or both using the flip function.
- Resize images. Resize images using bilinear filtering.
- Rotate images. You can rotate an image by an angle, or in 90-degree increments for changing the orientation of the image.
- Convolution filters. Apply convolution filters that sample a 3x3 or 5x5 neighborhood to calculate pixel values. This is useful for tasks like edge detection and averaging.
- Gaussian blur. Apply gaussian blurs with variable radius on images.
Check out the API reference.
Check out NatImage on Unity Forums.
Check out our written tutorials:
1. Crazy Fast Image Processing
Contact us at olokobayusuf@gmail.com.