Enhances image manipulation with format (webp encoder, defaults to png)
- computes etag with all manipulation parameters
This commit is contained in:
@ -8,6 +8,8 @@ namespace Oqtane.Services
|
||||
{
|
||||
public interface IImageService
|
||||
{
|
||||
public string CreateImage(string filepath, int width, int height, string mode, string position, string background, string rotate, string imagepath);
|
||||
public string[] GetAvailableFormats();
|
||||
|
||||
public string CreateImage(string filepath, int width, int height, string mode, string position, string background, string rotate, string format, string imagepath);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user