3 Replies
my issue lies at the for loop
Well you need to tell a bit more about the issues you have
Do you have an error?
Is the behaviour different from your expectations? If yes tell us about both.
Etc
there is no error, but i am unsure how to proceed. mt ptof states that we must "Create a list of pixels (type List<Pixel>) to store the pixels read from the input file" and "Using the constructor in the Pixel class, read in all the pixels from the input image and add them into the list."
my prof**
my idea was to create three different variable to store the red, green, and blue pixels (the input file is a list of numbers, but i must take three at a time to get a pixel color to put in the poutput file)
in the input file, the first three numbers equal to a color btw (either red, gree, or blue"