Vai programmatiski jākonvertē attēls par GIF attēlu? Izmantojot Aspose.Words for Node.js via .NET jebkurš izstrādātājs var viegli pārveidot attēls par GIF attēla formātu, izmantojot tikai dažas JavaScript koda rindiņas.
Mūsdienu dokumentu apstrāde JavaScript API ar lielu ātrumu GIF no attēls Testa kvalitāti attēls uz GIF pārveidi tieši pārlūkprogrammā. Jaudīgā JavaScript bibliotēka ļauj pārveidot attēls failus daudzos populāros attēlu formātos.
Šis piemērs parāda, kā attēls pārveidot par GIF attēlu programmā JavaScript.
Veiciet vienkāršās darbības, lai attēls failu pārvērstu GIF grafiskā formātā. Izlasiet attēls no vietējā diska, pēc tam vienkārši saglabājiet to kā GIF, norādot nepieciešamo attēla formātu ar paplašinājumu GIF Gan attēls lasīšanai, gan GIF rakstīšanai varat izmantot pilnībā kvalificētus failu nosaukumus. Izvades GIF grafiskais saturs būs identisks oriģinālajam attēls failam.
npm install @aspose/words
Kopēt
const aw = require('@aspose/words');
var doc = new aw.Document()
var builder = new aw.DocumentBuilder(doc)
shape = builder.insertImage("Input.png")
shape.getShapeRenderer().save("Output.gif", new aw.Saving.ImageSaveOptions(aw.SaveFormat.Gif))
const aw = require('@aspose/words');
var doc = new aw.Document("Input.png")
doc.save("Output.gif")
const aw = require('@aspose/words');
var doc = new aw.Document("Input.png")
for (var page = 0; page < doc.pageCount; page++) {
var extractedPage = doc.extractPages(page, 1);
extractedPage.save(`Output_${page + 1}.gif`);
}
const aw = require('@aspose/words');
var doc = new aw.Document()
var builder = new aw.DocumentBuilder(doc)
builder.insertImage("Input.png")
doc.save("Output.gif")
const aw = require('@aspose/words');
var doc = new aw.Document()
var builder = new aw.DocumentBuilder(doc)
shape = builder.insertImage("Input.png")
shape.getShapeRenderer().save("Output.gif", new aw.Saving.ImageSaveOptions(aw.SaveFormat.gif))
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.
Varat konvertēt attēls uz daudziem citiem failu formātiem: