| View previous topic :: View next topic |
| Author |
Message |
schihuawa Newbie
Joined: 07 May 2004 Posts: 11
|
Posted: Wed Apr 26, 2006 10:13 am Post subject: Using Jpg image in VDS5 |
|
|
Hi,
I want to use jpg file in a scrip, but I can only use .BMP
any idea ?
tks |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Wed Apr 26, 2006 12:07 pm Post subject: |
|
|
Hi Schihuawa,
How did you want to use it? Open, use as background, bitbtn element, etc.?
Hooligan _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
schihuawa Newbie
Joined: 07 May 2004 Posts: 11
|
Posted: Wed Apr 26, 2006 1:25 pm Post subject: |
|
|
hi,
I want to resize Jpg image to open it in defined small area, and by bdcliking on it, openning the image in full screen
tks |
|
| Back to top |
|
 |
uvedese Contributor


Joined: 21 Jan 2006 Posts: 169 Location: Spain
|
|
| Back to top |
|
 |
schihuawa Newbie
Joined: 07 May 2004 Posts: 11
|
Posted: Wed Apr 26, 2006 8:34 pm Post subject: |
|
|
Tks uvedese,
i'll try that, but... just a question VDSCON.DLL can convert the jpg to BMP on the fly ?? or by creating a bitmap on HDD ?
it works with other file type ? like .tif / .wad / .gif etc... |
|
| Back to top |
|
 |
uvedese Contributor


Joined: 21 Jan 2006 Posts: 169 Location: Spain
|
Posted: Wed Apr 26, 2006 9:33 pm Post subject: |
|
|
Vdsconv.dll creates a BMP file in the HDD, but once presented/displayed BITMAP element you can erase the file using next command:
| Code: | | file delete,"image_temp.bmp" |
____
Bye.  |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1565
|
Posted: Thu Apr 27, 2006 4:05 am Post subject: |
|
|
| I'd recommend using vdsobj, it will let you display the image directly on your dialog and there is no conversion to bitmap. It supports bmp, ico, wmf, emf, jpg, and gif |
|
| Back to top |
|
 |
schihuawa Newbie
Joined: 07 May 2004 Posts: 11
|
Posted: Thu Apr 27, 2006 8:35 am Post subject: |
|
|
| PGWARE wrote: | | I'd recommend using vdsobj, it will let you display the image directly on your dialog and there is no conversion to bitmap. It supports bmp, ico, wmf, emf, jpg, and gif |
Hi
I prefere this solution
Is this DLL free ???
tks |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1565
|
Posted: Thu Apr 27, 2006 2:11 pm Post subject: |
|
|
| All PGWARE dll's are now completely freeware with source code. |
|
| Back to top |
|
 |
schihuawa Newbie
Joined: 07 May 2004 Posts: 11
|
Posted: Thu Apr 27, 2006 2:21 pm Post subject: |
|
|
| PGWARE wrote: | | All PGWARE dll's are now completely freeware with source code. |
Great !!!
i'll try this W.E.
Tks |
|
| Back to top |
|
 |
|