Interface IImageService
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
filepathstringwidthintheightintmodestringpositionstringbackgroundstringrotatestringformatstringimagepathstring
Returns
- string
GetAvailableFormats()
string[] GetAvailableFormats()
Returns
- string[]