CSharp:Convert image (JPG,PNG,etc) to webp using Aspose.Imaging
protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { // The path to the documents directory. string dataDir = Server.MapPath("~") + "/"; string inputImagePath = dataDir + "AH9_1.png"; // Input image path string outputImagePath = dataDir + "AH9_1_converted.webp"; // Output image path if (File.Exists(inputImagePath)) { // Load the image using Aspose.Imaging using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputImagePath)) { // Save the image in WebP format image.Save(outputImagePath, new Aspose.Imaging.ImageOptions.WebPOptions()); } // Optionally, you can redirect to the converted image or display a message Response.Redirect("AH9_1_converted.webp"); } } }
https://products.aspose.com/imaging/net/conversion/jpg-to-webp/
哲学管理(学)人生, 文学艺术生活, 自动(计算机学)物理(学)工作, 生物(学)化学逆境, 历史(学)测绘(学)时间, 经济(学)数学金钱(理财), 心理(学)医学情绪, 诗词美容情感, 美学建筑(学)家园, 解构建构(分析)整合学习, 智商情商(IQ、EQ)运筹(学)生存.---Geovin Du(涂聚文)