Search found 5 matches

by mhammann
Mon Sep 28, 2009 7:03 am
Forum: GFL SDK
Topic: Creating a mosaic with gflMerge
Replies: 11
Views: 2946

Re: Creating a mosaic with gflMerge

Dear Melk,

I've worked around the problem using a different method.
See the headlines following :
- create a new image using gflAllockBitmapEx with the desired dimension
- for each image to merge, copy pixel per pixel all pixels coming from the source image to the destination image at the right ...
by mhammann
Tue Sep 22, 2009 6:49 am
Forum: GFL SDK
Topic: Creating a mosaic with gflMerge
Replies: 11
Views: 2946

Re: Creating a mosaic with gflMerge

Dear all,

My objective is to use gflMerge image to create a mosaic of images of different size placed at precomputed position in the mosaic.
For the test below, I don't take this constraint into consideration.

Nature and type of the images are always the same.

Please find my code hereinafter ...
by mhammann
Mon Sep 21, 2009 2:58 pm
Forum: GFL SDK
Topic: Creating a mosaic with gflMerge
Replies: 11
Views: 2946

Re: Creating a mosaic with gflMerge

Dear Melk,

Thank you for your feedback.
On my side, I didn't point out any solution.
Images with alpha channel causes allocation error with gflMerge.
In addition, I've tested several image order/combination and it delivers the same result -> first image dimension and data for the merged image ...
by mhammann
Wed Sep 16, 2009 8:48 am
Forum: GFL SDK
Topic: Creating a mosaic with gflMerge
Replies: 11
Views: 2946

Re: Creating a mosaic with gflMerge

Do all images require an alpha channel with the value set to the opacity value used for gflMerge ?

Thanks,

Michel
by mhammann
Tue Sep 15, 2009 2:22 pm
Forum: GFL SDK
Topic: Creating a mosaic with gflMerge
Replies: 11
Views: 2946

Re: Creating a mosaic with gflMerge

Hello Melk,

I have the same problem.

gflMerge is allocating a GFL_BITMAP structure for the merged image and I didn't manage to resize its dimension.
In addition, size and content of the merged image is similar to the first image of my GFL_BITMAP array.

Does anyone have an idea how gflMerge ...