User Profile

Collapse

Profile Sidebar

Collapse
Youmair
Youmair
Last Activity: Mar 12 '12, 02:59 PM
Joined: Feb 11 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Youmair
    replied to Pgm Image processing in c++.
    in C
    Thanks, for your advice i debugged my functions and found that error.Next time i'll care for debugging.
    See more | Go to post

    Leave a comment:


  • Youmair
    started a topic Pgm Image processing in c++.
    in C

    Pgm Image processing in c++.

    Hello,
    In the following code ,i am able to shrink an image using 2d pointer,but when writing the image to a file ,the file is not fully shrink(the pixels are cropped).

    Could anyone please help me to sort out the problem in my code.



    Code:
    #include<iostream>
    #include<fstream>
    #include<string>
    #include<conio.h>
    using namespace std;
    
    void
    ...
    See more | Go to post
    Last edited by weaknessforcats; Mar 11 '12, 04:22 PM. Reason: added code tags
No activity results to display
Show More
Working...