ImageEn

TIEMultiBitmapHelper.StitchImages Code Samples


Code samples for StitchImages.
Automatically generated by the Every Method demo.
// Automated test of createStitcher (Helper)
// TIEMultiBitmapHelper.StitchImages - Split image and stitch back (Compare width: 399 vs 400)
ImageEnMView1.IEMBitmap.StitchImages( ImageEnView1.IEBitmap );



// Automated test of createStitcher (Helper) - Alpha Channel
// TIEMultiBitmapHelper.StitchImages - Split image and stitch back (Compare width: 399 vs 400)
ImageEnMView1.IEMBitmap.StitchImages( ImageEnView1.IEBitmap );



// Automated test of createStitcher (Helper) - 32-Bit RGBA
// TIEMultiBitmapHelper.StitchImages - Split image and stitch back (Compare width: 398 vs 400)
ImageEnMView1.IEMBitmap.StitchImages( ImageEnView1.IEBitmap );



// Automated test of createStitcher (Helper) - 1-bit
// TIEMultiBitmapHelper.StitchImages - Split image and stitch back (Compare width: 317 vs 400)
ImageEnMView1.IEMBitmap.StitchImages( ImageEnView1.IEBitmap );



// Automated test of createStitcher - Crop (Helper)
// TIEMultiBitmapHelper.StitchImages - Split image, stitch and crop border (Stitched Image: 341 x 335)
ImageEnMView1.IEMBitmap.StitchImages( ImageEnView1.IEBitmap, ievSTITCH_PANORAMA, 1.0, True, True, 0.01 );



// Automated test of createStitcher - Crop (Helper) - Alpha Channel
// TIEMultiBitmapHelper.StitchImages - Split image, stitch and crop border (Stitched Image: 340 x 333)
ImageEnMView1.IEMBitmap.StitchImages( ImageEnView1.IEBitmap, ievSTITCH_PANORAMA, 1.0, True, True, 0.01 );



// Automated test of createStitcher - Crop (Helper) - 32-Bit RGBA
// TIEMultiBitmapHelper.StitchImages - Split image, stitch and crop border (Stitched Image: 340 x 331)
ImageEnMView1.IEMBitmap.StitchImages( ImageEnView1.IEBitmap, ievSTITCH_PANORAMA, 1.0, True, True, 0.01 );



// Automated test of createStitcher - Crop (Helper) - 1-bit
// TIEMultiBitmapHelper.StitchImages - Split image, stitch and crop border (Stitched Image: 122 x 234)
ImageEnMView1.IEMBitmap.StitchImages( ImageEnView1.IEBitmap, ievSTITCH_PANORAMA, 1.0, True, True, 0.01 );