Table of Contents

Interface IImageService

Namespace
Oqtane.Services
Assembly
Oqtane.Shared.dll
public interface IImageService

Methods

CreateImage(string, int, int, string, string, string, string, string, string)

string CreateImage(string filepath, int width, int height, string mode, string position, string background, string rotate, string format, string imagepath)

Parameters

filepath string
width int
height int
mode string
position string
background string
rotate string
format string
imagepath string

Returns

string

GetAvailableFormats()

string[] GetAvailableFormats()

Returns

string[]