Skip to content

jarzelia/FP4-proposal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

Project Title: Photobench

Problem Statement

These days, everything is documented by photos. People take them every day, both of themselves and their lives. Sometimes, these photographers (both amateur and professional) need to make changes to their photos, but they don't want to spend money on expensive photo-editing suites to do so. That's where Photobench comes in. Photobench is a Racket-based photo-editing program which has an emphasis on maintaining the abstraction barrier between the user and the components that actually make up the image.

Problem Analysis

The main idea from class which we will be using in this project is the idea of building an abstraction barrier between the user and the program. This barrier will be the tools provided for the user, which will each dispatch, in different ways, the underlying procedures.

Data set or other source materials

Since this is a photo editor, the data used will be inputted by the user. This data will be images in bitmap, and the work will be done directly on the image itself.

The image that the user inputs should be ready to use, as Racket will convert images into a bitmap format.

Deliverable and Demonstration

The end product of this project will be a fully functional Photobench program. As a live demonstration of this program, we will run the suite of tools on a sample image, showing things such as painting, desaturation, and red-eye removal.

Evaluation of Results

Our level of success will be based on the effectiveness of each tool in our toolset. This will be judged on a case-by-case basis for each tool independently.

Work Plan and Schedule

Our general plan for the development of this project will be as follows. First, we will design a basic framework for the product, which will have limited tool functionality but will provide a base for the following steps. Next, we will add some of the tool functionality and improve the GUI to be more advanced. Finally, we will add in the rest of the desired functionality, with a focus on higher-level tools.

First Milestone (04-13)

For this milestone, the deliverable will be a basic GUI which has toolbars and a canvas, which can load and display the user's desired image. It will not have much functionality beyond that at this point.

Second Milestone (04-21)

For this milestone, the deliverable will be a more advanced GUI, with icons for each tool, functionality for saving, closing, resizing, and level-correction procedures (RGB, white balance, gamma, saturation).

Final Code Turn-In (05-01)

This will include the entire product, with all of the tools and image functions implemented and represented in the GUI.

Group Responsibilities

Nathan Goss

Will be creating the backend of the project, namely the procedures for each tool that will be in the GUI. These procedures will include white balance adjustment, red-eye correction, simple drawing tools, gamma level adjustment, (de)saturation, and more.

Milestone One

-Procedures for loading and displaying the desired image

Milestone Two

-RGB balance

-White balance

-Gamma adjustment

-Saturation

Final

-Paintbrush

-Eraser

-Other drawing tools

Eric Wang

Will work on the front end, which would be the GUI procedures itself. This would include creation of a file input/output system, where files are able to be saved after editing, along with confirmation windows and sliders for various settings. In addition, toolbars will be created with options and icons will be made as shortcuts to the associated functions.

Milestone One

-General framework of GUI done

-Canvas ready for the image

-Toolbars Present

Milestone Two

-Icons and link to their associated action.

-Toolbars functionality, like save and close.

-Resizing and rotating the image also there, with a new popup window and slider adjustment.

Final

-Cut

-Crop

-Paste

-Undo

-Redo

Proposal Presentation Link

The link is here.

About

Project Proposal is due 2015-04-08 at 9am

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published