Thread: Any suggestions on how to get started with this project?

  1. #1
    Registered User
    Join Date
    Oct 2017
    Posts
    1

    Any suggestions on how to get started with this project?

    In my C programming class we were asking to do this assignment: Image Stacker

    However, I don't even know where to start besides looking at how to read a file into an array or something.

    Not asking for the answer, asking for how to start, where to start, what to do..

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > I don't even know where to start besides looking at how to read a file into an array or something.
    That's a good place to start.

    Another good thing to do is read in a PPM file and write it back out again to make sure you can create files with no changes.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Banned
    Join Date
    Aug 2017
    Posts
    861
    looks like blending images together while evening out stuff. crack open Gimp source code and see how they manipulate images. It should give you some ideas.

  4. #4
    misoturbutc Hodor's Avatar
    Join Date
    Nov 2013
    Posts
    1,787
    No, don't look a the Gimp source code for this; that would quite honestly be crazy. This project is simply a matter of averaging the values in several arrays (it's very simple)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 08-02-2013, 06:45 PM
  2. Replies: 3
    Last Post: 07-30-2013, 01:28 AM
  3. New Project suggestions helpful
    By psndragoon in forum C++ Programming
    Replies: 10
    Last Post: 02-15-2005, 12:59 PM
  4. Current project, suggestions?
    By napkin111 in forum Game Programming
    Replies: 4
    Last Post: 04-08-2003, 08:06 AM
  5. your 11th & 12th grade c++ project or similar project
    By sleepyheadtony in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 01-13-2002, 05:14 PM

Tags for this Thread