vote up 0 vote down star
1

Does anyone have an example of how to do some masking with Delphi TImage so I can have one image put on another?

Using 2009

flag
5  
Thus far this afternoon you have not endeared yourself to the other members of the community. I don't think you quite understand the nature of this site. As I understand it, it is intended to help and guide you to a solution or a number of possible solutions for the question you've asked. Not necessarily to give you the exact code for your problem. If you need further assistance with a problem then ask more questions in the comments of a given answer or edit your question to make it more specific. Try and give credit where credit is due. – Ryan J. Mills Oct 29 at 21:46

3 Answers

vote up 15 vote down check

You can use the Copymode (cmSrcErase,cmSrcCopy,cmSrcAnd,cmSrcInvert) property of the Timage.Canvas, you can find a basic example in this link.

alt text + alt text = alt text

Bye.

link|flag
Good example and an easy method, not sure what speed is like, but in most circumstances that wont matter. +1 :-) – Reallyethical Oct 29 at 17:11
not a good example hard to follow and why would i want 3 images i want one on another. – Jim Moore Oct 29 at 17:16
2  
If you just want a shape on top then skip a stage, I suggest that you try the example from start to finish. If you have any questions then ask us. RE – Reallyethical Oct 29 at 17:25
9  
You asked for masking, you got an example for masking. I guess many people (including me) will rate it a good example. You should consider recalibrating your expectations! – Uwe Raabe Oct 29 at 17:26
4  
Explain your problem you have with this answer in greater detail. We don't read minds. – Robert Love Oct 29 at 18:25
show 6 more comments
vote up 1 vote down

A good location to have for delphi graphics is efg's Computer Lab. Specifically to your question, there is a project Cursor Overlay which starts with cursors, but the concept is there to do what you are asking.

link|flag
vote up 3 vote down

Look at http://graphics32.org/ it can be a good start.

link|flag
that does not work with Delphi 2009 – Jim Moore Oct 29 at 17:15
1  
@Jim: Actually it does; see the FAQ at graphics32.org/wiki/Main/Applications, the description on what Graphics32 is about: graphics32.org/wiki/Main/Graphics32 and the project's page on SourceForge: sourceforge.net/projects/graphics32/… – Jeroen Pluimers Oct 29 at 19:05
1  
@Jim: there is even a Delphi 2010 version that is based on the Delphi 2009 version: 74.125.77.132/search?q=cache:QjMJA2Hh4JQJ:https:/… – Jeroen Pluimers Oct 29 at 19:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.