現代 JavaScript 庫允許 Node.js via .NET 開發人員使用幾行代碼 圖片 轉換為 PNG 圖片 轉換引擎分析原始內容,將合併結果導出為一張 PNG 圖像。
使用 JavaScript 以最大的靈活性和速度 圖片 轉換為 PNG 運行在線實時演示並在瀏覽器中 PNG 圖片 轉換 API 支持一堆有用的選項。
要將 圖片 文件轉換為 PNG 圖像,只需使用處理所有低級細節的 JavaScript
轉換多個 圖片 並將結果保存為單個 PNG 圖像。如果您在 JavaScript 開發代碼, 圖片 格式轉換將比聽起來簡單。請參閱 JavaScript 示例,該示例遍歷源 圖片 文件並將它們組合成一個 PNG 圖像:
npm install @aspose/words
複製
const aw = require('@aspose/words');
var fileNames = [ "Input1.png", "Input2.png" ]
var doc = new aw.Document()
var builder = new aw.DocumentBuilder(doc)
shapes = fileNames.map(fileName => builder.insertImage(fileName))
// 計算最大寬度和高度並更新頁面設置
// 裁剪文件以適合圖片的大小。
pageSetup = builder.pageSetup
pageSetup.pageWidth = Math.max(...shapes.map(shape => shape.width));
pageSetup.pageHeight = shapes.reduce((sum, shape) => sum + shape.height, 0);
pageSetup.topMargin = 0
pageSetup.leftMargin = 0
pageSetup.bottomMargin = 0
pageSetup.rightMargin = 0
doc.save("Output.png")
We host our Node.js via .Net packages in NPM repositories. Please follow the step-by-step instructions on how to install "Aspose.Words for Node.js via .NET" to your developer environment.
This package is compatible with Node.js 14.17.0 or higher.
您可以將圖片合併為許多其他文件格式: