Skip to main content

Top 10 Most Famous Photographers of All Time

*Top 10 Most Famous Photographers of All Time*


If you want to take truly memorable and moving photographs, you can learn something by studying the pictures of famous photographers. Some of the most beloved artists are deceased, but some are still delighting us with their photographs. The list below includes some of the more famous photographers that still impact our lives today.


1. *Ansel Adams* is probably the most easily recognized name of any photographer. His landscapes are stunning; he achieved an unparalleled level of contrast using creative darkroom work. You can improve your own photos by reading Adams’ own thoughts as he grew older, when he wished that he had kept himself strong enough physically to continue his work.


2. *Yousuf Karsh* has taken photographs that tell a story, and that are more easily understood than many others. Each of his portraits tells you all about the subject. He felt as though there was a secret hidden behind each woman and man. Whether he captures a gleaming eye or a gesture done totally unconsciously, these are times when humans temporarily lose their masks. Karsh’s portraits communicate with people.


3. *Robert Capa* has taken many famous war-time photographs. He has covered five wars, even though the name “Robert Capa” was only the name placed to the photos that Endre Friedman took and that were marketed under the “Robert Capa” name. Friedman felt that if you were not close enough to the subject, then you wouldn’t get a good photograph. He was often in the trenches with soldiers when he took photographs, while most other war photographers took photos from a safe distance.


4. *Henri Cartier-Bresson* has a style that makes him a natural on any top ten photographer list. His style has undoubtedly influenced photography as much as anyone else’s. He was among the first to use 35mm film, and he usually shot in black and white. We are not graced by more of his work, since he gave up the craft about 30 years before he passed away. It’s sad that there are fewer photographs by Cartier-Bresson to enjoy.


5. *Dorothea Lange* took photographs during the Great Depression. She took the famous photo of a migrant mother, which is said to be one of the best-known photographs in history. In the 1940s, she also photographed the Japanese internment camps, and these photographs show sad moments in American history.


6. *Jerry Uelsman* created unique images with composite photographs. Being very talented in the darkroom, he used this skill in his composites. He never used digital cameras, since he felt that his creative process was more suited to the darkroom.


7. *Annie Leibovitz* does fine photographic portraits and is most well known for her work with Vanity Fair and Rolling Stone magazine. Her photographs are intimate, and describe the subject. She’s unafraid of falling in love with the people she photographed.


8. *Brassaï* is the pseudonym for Gyula Halasz, and he was well known for his photographs of ordinary people. He was proof that you don’t have to travel far to find interesting subjects. He used ordinary people for his subjects, and his photos are still captivating.


9. *Brian Duffy* was a British photographer who shot fashion in the 1960s and 70s. He lost his photographic interest at one time and burned many negatives, but then he began taking photos again a year before he died.


10. *Jay Maisel* is a famous modern photographer. His photos are simple; he doesn’t use complex lighting or fancy cameras. He often only takes one lens on photo outings, and he enjoys taking photos of shapes and lights that he finds interesting.


Of course there are other famous photographers that may be a part of your top 10 list. There is much to be learned in the art and craft of photography and from those who inspire us most.


_About the Author:_

Morris Pawtucket (FamousPhotographers125) writes about the famous photographers throughout history who have changed the way we see.

Comments

Popular posts from this blog

All About Microservices Architecture

All About Microservices Architecture **Microservices Architecture** is an approach to software development where a large application is broken down into smaller, independent services that can operate and be deployed independently. Instead of building a monolithic application, which is a single, tightly-integrated unit, microservices architecture divides the functionality into separate services that communicate with each other through well-defined APIs (Application Programming Interfaces). Key characteristics of microservices architecture include: 1. **Modularity:** Each microservice represents a specific business capability and can be developed, deployed, and scaled independently. 2. **Independence:** Microservices are autonomous, meaning they can be developed, deployed, and updated without affecting the entire system. This independence allows for faster development cycles. 3. **Scalability:** Since each service is independent, you can scale only the specific microservices that require...

Relational Calculus

Relational Calculus There is an alternate way of formulating queries known as Relational Calculus. Relational calculus is a non-procedural query language. In the non-procedural query language, the user is concerned with the details of how to obtain the end results. The relational calculus tells what to do but never explains how to do. Most commercial relational languages are based on aspects of relational calculus including SQL-QBE and QUEL. Why it is called Relational Calculus? It is based on Predicate calculus, a name derived from branch of symbolic language. A predicate is a truth-valued function with arguments. On substituting values for the arguments, the function result in an expression called a proposition. It can be either true or false. It is a tailored version of a subset of the Predicate Calculus to communicate with the relational database. Many of the calculus expressions involves the use of Quantifiers. There are two types of quantifiers: Universal Quantifiers: The univer...

Natural Language Processing (NLP)

What is Natural Language Processing (NLP) ? Natural Language Processing (NLP)* is a field of artificial intelligence (AI) that focuses on the interaction between computers and humans using natural language. It involves the development of algorithms and models that enable computers to understand, interpret, and generate human language. Here are key aspects of NLP: 1. *Text Understanding:* NLP systems aim to comprehend the meaning of written or spoken language. This involves tasks such as text classification, sentiment analysis, and named entity recognition. 2. *Speech Recognition:* NLP extends to processing spoken language, converting audio signals into text. This technology is used in voice assistants, transcription services, and more. 3. *Language Generation:* NLP systems can generate human-like text. This is employed in chatbots, language translation services, and content generation. 4. *Machine Translation:* NLP is fundamental to machine translation systems that enable the automatic...