Search found 4 matches

by Melk
Mon Sep 28, 2009 7:13 am
Forum: GFL SDK
Topic: Creating a mosaic with gflMerge
Replies: 11
Views: 2944

Re: Creating a mosaic with gflMerge

Thank you Michel,

I still wish I could use gflMerge, since it looked very handy, but unfortunately work has to continue. Thanks again for the 'old-fashion' way of solving our problem!

Regards
by Melk
Mon Sep 21, 2009 7:50 am
Forum: GFL SDK
Topic: Creating a mosaic with gflMerge
Replies: 11
Views: 2944

Re: Creating a mosaic with gflMerge

@Michel: According to the doc, gflMerge() only works for 24 & 32bits images. So you should not have to set an alpha channel on your images.
Still, I have the same problem as you, that is, I cannot have anything but the first mage of my array as a result of gflMerge().
I will try some few things, and ...
by Melk
Wed Sep 16, 2009 7:35 am
Forum: GFL SDK
Topic: Creating a mosaic with gflMerge
Replies: 11
Views: 2944

Re: Creating a mosaic with gflMerge

Thanks for your reply.

So I suppose the solution would be to have the final image as a canvas at first position in the array of images, and add the others on top of it?

Edit: Ok I have the good size now. I had to create a new image as a copy of one of my base images, then gflResize it, and use it ...
by Melk
Tue Sep 15, 2009 9:36 am
Forum: GFL SDK
Topic: Creating a mosaic with gflMerge
Replies: 11
Views: 2944

Creating a mosaic with gflMerge

I'm quite new to GFL SDK (commercial license) and i'm trying to create a mosaic from several images that have the same sizes.

The problem I encounter is that my mosaic won't be at the good size (that is (originalWidth * 2, originalHeight * 4) ) after the use of gflMerge.

Here is my code:

GFL ...