Thread: Simple Image Processing

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    So, what's the difference between image and originalImage?

    I see nothing immediately wrong.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  2. #2
    Registered User
    Join Date
    Aug 2006
    Posts
    36
    Ooops..."yeh originalImage" should just be "image". They are the same.

    Can't work out why I can assign values to the data, but I cannot compare the values in an if statement.

    If you say that it all looks fine, then I guess there is something going on at a deeper level I will have to look at...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program Plan
    By Programmer_P in forum C++ Programming
    Replies: 0
    Last Post: 05-11-2009, 01:42 AM
  2. Replies: 8
    Last Post: 04-11-2009, 01:49 AM
  3. Image rotation - doesn't always work
    By ulillillia in forum C Programming
    Replies: 12
    Last Post: 05-03-2007, 12:46 PM
  4. Replies: 4
    Last Post: 03-02-2003, 09:12 AM
  5. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM