Question: Given a 2D array full of integer values, ranging from 1-1000, how would you scale the values so the max value would be 255 and
Given a 2D array full of integer values, ranging from 1-1000, how would you scale the values so the max value would be 255 and the other values adjusted accordingly? The array should be able to be traversed and each value representing a RGB value for an image. Show the answer in Java and/or pseduo code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
