Hi, I am new to java programming, but i have this problem:
I open an image, i put ir in array 2 dimensional, teh idea is like this
array[count][0]=x;
array[count][1]=y
array[count][2]=red;
array[count][3]=green;
array[count][4]=blue;
array[count][5]=alpha;
I do so becaude i need to work with colors, but later on i want to save all changes in image. Can you please help me?! Some links with more info could be nice.
Thank you