English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

for example we give to the pixel which corrdinates are (i,j) the colour of the pixel which coordinates are (i',j') and we give the colour of origin of (i,j) to another pixel etc..
how to do this programm?

2007-02-07 06:23:23 · 1 answers · asked by Houcem 1 in Computers & Internet Programming & Design

i e to give the pixel which coordinates are(i,j) the colour another pixel (i',j') then give the colour of origin of (i,j) to another pixel etc..

2007-02-07 06:28:40 · update #1

1 answers

Since you are doing this at the pixel level, you need to set up a temporary storage location with the same form as the pixels and then do A to Temp, B to A, Temp to B, which swaps the two. If you just want to shift things around, copy all the intermediate pixels and then go Temp to Last

2007-02-07 06:38:52 · answer #1 · answered by Mike1942f 7 · 0 0

fedest.com, questions and answers