Search:

Type: Posts; User: KCfromNC

Search: Search took 0.01 seconds.

  1. Replies
    77
    Views
    15,986

    Good deal. Now a couple more pointers. You...

    Good deal. Now a couple more pointers.

    You have an array which now has enough space to hold all of the pixel values. You can modify your code to read it in one fread() call if you like and...
  2. Replies
    77
    Views
    15,986

    If you're reading unsigned chars into...

    If you're reading unsigned chars into pix/mem[][], why is mem_loc a pointer to an integer (or integer array)? Those types should be consistent.

    Also, since you're reading an image that's of size...
  3. Replies
    77
    Views
    15,986

    Trying to link the provided jpeg.o compiled for...

    Trying to link the provided jpeg.o compiled for Linux using GCC for windows will bomb. Linux GCC doesn't add leading underscores to function names while Windows GCC does. You'll get lots of errors...
Results 1 to 3 of 3