Java

Moderators: zibadian
Number of threads: 7836
Number of posts: 18235

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
delphi picture data recovery Posted by gantait on 2 Aug 2006 at 5:05 AM
I am generating UI by mapping delphi form 2 java swing.
In delphi.dfm file for a picture some picture data is comming like this..
Picture.Data = {
07544269746D61704E310000424D4E3100000000000036040000280000009900
00004A0000000100080000000000182D00000000000000000000000100000001
0000FFFFFF000808080010101000181818002121210029292900313131003939
3900424242004A4A4A00525252005A5A5A00636363006B6B6B007B7B7B008484
84008C8C8C00949494009C9C9C00ADADAD00C6C6C600CECECE00D6D6D600DEDE
......
}
So suppose one picture is in the delphi form and i want to put that picture in my generated UI of java. how can i get the picture? is there any other way or i have to decode that picture.data and how? can any body help me?
thanks,
gantait
Report
Re: delphi picture data recovery Posted by zibadian on 2 Aug 2006 at 6:07 AM
: I am generating UI by mapping delphi form 2 java swing.
: In delphi.dfm file for a picture some picture data is comming like this..
: Picture.Data = {
: 07544269746D61704E310000424D4E3100000000000036040000280000009900
: 00004A0000000100080000000000182D00000000000000000000000100000001
: 0000FFFFFF000808080010101000181818002121210029292900313131003939
: 3900424242004A4A4A00525252005A5A5A00636363006B6B6B007B7B7B008484
: 84008C8C8C00949494009C9C9C00ADADAD00C6C6C600CECECE00D6D6D600DEDE
: ......
: }
: So suppose one picture is in the delphi form and i want to put that picture in my generated UI of java. how can i get the picture? is there any other way or i have to decode that picture.data and how? can any body help me?
: thanks,
: gantait
:
The picture is most likely a BMP format. That format should be readable using the ImageReader class.
Report
Re: delphi picture data recovery Posted by gantait on 3 Aug 2006 at 4:46 AM
: : I am generating UI by mapping delphi form 2 java swing.
: : In delphi.dfm file for a picture some picture data is comming like this..
: : Picture.Data = {
: : 07544269746D61704E310000424D4E3100000000000036040000280000009900
: : 00004A0000000100080000000000182D00000000000000000000000100000001
: : 0000FFFFFF000808080010101000181818002121210029292900313131003939
: : 3900424242004A4A4A00525252005A5A5A00636363006B6B6B007B7B7B008484
: : 84008C8C8C00949494009C9C9C00ADADAD00C6C6C600CECECE00D6D6D600DEDE
: : ......
: : }
: : So suppose one picture is in the delphi form and i want to put that picture in my generated UI of java. how can i get the picture? is there any other way or i have to decode that picture.data and how? can any body help me?
: : thanks,
: : gantait
: :
: The picture is most likely a BMP format. That format should be readable using the ImageReader class.
:
Thanks for replying. Can u give me any sample program or any reference..it will be helpful for me.



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.