Message
From
01/12/2006 08:04:15
 
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
01173359
Message ID:
01174048
Views:
31
>Hi Cesar,
>
>Thanks for reporting it.
>
>This issue showed up in the SP2-CTP fix list (5th item down):
>http://download.microsoft.com/download/a/b/3/ab3fd0de-74e9-4b0e-9510-82e9bd3a49e4/VFP9SP2_OctCTP_FixList.htm
>
>I haven't tested it yet though.

Hi Bo,
How are you doing ?

You're absolutely right, that was fixed.
You can try it by yourself.

Open the sample "ColorChannels.scx" from the Gdiplus-X release.
In this sample, I'm saving the image directly to the default IMAGE object.
When I first created this sample, I tried this way:
loDestBmp.Save(Thisform.Image4, .imaging.ImageFormat.Png)
But the result was a black image...
So I changed for "......imageFormat.Bmp" to solve.

Now it's working perfectly, for the 5 supported types, BMP, PNG, TIFF, JPEG and even GIF.

Anyway, I still think that it would be great to have the pictureval property available in every control that contains the picture property.

Regards
Cesar
Previous
Reply
Map
View