123123
This commit is contained in:
@@ -57,7 +57,7 @@ namespace ZelWiki.Library
|
||||
image.SaveAsBmp(ms);
|
||||
return preferredContentType;
|
||||
case "image/gif":
|
||||
throw new NotImplementedException("Use [ResizeGifImage] for saving animated images.");
|
||||
throw new NotImplementedException("使用 [ResizeGifImage] 保存动图");
|
||||
//image.SaveAsGif(ms);
|
||||
//return preferredContentType;
|
||||
case "image/tiff":
|
||||
|
||||
Reference in New Issue
Block a user