GroupDocs.Merger allows developers to combine multiple JPG documents in the preferred order and save them as a single file. You will not spend your time doing these operations manually on desktop software.
With GroupDocs.Merger it is possible to combine image documents of any JPG, PNG or BMP extensions.
The following example demonstrates how to merge image files with several lines of Python via .NET code:
Create an instance of Merger class and pass source image file path as a constructor parameter. You may specify absolute or relative file path as per your requirements.
Add another image file to merge with join method and pass instance of ImageJoinOptions class as a method parameter. Repeat this step for other image documents you want to merge.
Call Merger class save method and specify the filename for the merged image file as parameter.