Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Flicker-free PNG, how to?
Message
De
28/06/2006 17:36:51
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01132522
Message ID:
01132585
Vues:
36
Hi Sorin,

Yes, GDI+ supports Anti-Alias
Check for the GpImage class inside _gdiplus.vcx
Then have a look at "SmoothingMode"

Here are the constants relate to that.
You might be interested in 4 - Anti Alias
#DEFINE SmoothingModeInvalid  -1 
#DEFINE SmoothingModeDefault  0 
#DEFINE SmoothingModeHighSpeed  1 
#DEFINE SmoothingModeHighQuality 2 
#DEFINE SmoothingModeNone   3 
#DEFINE SmoothingModeAntiAlias  4 
Regards

Cesar
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform