Search:

Type: Posts; User: bgroenks96

Search: Search took 0.12 seconds.

  1. Re: Converting a picture made up of 0s and 1s into a colored picture??

    Alright well here is one way to do this:

    -Find the length and width of the 1s and 0s block in the file.
    -Create a multi-dimensional array of integers with that length and width


    int[][]...
  2. Re: Converting a picture made up of 0s and 1s into a colored picture??

    What are the parameters of the assignment? Are you allowed to count the lines and find the size of the image before coding or must your program do that?

    This really isn't too difficult and does...
Results 1 to 2 of 2