Cargo Features

[dependencies]
cudarse-npp = { version = "0.1.0", default-features = false, features = ["static", "ial", "icc", "idei", "if", "ig", "ist", "isu"] }
default = static

The static feature is set by default whenever cudarse-npp is added without default-features = false somewhere in the dependency tree.

static default

Static linking against cuda libraries

Enables static of cudarse-npp-sys

ial

Image Arithmetic and Logical operations

Enables ial of cudarse-npp-sys

Affects image::ial

icc

Image Color Conversions

Enables icc of cudarse-npp-sys

Affects image::icc

idei

Image Data Exchange and Initialization

Enables idei of cudarse-npp-sys

Affects image::idei

if

Image Filtering

Enables if of cudarse-npp-sys

Affects image::if_

ig

Image Gometric transforms (resize, transforms)

Enables ig of cudarse-npp-sys

Affects image::ig

ist

Image Statistics

Enables ist of cudarse-npp-sys

Affects image::ist

isu

Image Support functions (malloc & free)

Enables isu of cudarse-npp-sys

Affects ial::Mul.mul_new, idei::ConvertChannel.convert_channel_new, idei::Convert.convert_new, idei::Scale.scale_float_new, idei::Transpose.transpose_new, if_::FilterGaussBorder.filter_gauss_border_new, ig::Resize.resize_new, ig::ResizeSqrPixel.resize_sqr_pixel_new, image::isu, image::Img.malloc_same_size