Spanish Imagen Soportada (Supported image)

Maki25

Member
Licensed User
Longtime User
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...:sign0085:

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
 

Maki25

Member
Licensed User
Longtime User
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.
 

Maki25

Member
Licensed User
Longtime User
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?:confused:

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

Gracias y un saludo
 

klaus

Expert
Licensed User
Longtime User
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.
 

Maki25

Member
Licensed User
Longtime User
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
 

Maki25

Member
Licensed User
Longtime User
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. ..)
 

klaus

Expert
Licensed User
Longtime User
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.
 

Maki25

Member
Licensed User
Longtime User
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.
 
Last edited:

Maki25

Member
Licensed User
Longtime User
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.

Sorry, these are my results with several pictures. You can see that not look good.

Regards
MAki_25
 

Maki25

Member
Licensed User
Longtime User
I'm afraid that there is problem with your device.

On my htc-Touch HD it works fine, attached a screenshot.
I used the foto_video.jpg image from your post #3

Are your images modifyed somewhere ?

Best regards.

The use of a camera, internet, other than I have, but are not modified in any way.

With the trial version of Basic4ppc 6.5 As I saw that did not look good, but I thought it was because it was the trial version. I also saw that on the desktop worked fine, but I gave no importance. Now that I have the paid version, I see that I have the problem too.

With any image viewer program I have no problem in my device.
I do not know how they could be done to see well.

Regards
oscar
 

Maki25

Member
Licensed User
Longtime User
There seems to be some problem with .net and this specific device.
I found a similar problem listed here: Weird Colors on TG01

Did you try to run an optimized compiled program on your device instead of running from the IDE?

I have tried it and when I run the compiled program works correctly.
This week or next, appears wm6.1 to wm6.5 update, will update the TG01 and I will comment.
Thank you very much Erel, and thank you very much also Klaus.
 
Top