students : hiba ghannam hawa osama superviser: haya sammaneh

20
Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Upload: beatrix-jenkins

Post on 13-Dec-2015

227 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Students : Hiba Ghannam Hawa OsamaSuperviser: Haya Sammaneh

Page 2: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Outline• Idea• Scenario• Development Tools and Programming Languages• Features• Future work

Page 3: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Idea : Why from Desktop to web Two Basic Ideas :

• Maintenance - web based applications need to be installed only once where as desktop applications are to be installed separately on each computer. Also updating the applications is cumbersome with desktop applications as it needs to be done on every single computer which is not the case with web applications.

• Ease of use - desktop applications are confined to a physical location and hence have usability constraint. Web applications development on the other hand makes it convenient for the users to access the application from any location using the Internet.

Page 4: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Idea cont … But two problems with web applications :• web-based user interfaces base on server-

side HTML generation are typically not as responsive.• Fewer hot keys, require more use of the mouse and are

unreliable when handling large files

Page 5: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Why Smart Client

• “Smart" clients, provides the best of both desktop and web applications . It Utilizes Local Resources and it is Offline Capable .

Page 6: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Sequence diagram

User

Canvas WebsiteHard Disk Camera GPU

Start Browse Image

Copy Image URL

Start Camera

Display

Display

Display

Ask for filter

Apply filter

Page 7: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Development Tools and Programming Languages

• C#• Microsoft Silverlight• Microsoft Expression Blend• XAML• High Level shading Language• DirectX• Shazzam - Shader Editor • Web service

Page 8: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Features

• Full features of smart client applications.• Look and feel of Photoshop Program as a

desktop application.• Image editing .• Image filtering • Drawing .• Multi layer photo editor.• Save your work as an image or a project.

Page 9: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Full features of smart client applications

Full features of smart client applications.Since our photo editor is smart client then it is :• Offline application.• Use local resources .• Dos not require installation.

Page 10: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Look and feel of Photoshop Program as a desktop application

Page 11: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Image Editing

Open Image• Drag and Drop• Local user Computer• Url• Camera

Rotate Image• Rotate Canvas clock wise or counter clock wise• Flip Canvas vertical or horizontal

Page 12: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Cont…

Resize

• resize image to specific width and height• Resize the Canvas

Undo Redo

• We all make mistakes Having the ability to undo and then possibly redo mistakes in any application is extremely convenient because saves us all time from having to start over

Page 13: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Cont..

• Cut• Copy• Paste• common short keys to handle common command for

example, the copy is done when the user press"Ctrl+C"

Page 14: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Image Filtering

Directional Blur• This filter is used to reduce the detail of the image

Pixelate• This filter is used to Alter the number of pixel in an

image

Old PictureLightStreek• This filter is used to control the brightness of an

image

Page 15: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Filtering

SketchPencilStrock• This filter used to convert the Picture as Pencil

Sketch image• Red eye Removal

Page 16: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Drawing

• As any photo editor there is many tools for drawing as examples ellipses , rectangles , free drawing and you have multiple brushes and patterns . But the interesting thing is the performance in this web application.

Page 17: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Multi layer photo editor

One of the most important features and functionality of the application and it has many features :

• Add any shape to a new layer .• Controlling the properties of each shape like size and

filling• Hide any layer • Delete any layer • Move any layer• Image filtering to any image layer or part of layer• Change size of any layer

Page 18: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Saving

• Save Image to local user computer• Save all the work as project to data base

Page 19: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh

Future work

• Adding another graphics and image processing tools like different selection tools .

• Add another multi-layer functionality • Applying filters to videos and individual frames

in the video• Multi Touch website• Cloud computing to give the user large and

efficiency space to store images• Building our file format

Page 20: Students : Hiba Ghannam Hawa Osama Superviser: Haya Sammaneh