Link to home
Start Free TrialLog in
Avatar of jexd99
jexd99

asked on

copying part of an image?

I am trying to copy part of an image from image1 component to image2. (bitmap to bitmap) I should be able to copy lets say point(25,25) to point(100,100) from image1 to image2, shouldn't I? Especially if it is an even square which I am trying to copy? (I am not trying to overlay the same points in image2, but trying to make image2 contain the portion of image1).  I also read here one other time an easy way to flip an image upside down, but of course, I didn't save that information.  Anyone know the solution to these?  
                   Thanks
ASKER CERTIFIED SOLUTION
Avatar of ZifNab
ZifNab

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mirek071497
mirek071497

In Delphi3 when You copy 256color image in this way then in result you get 16color copied image not 256! In Delphi1 and 2 all works fine.
Hi mirek!

Also browsing around? Thanks again for giving that comment. I don't have D3 so I don't know if it works in D3. Why doesn't it works in D3.


ZifNab - Because VCL was changed and you must operate on Palette.
mirek - 10x
Avatar of jexd99

ASKER

Thanks.. unfortunately, I have D3.... sometimes I not sure why
I ever upgraded. :)
If you have D3, why didn't you reject my answer???

Avatar of jexd99

ASKER

I should have explained better in the original question I guess (that I was using D3), so as far as the question I asked goes, I got the answer. I will research the "palette" stuff to find out what I need to do, but at least I know where to go from here :)