Re: [E-devel] crop image

2010-04-10 Thread ychouchane
Hello, and thanks for u help. and i have using another solution to make what i want : this is my code : #include #include #define LARGEUR_TILE 24 // hauteur et largeur des tiles. #define HAUTEUR_TILE 16 #define NOMBRE_BLOCS_LARGEUR 15 // nombre à afficher en x et y #define NOMBRE_BLOCS_HAUT

Re: [E-devel] crop image

2010-04-07 Thread The Rasterman
On Wed, 07 Apr 2010 21:22:38 +0200 ychouchane said: > Hello, i m trying to make that : > I have an image with many zone, and i want take little zone and position > it where i want on my window, so i use this function : > > #include > #include > > #define LARGEUR_TILE 24 // hauteur et largeur

[E-devel] crop image

2010-04-07 Thread ychouchane
Hello, i m trying to make that : I have an image with many zone, and i want take little zone and position it where i want on my window, so i use this function : #include #include #define LARGEUR_TILE 24 // hauteur et largeur des tiles. #define HAUTEUR_TILE 16 #define NOMBRE_BLOCS_LARGEUR 15