You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
320 B

//bibaoke.com
using System.Drawing.Imaging;
using Less.Network;
using System.Collections.Generic;
using System;
namespace Less.Image
{
/// <summary>
/// ImageFormat 扩展方法
/// </summary>
public static class ImageFormatExtensions
{
private static Dictionary<ImageFormat, MimeType> Map