Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change image size
Message
De
05/10/2009 14:04:23
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Change image size
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01427788
Message ID:
01427788
Vues:
111
I am converting a tiff file into a png file:

oImage = newobject('GpBitmap', '_gdiplus.vcx')
oImage.CreateFromFile(this.pcapplicationpath + lcSku + '.tiff')
oImage.SaveToFile(this.pcapplicationpath + lcSku + '.png',"image/png",'quality=100')

My tiff file is a bit larger then the original source it was created from.
Can I scan down the resultant png?

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform