Search found 1 match

by yurab
Tue Mar 17, 2009 7:02 pm
Forum: GFL SDK
Topic: Merge images side by side issue
Replies: 0
Views: 1334

Merge images side by side issue

I'm trying to merge few images side by side. I figured, in order to have both images appear in place the first image should have max size of all combined images. Therefore I create NewBitmap in size of final image, and then add other image files on top of it. However there is one problem appears ...