Page loading

Share your opinion
What do you think about gambaslinux.fr?
 
Interesting
It miss some informations
Excellent website
Results
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
Use picture - Invert,flip,rotate
French only sorry...

MANIPULATION D'IMAGES


Tournez votre image à 90°

Dans un sens:


DIM img AS Image

DIM monimage As String


'Sélectionnez votre image


img = Image.Load(monimage)

img = img.Rotate(1.57079633)

img.Save(monimage)


'Visionner dans une picturebox


PictureBox1.Picture = ""

PictureBox1.Refresh

PictureBox1.Picture = Picture.Load(monimage)


Dans l'autre sens:


DIM img AS Image

DIM monimage As String


'Sélectionnez votre image


img = Image.Load(monimage)

img = img.Rotate(4.71238898)

img.Save(monimage)


'Visionner dans une picturebox


PictureBox1.Picture = ""

PictureBox1.Refresh

PictureBox1.Picture = Picture.Load(monimage)



Inverser l'image:


img = img.Flip()

'à la place de img.Rotate()



Image en miroir:


img = img.Mirror()



Réalisé par taoteblues


Creation date : 11/10/2009 @ 14:47
Last update : 11/10/2009 @ 14:47
Category : Use picture
Page read 5510 times


Print the article Print the article


react.gifReactions to this article

Nobody gave a comment yet.
Be the first one to do it!


QUICK MENU
SEARCH




LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS

   visitors

   visitors online

ARCHIVES GAMBAS 1/2
^ Top ^