dmagick.c.resample

Undocumented in source.

Members

Enums

FilterTypes
enum FilterTypes

Used to adjust the filter algorithm used when resizing images. Different filters experience varying degrees of success with various images and can take significantly different amounts of processing time. ImageMagick uses the LanczosFilter by default since this filter has been shown to provide the best results for most images in a reasonable amount of time. Other filter types (e.g. TriangleFilter) may execute much faster but may show artifacts when the image is re-sized or around diagonal lines. The only way to be sure is to test the filter with sample images.

FilterTypes
enum FilterTypes
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

AcquireResampleFilter
ResampleFilter* AcquireResampleFilter(const(Image)* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DestroyResampleFilter
ResampleFilter* DestroyResampleFilter(ResampleFilter* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ResamplePixelColor
MagickBooleanType ResamplePixelColor(ResampleFilter* , double , double , MagickPixelPacket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ScaleResampleFilter
void ScaleResampleFilter(ResampleFilter* , double , double , double , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetResampleFilter
void SetResampleFilter(ResampleFilter* , FilterTypes , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetResampleFilterInterpolateMethod
MagickBooleanType SetResampleFilterInterpolateMethod(ResampleFilter* , InterpolatePixelMethod )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetResampleFilterVirtualPixelMethod
MagickBooleanType SetResampleFilterVirtualPixelMethod(ResampleFilter* , VirtualPixelMethod )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ResampleFilter
struct ResampleFilter
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta