Skip to main content

First Foray Into Photo Editing

      Recently, I made my first attempts at learning how to edit photos. This was a very interesting learning experience as I never realized how much effort it actually takes to edit a photo in a way that is presentable. In editing a photo, one first has to have a photo that would actually benefit from editing. Almost any photo can meet this criteria as humans are not perfect and there are many mistakes that could be made when taking the photo. Such as the lighting not being quite right or the angle of the photo being slightly different from what the photographer had intended. In my case, I had a number of photos that I wanted to edit for my Fundamentals of Digital Media class. These were taken of the downtown Toledo area as part of an Urban Landscape focus point. One photo that really caught my eye was of an empty street leading away from the middle of the downtown area. It caught my attention because the road was completely empty, despite it being in the middle of the afternoon when one would expect there to be much more activity, a very Lonely Street.
      This photo has a lot of potential for editing as I made several mistakes when I was taking the photo. I took it when I was walking across the street and did not wish to linger long. So in my haste, I took the photo on an angle that is slightly off center. This is something that can easily be corrected with photo editing software. For this, I utilized Pixlr, a free online photo editing platform. Fixing the angle was very easy, utilizing the free editing tool to move and rotate the photo and then cropping it so that it would be square. But I felt that there was more potential with this photo from an artistic standpoint. The empty street with older style buildings reminded me of old photos of town centers in small western towns.
      So I decided to try and make my photo of the Lonely Street look like a photo from a time era long passed. When thinking of older photos taken using film and the limited technology of the era, the first thing that comes to mind is the lighting. Many photos that are taken in this manner suffer from overexposure as the photographer might not adjust the camera's exposure correctly from shot to shot. To reflect this, I increased the brightness and contrast of the photo. This made the sun much brighter and more prominent in the sky above the buildings on the left side of the street. With older photographs, there is also the color limitations of the photos as these were limited by the technology and the age of the photos. Pixlr made this adaptation very easy as there is a old photo" adjustment in the application. This made the colors much more white washed. The only remaining adjustment that I felt the photo needed was a boarder, as many of the older photos, when developed, were not cut perfectly along the picture itself, leaving a boarder. Using the "inner glow" layer adjustment, I was able to mimic the boarders found around the photo type I wished to mimic. These adjustments came together very well to make this modern street seem like one from a time long forgotten.

Comments

Popular posts from this blog

The Art of Game Design: Chapters 6 and 7

    The Art of Game Design  continues to be an intriguing read that surprises me in new ways with each chapter. Chapter 6 focuses on the importance that theme has on games and how theme should be treated in a game's design. Theme isn't just something that the player learns from the game, it is the thought or idea that the game should try to represent in every possible way it can. This chapter covers two forms of themes, experienced and resonant themes. Experienced themes are just that, the themes that are experienced by the player through the game's story and setting, however resonant themes are a bit different. Resonant themes are the ones that are below the surface and aren't really experienced but have some deep truth that parallels those truths that the player holds. These are the themes that resonate deeply with players and make a story truly meaningful to a player's core.      To people who do not really play video games, they can be easily seen as a...

Magazine Columns - Backbone of Every Good Layout Response

There are many aspects that must be considered when designing a magazine. The content is very important, but one aspect of the design that no one really thinks about is the layout of the magazine. The grid is how images and text are placed around the page. It can determine the size of objects and how much white space is between each element on the page.  Most text in magazines appears to be set out into 3 columns. However, one of the most common layouts utilizes 12 columns in order to appear to have 3 columns. This gives much more layout control over what is shown and how it is shown. Its very surprising that a 12 column layout results in 3 columns of main text. However, the goal of this is so that it is modular. In computer science, one of the most important things that you consider when coding is to try and make your code modular. When you can use the same layout on every page, it means that it is dynamic and interesting since each page will feel like it follows the same rules. T...

The Art of Game Design: Chapter 8 and 9

    Chapter 8 in the book The Art of Game Design  is all about the actual production process that is followed after brainstorming is complete and a team has an idea for what game they will be developing. One of the topics that this chapter focuses on are the ideas of software development, waterfall and a more circular idea designed by Barry Boehm. As a computer science major, I have encountered both of these ideas through my time in college and in the busniss world. Both theories have their positives and negatives, but the idea of "waterfall development" is a much stricter way of approaching software development when compared to Boehm's approach.     With a waterfall approach, this does not leave any room to go back and revisit the original idea and add or remove core features. This approach was used in the development of many old forms of windows, which also coincided with how the software was sold. For example, Microsoft's windows operating systems. Win...