Table of Contents

Class ImageConverterProvider

Namespace
Dynamicweb.Imaging.Providers
Assembly
Dynamicweb.Core.dll

Provides image conversion functionality (format, resize, crop).

public abstract class ImageConverterProvider
Inheritance
ImageConverterProvider
Inherited Members

Methods

Convert(ConvertParameters)

Converts the image and returns the contents of the converted image.

public abstract byte[] Convert(ConvertParameters convertParameters)

Parameters

convertParameters ConvertParameters

The conversion parameters.

Returns

byte[]

The contents of the converted image.

To top