Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Foreign Languages > Spanish Forum
Home Register FAQ Members List Search Today's Posts Mark Forums Read


Imagen Soportada (Supported image)


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-13-2009, 06:49 PM
Junior Member
 
Join Date: Sep 2009
Posts: 21
Wink Imagen Soportada (Supported image)

Hola,

¿alguien me puede decir que tipo de imagen soporta la versíón 6.8? Cuando pongo una foto en un objeto imagen, me aparece difuminado, como si no hubiera cargado toda la calidad de la foto. A ver si me puede alguien aclarar que foto he de poner para que se vea correctamente en mi dispositivo, y si tengo que retocar la foto con el paint...

Hi,

Anyone can tell me what type of image supports version 6.8? When I put a photo in an image object, I get blurred, as if he had not loaded all the photo quality. Let's see if I can someone clarify that I put picture to display properly on my device, and if I have to modify the picture with the paint ...

Gracias y un saludo
Reply With Quote
  #2 (permalink)  
Old 11-13-2009, 07:06 PM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Switzerland
Posts: 1,797
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

From what I have seen in the help file.
Supported image types are: BMP, GIF, JPEG, PNG, TIFF

Best regards.
__________________
Klaus
Switzerland
Reply With Quote
  #3 (permalink)  
Old 11-13-2009, 10:33 PM
Junior Member
 
Join Date: Sep 2009
Posts: 21
Question

Quote:
Originally Posted by klaus View Post
From what I have seen in the help file.
Supported image types are: BMP, GIF, JPEG, PNG, TIFF

Best regards.
Thanks Klaus,

In the desktop look good photos, but not in the device. It happens with some photos. Those that are of a camera, not seen.
Do not tell the difference between pictures. I'll leave the photos I have taken.

Cesped.JPG The image looks good, but the picture does not look good foto_video.JPG in the device, but in descktop if it looks good.

Do not understand.
Attached Files
File Type: zip Fotos.zip (82.5 KB, 14 views)
Reply With Quote
  #4 (permalink)  
Old 11-14-2009, 06:44 AM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Switzerland
Posts: 1,797
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

Could you also post the code you are using, so we can have a look how you display the fotos.

Best regards.
__________________
Klaus
Switzerland
Reply With Quote
  #5 (permalink)  
Old 11-14-2009, 09:42 AM
Junior Member
 
Join Date: Sep 2009
Posts: 21
Default

Quote:
Originally Posted by klaus View Post
Could you also post the code you are using, so we can have a look how you display the fotos.

Best regards.
I usually just use these codes

image1.loadimage("\MiImage.png")
Form1.Image=opendialog.file

opendialog1.Filter="Image Files|*.PNG"
If opendialog1.Show<>cCancel Then
FileCopy( opendialog1.File, FileName (textbox2.text & ".png"))
end if
etc..

but when the image charge directly from the properties pane of any object, it is the same, it looks bad.

But only happens with some ...
Could you upload a picture up on your device and load it into a form or other object?

My device is a Toshiba TG01, is it possible that my device?
The photos look good for the picture viewer WM6.1

Gracias y un saludo
Reply With Quote
  #6 (permalink)  
Old 11-17-2009, 03:59 PM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Switzerland
Posts: 1,797
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

What do you mean with "look bad", is it the width/height ratio or anything else?
It is mostly better to send your sbp file with the images so we can test the code exactly in the same conditions as you do, that's the reason why I asked you for the source code.
I loaded both images on my decices (Qtek9090 and htc Touch-HD) and hey don't look bad, just perhaps besides the width/height ratio.

Best regards.
__________________
Klaus
Switzerland
Reply With Quote
  #7 (permalink)  
Old 11-18-2009, 05:19 PM
Junior Member
 
Join Date: Sep 2009
Posts: 21
Default

Quote:
Originally Posted by klaus View Post
What do you mean with "look bad", is it the width/height ratio or anything else?
It is mostly better to send your sbp file with the images so we can test the code exactly in the same conditions as you do, that's the reason why I asked you for the source code.
I loaded both images on my decices (Qtek9090 and htc Touch-HD) and hey don't look bad, just perhaps besides the width/height ratio.

Best regards.
I will try to capture the screen on my device
Reply With Quote
  #8 (permalink)  
Old 11-22-2009, 08:08 PM
Junior Member
 
Join Date: Sep 2009
Posts: 21
Default

Quote:
Originally Posted by klaus View Post
What do you mean with "look bad", is it the width/height ratio or anything else?
It is mostly better to send your sbp file with the images so we can test the code exactly in the same conditions as you do, that's the reason why I asked you for the source code.
I loaded both images on my decices (Qtek9090 and htc Touch-HD) and hey don't look bad, just perhaps besides the width/height ratio.

Best regards.
Hi,

this is the problem question that I discussed. The photo I include in a form directly, and outcome.
I do not understand, the other photo programs work perfectly (wm6 editors, etc. ..)
Attached Images
File Type: jpg foto_video.jpg (10.8 KB, 4 views)
File Type: jpg Screen01.jpg (17.1 KB, 6 views)
Reply With Quote
  #9 (permalink)  
Old 11-22-2009, 08:32 PM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Switzerland
Posts: 1,797
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

Once again why don't you want to post your sbp file so we can have a closer look at it.

What exactly are you doing with ?
opendialog1.Filter="Image Files|*.PNG"
If opendialog1.Show<>cCancel Then
FileCopy( opendialog1.File, FileName (textbox2.text & ".png"))
end if
etc..

If we had your whole source code it would be much easier to help you.

Best regards.
__________________
Klaus
Switzerland
Reply With Quote
  #10 (permalink)  
Old 11-23-2009, 06:10 PM
Junior Member
 
Join Date: Sep 2009
Posts: 21
Default

Quote:
Originally Posted by klaus View Post
Once again why don't you want to post your sbp file so we can have a closer look at it.

What exactly are you doing with ?
opendialog1.Filter="Image Files|*.PNG"
If opendialog1.Show<>cCancel Then
FileCopy( opendialog1.File, FileName (textbox2.text & ".png"))
end if
etc..

If we had your whole source code it would be much easier to help you.

THE RESULTS ON THE NEXT PAGE

Best regards.

It is immaterial how to upload your image, always look bad in my device. I hung a test, I did not I look good, even in the button object image.

Thanks for the help Klaus.
Attached Images
File Type: jpg foto_video.jpg (10.8 KB, 1 views)
Attached Files
File Type: sbp Error.sbp (510 Bytes, 2 views)

Last edited by Maki25 : 11-23-2009 at 10:41 PM.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
can't find a *simple* way to show one transparent image over another image europe Questions & Help Needed 4 11-10-2008 07:44 PM
watermark / transparent image over another image europe Questions & Help Needed 7 11-09-2008 12:55 PM
Image from URL? N1c0_ds Questions & Help Needed 1 10-13-2008 08:35 PM
Move an image inside an image control Cableguy Questions & Help Needed 5 05-14-2007 07:40 PM


All times are GMT. The time now is 11:55 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0