Skip to main content

Graphic Design Notes

 Graphic Design

Applications-

Power point

Keynote

Adobe indesign

Adobe illustrator

Adobe photoshop

Coral draw

Google slides


Design Terms-

Arrange-arranging sending something back to front or vice versa

Group-move them together

Align- top, left, right, bottom

Distribute-equidistant

Scale

Constraint

Rotate

Translucent, opacity, transparency

Crop

Hue what is colour, saturation how vivid is colour, lightness how light is colour


To recognise good design-

-professionalism in design


Good design vs bad design

There are two aspects here,

One, living a critical practice.Its working through the world paying attention to what is good writing, good design, good public speaking.

Second, once you are able to think about that, being critical, modelling your own work after the work you appreciate.

Developing a good vocabulary what works, what dose n’t work


-designing with a critical eye

Look at everything, see as a critic

-developing a design vocabulary

Is there?

Clear message

Dominant theme

Balanced

Organised

Obvious portal or target

Polished

Confident

Matter of looking down and seeing closely


Seeking inspiration at inspiring places-

-you can’t create in vacuum

Where to look for inspiration

design ideas, Pinterest, design blogs

There a lot of bad stuff also

Internet is not cherry picked

Its hard to make right decisions

Sources outside the box, sources that make space

Looking at the broader world of design before even we start a project

think about the soul of the message, forget about the platform

Look at world around you


The necessity of structure-

First thing grid, basic structure

All good design starts with structure

Introducing grid

Grid is organisational for us but if you pull it off right, no one sees the grid/ structure, makes it look perfect, its your brilliance that’s showing


Introducing the grid-

Our scaffold is grid in design

Organisation is the foundation of professionalism

We simply line things up, we find common axes, every opportunity to line things up. We take it and when we do that, we draw lines along the edges of our elements. We see things are now lined up. And that’s called grid.

Helps in getting message.

Using grid, before putting anything on the project think about grid

Organised, well mannered

Start with grid to organise your thought and content

Can be real or imaginary

Grid is recyclable 


Grid and audience perception

Optical illusions- common errors of perception- designers should know it

Major content above middle

Use rule of 3rds

3 cols 3 rows- if we take a rectangle and divide it into 9 equal parts, its the intersection of those parts that are visually the most interesting



The power of negative space (unused part of content)

Margins- areas around the edge of our composition

Gutters- areas between columns of text and design elements

Effects hoe audience feels

Negative space is just as important as content


Why designers use templates?

Finding a common solution to multiple problems

Replicable structure- template

Anticipate the layout within the broader project

Keep everything consistent

Start with biggest challenge. Slide with most content. Solve and work through others


Introducing the palette

Type

Color

Images

Graphics

We are going to deal with thousands of typefaces, millions of colors and infinite number of images to work with.

It’s actually pretty daunting trying to decide what we are going to put on our palette to deliver to our composition.

How do we do that?

How do we make right decisions?

How do we make certain we are using right colors?


Comments

Popular posts from this blog

OCR Image Text Detection and Image Manipulation Project

Developed as a course project, the main goal behind this project was to test ability to learn and use python libraries , use openCV to detect faces, tesseract to do optical character recognition and ability to use PIL to composite images together into contact sheets.  Task was to write python code which allows one to search through the images looking for occurrences of keywords and faces, to perform text detection on newspaper images data and  r eturn a contact sheet of all the faces which were located on the newspaper page which mentions that text . I divided whole task into subtasks into functions like, get files, binarise, to check is string is found, to chow faces, to show sheet,  building contact sheet and used libraries to achieve each task, like for images used PIL, cv2, etc 

Successful Presentation Notes

4 Modules Fear, The Formula, Practice, Engaging the audience Its takes practice and confidence Successful presentation is a public performance of the private self. Prof. Kuskin’s ten best practices for successful public speaking- Number 1 The Keith Code Rule: Fear inhibits execution. By controlling fear, we are able to execute on multiple levels. Number 2 Successful Presentation is storytelling. Number 3 Stories have a Beginning, Middle and Ending and often have single main meaning or moral. Number 4 Stories are always, in part, about the storyteller or people want to see people. Number 5 Stories are told; indeed, great stories are performed. Number 6 The Basic Formula is a simple three by three grid: Introduction, Content, & Conclusion, each of which have three parts: a. The Introduction has three elements: Salutation, Review, & The One Compelling Point b. The Content has three parts: Topic, Data, & Analysis c. The Conclusion has three parts: Summary, Discussion, & Tha...

Guided Projects from DataQuest

Guided Project: Finding Heavy Traffic Indicators on I-94 This project was about analysing a dataset about the westbound traffic on the I-94 Interstate highway and goal of analysis was to determine a few indicators of heavy traffic on I-94 which could be weather type, time of the day, time of the week, etc. My analysis concluded summer months, business days and 7AM or 4PM hours indicated very high traffic volume while winter months, weekends, normal hours were low on traffic and two weather conditions light rain and snow and clear sky also indicated moderately high traffic. I used exploratory data analysis and visualization to work through this analysis. Code Link Guided Project: Exploring Hacker News Posts I worked with Hacker News Posts Dataset to determine the questions like: Do Ask HN or Show HN receive more comments on average? Do posts created at a certain time receive more comments on average? I worked on preparing dataset, cleaning it, sorting using python strings, date and time...