 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Sanmoraes Guest
|
Posted: Sat Oct 28, 2006 8:30 pm Post subject: TImage Appending images |
|
|
Guys,
I have a TImage in my program. It loads images from TWAIN
(Scanner). It works!
But now I need to input two pages within the same file.
What happen? I call the scanner and it send the image of the first page
to my TImage. Itīs right! But what I need is to append the 2nd page to
the same Timage, creating one unique file, with both images inside.
Like bellow:
TImage := Page 1 ;
TImage := TImage + Page2;
For instance:
Image1 + Image2
----- ------
| 1 | + | 2 |
----- ------ |
-------------
| ------- |
| | 1 | |
| | ------| | Both images within the file
| | 2 | |
| | ----- | |
------------
Is there anyway to do that?
Thank you,
Alexandre Moraes |
|
| Back to top |
|
 |
Riki Wiki Guest
|
Posted: Wed Nov 22, 2006 9:13 am Post subject: Re: TImage Appending images |
|
|
Hoi Alexandre
You need to repost your question in newsgroup b.p.d.nativeapi.win32 because
this newsgroup do not officially exist.
How to post to Delphi newsgroups:
<http://delphi.wikia.com/wiki/Delphi_Newsgroups> |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|