Join Images using C#

Join images with customizable spacing and format options

Try for FREE

Join Images features

The Join Images C# library enables you to merge multiple images into a single composite image with customizable properties.

You can specify the space between images in pixels and choose a space color. The join direction property lets you determine whether the images are combined vertically or horizontally. Additionally, you can set the output format of the merged image to jpg, png, or tiff.

The Join Images C# library is useful for creating cohesive photo collages or visual presentations by seamlessly merging multiple images with customizable gaps and orientation.

C# library install

ConvertAPI provides an ASP.NET C# library that allows you to perform a Join Images conversion with just a few lines of code. Join Images documents using C# programming language with no effort at all!

NuGet Terminal >
Install-Package ConvertApi

Authenticate ConvertAPI C# library

You can obtain your secret key by signing up for a free account. Once you sign up, you'll receive 250 free conversions instantly! Grab your authentication secret from the account dashboard, and authenticate the ConvertAPI C# library like this:

// get your secret key here: https://www.convertapi.com/a/auth
ConvertApi convertApi = new ConvertApi("secret_or_token");

Join Images using C# in no time!

Once you have your authentication in place, simply copy-paste this images to join conversion code snippet into your C# project:

// Code snippet is using the ConvertAPI JavaScript Client: https://github.com/ConvertAPI/convertapi-js

// Code snippet is using the ConvertAPI Node.js Client: https://github.com/ConvertAPI/convertapi-nodejs

// Code snippet is using the ConvertAPI PHP Client: https://github.com/ConvertAPI/convertapi-php

// Code snippet is using the ConvertAPI Java Client: https://github.com/ConvertAPI/convertapi-java

// Code snippet is using the ConvertAPI C# Client: https://github.com/ConvertAPI/convertapi-dotnet

# Code snippet is using the ConvertAPI Ruby Client: https://github.com/ConvertAPI/convertapi-ruby

# Code snippet is using the ConvertAPI Python Client: https://github.com/ConvertAPI/convertapi-python

// Code snippet is using the ConvertAPI Go Client: https://github.com/ConvertAPI/convertapi-go

REM Code snippet is using the command line utility program: https://github.com/ConvertAPI/convertapi-cli

<!-- For conversions with the multiple file result please refer to this example: https://repl.it/@ConvertAPI/HTML-Form-with-multiple-file-result -->

Try the conversion online - no coding required!

You can try out advanced conversion parameters and test the conversion result online using our interactive demo tool. This tool will produce the same conversion output as if you were using the library from your solution, and it will auto-generate the code snippet for you!

Try for FREE!

Conversion parameters

JoinDirection Collection

The property determines the direction in which individual images are combined into a single image. This property specifies whether the images will be joined in a vertical or horizontal sequence, allowing for flexible layout configurations.

Values:   vertical horizontal

ImageSpacing Integer

The property defines the amount of space, in pixels, between individual images when they are combined into a single image.

SpacingColor Color

The property defines the color of the space between individual images when they are combined into a single image. This property works in conjunction with ImageSpacing to enhance the visual appearance of the composite image by allowing customization of the spacing area's color.

ImageOutputFormat Collection

The property specifies the format of the final image after the individual images have been joined. This property allows you to choose the desired file format for the output image, ensuring compatibility with different use cases and requirements. Additionally, it provides an option to automatically detect the output format based on the format of the joining images.

Values:   auto jpg png tiff

Try Join Images for free!