|
||||||
|
Drawing using ImageGlue | |||||
We create our ImageGlue bitmap and draw our image onto it. [C#]
|
||||||
|
Exporting using System.Drawing | |||||
To export using System.Drawing we'll need a System.Drawing Bitmap which we can obtain using the ToSystemDrawingBitmap function. After this it's simply a matter of exporting the image as a JPG. [C#]
|
||||||
|
Input and Output | |||||
Sample input and output images are shown below.
|