GMImage.SetAdjoin
-----------------

Set adjoin value. Join images into a single multi-image file

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [GraphicsMagick](component_GraphicsMagick.md) | [2.0](newinversion20.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "GMImage.SetAdjoin"; ImageRef; Flag ) 

**MBS**( **"GMImage.SetAdjoin";** /\* Set adjoin value. Join images into a single multi-image file \*/  
**$ImageRef**; /\* The image reference number.e.g. 1 \*/   
**$Flag**) /\* a boolean valuee.g. 0 \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| ImageRef | The image reference number. | 1 |
| Flag | a boolean value | 0 |

### Result

Returns "OK" on success.

### Description

Set adjoin value. Join images into a single multi-image file  
### See also

- [GMImage.GetAdjoin](GMImageGetAdjoin.md)
- [GMImage.SetEndian](GMImageSetEndian.md)

This function checks for a license.

Created 18th August 2014 , last changed 18th August 2014

  
[GMImage.Segment](GMImageSegment.md) - [GMImage.SetAnimationDelay](GMImageSetAnimationDelay.md)

[HTML Version](GMImageSetAdjoin.shtml)