ask for how to blend two image ?

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

pyhmail
Not too shy to talk
Not too shy to talk
Posts: 24
Joined: Thu Apr 03, 2008 02:37

ask for how to blend two image ?

Postby pyhmail » Wed Jun 04, 2008 09:37

1) I want to blend two image ,then generate a new image,what should I do?

daves
Home away from home
Home away from home
Posts: 253
Joined: Thu Feb 02, 2006 20:12

Postby daves » Thu Jun 05, 2008 00:07

I think this kind of image blending might be supported more readily in your renderer (as opposed to your gui system). I recently did some image work where I had to "pick specific colors" from an image loaded and displayed on a cegui window.

Ultimately to solve this problem, given that i was doing pixel level manipulations, I had to use Ogre's image capabilities, and then integrate this with what i was doing in cegui.

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Postby CrazyEddie » Thu Jun 05, 2008 08:56

Hi,

I agree with daves. Unless it's just simply overlaying a couple of images with alpha, you'd need to use the underlying engine or API to do any real compositing, and then use the results in CEGUI (if you need the results as part of your UI).

CE.


Return to “Help”

Who is online

Users browsing this forum: No registered users and 17 guests