Search:

Type: Posts; User: CNoobgrammer

Search: Search took 0.01 seconds.

  1. I will try to figure the problem out on my own. ...

    I will try to figure the problem out on my own.

    Thanks for all your help
  2. I really do appreciate you taking the time to...

    I really do appreciate you taking the time to help me, but why are you asking the same question again?

    Trust me, I've spent a lot of time going over the instructions. It is not easy for me to...
  3. Yes, the histogram part is not really a problem....

    Yes, the histogram part is not really a problem.

    The part I don't understand is how to use the loadJPG function to get all the data I need. Specifically, how to function call loadJPG and read the...
  4. jpeg.o and jpeg.h can be downloaded from here: ...

    jpeg.o and jpeg.h can be downloaded from here:

    Index of /class/cgs3460su11/homework
  5. So far I've came up with nothing, unfortunately...

    So far I've came up with nothing, unfortunately :(.
    Here's the link to the assignment:
    http://www.cise.ufl.edu/class/cgs3460su11/homework/homework6.pdf (The first question)

    Thanks for all the...
  6. Again, I don't know why people here think I'm not...

    Again, I don't know why people here think I'm not reading the instructions. If they were crystal clear, I wouldn't be here posting questions.
    I thought the function I'm using is somewhat prevalent,...
  7. I don't know what made you think that I didn't...

    I don't know what made you think that I didn't read the instructions. Like I said in the beginning, I'm new to C programming and my instructor really do give long and hard HW problems.
    I'm not...
  8. The function is provided in the assignment; the...

    The function is provided in the assignment; the function prototype is:


    int loadJPG(const char* input_file_name,
    const char * output_file_name);

    The assignment itself is quite long with...
  9. The files are on my school's server (running on...

    The files are on my school's server (running on linux). According to the instruction, the output file is a "binary file". Since there are information I need to get from the output file, I thinkI...
  10. Let's say I want to compress a file named...

    Let's say I want to compress a file named low.jpeg, and save the output into a file named high, do I just call the function like this:
    loadJPG("low.jpeg, "high");
    ?
  11. @tabstop If filename means anything other than...

    @tabstop
    If filename means anything other than the name of a file, then I don't know what it is...
    The idea of using the name of a file, something that's not declared inside a program, is totally...
  12. How to use loadJPG function from library jpeg?

    Hi all,

    As my name implies, I just started learning how to program in C.
    I have a homework assignment that requires me to use the function loadJPG
    to decompress an image. I've never encounter...
Results 1 to 12 of 12