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
filepath
stringwidth
intheight
intmode
stringposition
stringbackground
stringrotate
stringformat
stringimagepath
string
Returns
GetAvailableFormats()
string[] GetAvailableFormats()
Returns
- string[]