Search:

Type: Posts; User: Salem

Search: Search took 0.21 seconds.

  1. Replies
    10
    Views
    1,286

    At this point, I would suggest post a whole...

    At this point, I would suggest post a whole program.

    > it's storing the image kind of blocky. any thoughts?
    Because sscanf doesn't work it's way through a string in the same way that fscanf...
  2. Replies
    10
    Views
    1,286

    All I can suggest is add debug prints (or use a...

    All I can suggest is add debug prints (or use a debugger) and step through the code.
    There isn't anything obviously wrong with what you've posted so far.
  3. Replies
    10
    Views
    1,286

    And what is the format of the image file? Post a...

    And what is the format of the image file?
    Post a couple of rows.



    for(i=0; i < row && !feof(fpl); i++)
    {
    for(j=0; j < col && !feof(fpl); j++)
    {
    if (...
Results 1 to 3 of 3