Joined: Tue Dec 15, 2009 6:50 pm Posts: 4
|
|
Hello everyone,
I have to make a simple image editor with options to change contrast and gamma of an image. Oh and I'm also using Glade. So far I managed to create the main window with a menu bar and I'm able to select a file from the with a file chooser and I have a filename in a variable. So..my questions:
- How can I display the selected image? Should I use DrawingArea or something else?
- What is the easiest way of changing values of pixels of an image?
I've searched for some examples and found nothing useful. Please help :(
|
|