現代 JavaScript 庫允許 Node.js via .NET 開發人員使用幾行代碼 JPG 轉換為 SVG JPG 圖像轉換引擎分析原始圖形內容,將組合後的圖片導出為 SVG 格式。
使用 JavaScript 以最大的靈活性和速度 JPG 轉換為 SVG 運行在線實時演示並在瀏覽器中 SVG JPG 圖像轉換 API 支持一堆有用的選項。
要將多個 JPG 轉換為 SVG 只需使用處理所有低級細節的 JavaScript
轉換多個 JPG 圖像並將結果保存為單個 SVG 圖像。如果您在 JavaScript 開發代碼,圖像格式轉換將比聽起來簡單。請參閱 JavaScript 示例,該示例遍歷圖像文件並將它們組合到 SVG :
npm install @aspose/words
複製
const aw = require('@aspose/words');
var fileNames = [ "Input1.jpg", "Input2.jpg" ]
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.svg")
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.
您可以將JPG合併為許多其他文件格式: