Merge multiple Image into GIF in JavaScript code. Save Image as GIF using JavaScript....map(fileName => builder.insertImage(fileName))...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...
Merge multiple JPG into TIFF in JavaScript code. Save JPG as TIFF using JavaScript....map(fileName => builder.insertImage(fileName))...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...