Processing Time Lapse Astro Images with RawTherapee

Size: px
Start display at page:

Download "Processing Time Lapse Astro Images with RawTherapee"

Transcription

1 Processing Time Lapse Astro Images with RawTherapee Axel Mellinger Department of Physics Central Michigan University & Sunset Astronomical Society June 10, 2016 Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24 1/24

2 Outline 1 Introduction: RAW vs. JPEG 2 How Color is Recorded: Bayer Filter and Gamma 3 Recording Twilight Time-Lapse Videos 4 RawTherapee Demo 5 Exposure Value Smoothing and Video Processing Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24 2/24

3 Introduction: RAW vs. JPEG JPEG (or JPG): A lossy compression format Nearly universal format for digital cameras Uses lossy compression (i. e. throws away image information) Reasonably small file sizes Example: Canon T2i (18 Megapixels): MB (depending on quality settings) each color (red, green, blue) is represented by an 8-bit number 2 8 = } 2 2 {{... 2} = 256 numbers (from ) 8 factors total number of colors: = 16,777,216 Now, this sounds like a huge number... but it can still be too small in certain situations (more later... ) Non-linear (doubling the light intensity does not double the brightness value in the JPEG file) Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24 4/24

4 Introduction: RAW vs. JPEG Raw Format: Whatever the Camera Manufacturer Decides... Manufacturer- and camera-specific Canon:.cr2 Nikon:.nef Sony:.arw,.srf,.sr2 Often lossless compression Much larger file sizes. Example: Canon T2i (18 Megapixels): MB Canon: each color (red, green, blue) is represented by a 14-bit number 2 14 = } 2 2 {{... 2} = 16,384 numbers 14 factors linear image format (doubling the light intensity doubling of the brightness value) But wait, there is more... Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24 5/24

5 How Color is Recorded Bayer Filter Named after its inventor, Bryce Bayer of Eastman Kodak. Camera sensors are black and white only! For color images: Take 3 separate images through red, green and blue filters or Take single image through Bayer filter pattern Source: Wikipedia Twice as many green elements as red or blue to mimic the physiology of the human eye. Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24 7/24

6 Photograph Through a Bayer Filter Original image Image credit: Anita Martinz / Wikipedia 8/24 Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24

7 Photograph Through a Bayer Filter Recorded by sensor Image credit: Anita Martinz / Wikipedia Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24 8/24

8 Photograph Through a Bayer Filter Recorded by sensor (color coded for clarity) Image credit: Anita Martinz / Wikipedia Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24 8/24

9 Photograph Through a Bayer Filter Recorded by sensor (this is what gets stored in a Raw file!) Image credit: Anita Martinz / Wikipedia 8/24 Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24

10 Demosaicing = De-Bayering Many algorithms See, e.g. Gunturk et al., IEEE Signal Processing Magazine 44, Jan Problem areas: edges, repeated patterns Camera manufacturers use their own, proprietary algorithms Commercial software: Adobe Lightroom, Photoshop,... Free/open-source software: dcraw, RawTherapee, DarkTable,... Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24 9/24

11 Gamma Correction From Raw to JPEG A long time ago... there were CRT monitors: brightness (voltage) which needed a gamma-corrected signal 1 (max) 1 (max) monitor brightness linear JPEG RGB (max) electric input signal (max) linear brightness (Raw) Also convenient for compressing into range 10/24 Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24

12 Raw to JPEG Conversion To-do list De-mosaicing Gamma correction... and additionally: White balance Exposure correction Tone mapping Noise suppression Sharpening... 11/24 Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24

13 Twilight Time-Lapse Videos Challenge: extreme changes in ambient lighting Equipment: Canon 6D with Rokinon 2.8/14 mm lens and Magic Lantern, motorized slider 900 images, 6 s intervall, spanning 90 minutes Exposure values: Start End Exposure time 1/60 s 5 s ISO ,800 f-stop ( ) ( ) 5 s Decrease in lighting by factor = /60 s /24 Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24

14 Auto- Expose-to-the-Right (ETTR) Magic Lantern Feature: Push histogram to the right Idea: Maximize the amount of light on the sensor without causing saturation Maximize exposure time (up to a pre-set limit) Use the smallest ISO possible (to reduce noise) First, increase exposure time from 1/60 s to 5 s as twilight progresses Then, increase ISO from 100 to Save images in Raw format 14/24 Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24

15 Basic Image Processing with RawTherapee Download: available for Linux, Windows, Mac First Steps Exposure Correction (much easier in Raw!) White Balance (4800 K works well for most night shots) Noise Control Vignetting Correction (flat field optional) Lens Geometry Correction Sidecar Files RawTherapee works non-destructively Processing operations are written to a plain-text.pp3 file Next time the Raw image is loaded into RawTherapee, all settings specified in the.pp3 file are applied 16/24 Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24

16 RawTherapee 17/24 Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24

17 Basic Image Processing with RawTherapee Download: available for Linux, Windows, Mac First Steps Exposure Correction (much easier in Raw!) White Balance (4800 K works well for most night shots) Noise Control Vignetting Correction (flat field optional) Lens Geometry Correction Sidecar Files RawTherapee works non-destructively Processing operations are written to a plain-text.pp3 file Next time the Raw image is loaded into RawTherapee, all settings specified in the.pp3 file are applied 18/24 Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24

18 Exposure Value Smoothing Exposure Value (ISO-corrected) EV = log 2 ( N 2 t 100 ) N... f-stop number t... exposure time (seconds) ISO ISO... ISO setting Examples: ( f/2.8, 1/60 s, ISO 100: EV = log 2 1/60 s 100 ) = ( f/2.8, 5 s, ISO 100: EV = log ) = Larger EV brighter scene If EV increases by 1: light intensity doubles EV drops by (8.91 ( 6.32)) = Test: = /24 Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24

19 Exposure Value Smoothing Plot of EV vs. Time For each image: EV calculated from EXIF data (EXIF: exchangeable image file format; standard for including f-stop, ISO, etc. in JPEG or Raw image file) ExifTool demo But wait... there are steps in this plot! smoothing spline curve exposure value image number uncorrected EVs smoothed curve For each image, an individual.pp3 file is written. 21/24 Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24

20 From Raw Files to Video Automatic Raw JPEG/PNG conversion in RawTherapee After all.pp3 files have been generated: Launch RawTherapee Select images, send to queue Click Start processing, come back in a few hours... De-flickering Tools for video de-flickering: timelapse-deflicker: VirtualDub ( with MSU deflicker filter Video Assembly (JPEG/PNG MP4) ffmpeg -f image2 -r 24 -start number i IMG %04d.jpg -vcodec libx264 -s 2400x1600 -crf 18 out.mp4 Your favorite video editing program 22/24 Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24

21 Summary Image Recording Wide angle lens (Rokinon 14 mm f/2.8) Camera in Auto ETTR mode (Magic Lantern), Color Temp K Exposure time 1/60 s 5 s, ISO Save images in Raw (.CR2) format Image Processing Read exposure time & ISO from EXIF data Calculate and smooth exposure values Write EV correction to.pp3 files Run RawTherapee batch queue 23/24 Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24

22 Outlook 24/24 Axel Mellinger (Physics, CMU) Time Lapse Astro Image Processing June 10, / 24

Editing your digital images:

Editing your digital images: Editing your digital images: 1 By Garry Sankowsky zodpub@rainforestmagic.com.au All images taken with a digital camera need to be edited. You will usually get software with your camera that can do at least

More information

Camera Image Processing Pipeline: Part II

Camera Image Processing Pipeline: Part II Lecture 14: Camera Image Processing Pipeline: Part II Visual Computing Systems Today Finish image processing pipeline Auto-focus / auto-exposure Camera processing elements Smart phone processing elements

More information

MY ASTROPHOTOGRAPHY WORKFLOW Scott J. Davis June 21, 2012

MY ASTROPHOTOGRAPHY WORKFLOW Scott J. Davis June 21, 2012 Table of Contents Image Acquisition Types 2 Image Acquisition Exposure 3 Image Acquisition Some Extra Notes 4 Stacking Setup 5 Stacking 7 Preparing for Post Processing 8 Preparing your Photoshop File 9

More information

HIGH DYNAMIC RANGE IMAGING Nancy Clements Beasley, March 22, 2011

HIGH DYNAMIC RANGE IMAGING Nancy Clements Beasley, March 22, 2011 HIGH DYNAMIC RANGE IMAGING Nancy Clements Beasley, March 22, 2011 First - What Is Dynamic Range? Dynamic range is essentially about Luminance the range of brightness levels in a scene o From the darkest

More information

Camera Image Processing Pipeline: Part II

Camera Image Processing Pipeline: Part II Lecture 13: Camera Image Processing Pipeline: Part II Visual Computing Systems Today Finish image processing pipeline Auto-focus / auto-exposure Camera processing elements Smart phone processing elements

More information

Capturing Realistic HDR Images. Dave Curtin Nassau County Camera Club February 24 th, 2016

Capturing Realistic HDR Images. Dave Curtin Nassau County Camera Club February 24 th, 2016 Capturing Realistic HDR Images Dave Curtin Nassau County Camera Club February 24 th, 2016 Capturing Realistic HDR Images Topics: What is HDR? In Camera. Post-Processing. Sample Workflow. Q & A. Capturing

More information

Camera Image Processing Pipeline

Camera Image Processing Pipeline Lecture 13: Camera Image Processing Pipeline Visual Computing Systems Today (actually all week) Operations that take photons hitting a sensor to a high-quality image Processing systems used to efficiently

More information

These project cannot be made up after the due date. (Each exercise is worth 25 points)

These project cannot be made up after the due date. (Each exercise is worth 25 points) Week 2 8/24/2017 Week 3 8/31/2017 Week 4 9/7/2017 Catalogue building Toning and exporting files as DNG and creating a collection. Organizing files Bring in five to seven of your own photographs, import

More information

Part One Beginners Guide

Part One Beginners Guide Part One Beginners Guide Note The explanations, workflow and everything else in this beginners guide is how I have developed my HDR images. The guide is just that, I am not trying to tell you this is the

More information

Processing RAW files in ACR Roy Killen, APSEM, EFIAP, GMPSA

Processing RAW files in ACR Roy Killen, APSEM, EFIAP, GMPSA Processing RAW files in ACR Roy Killen, APSEM, EFIAP, GMPSA (c) 2017 Roy Killen RAW Page 1 Processing RAW files What are RAW files? Most digital cameras save files to memory cards in one of two basic formats

More information

Two Basic Digital Camera Types ( ) ( )

Two Basic Digital Camera Types ( ) ( ) Camera Basics Two Basic Digital Camera Types Digital SLR (Single Lens Reflex) Digital non-slr ( ) ( ) Camera Controls (where they are) Knobs & Switches Control Buttons Menu (several) Camera Controls (where

More information

What is a Raw file? How a RAW file differs from a JPEG

What is a Raw file? How a RAW file differs from a JPEG What is a Raw file? RAW is simply a file type, like a JPEG. But, where a JPEG photo is considered a photograph, a RAW is a digital negative, an image that hasn t been processed or adjusted by software

More information

Machinery HDR Effects 3

Machinery HDR Effects 3 1 Machinery HDR Effects 3 MACHINERY HDR is a photo editor that utilizes HDR technology. You do not need to be an expert to achieve dazzling effects even from a single image saved in JPG format! MACHINERY

More information

Lightroom CC. Welcome to Joshua Tree Workshops. Astro & Landscape Lightroom Workflow w/presets

Lightroom CC. Welcome to Joshua Tree Workshops. Astro & Landscape Lightroom Workflow w/presets Welcome to My approach to teaching is to offer small workshops which allow you to explore and discover our amazing planet, while learning photography and timelapse techniques. Astro & Landscape Lightroom

More information

Digital photography , , Computational Photography Fall 2017, Lecture 2

Digital photography , , Computational Photography Fall 2017, Lecture 2 Digital photography http://graphics.cs.cmu.edu/courses/15-463 15-463, 15-663, 15-862 Computational Photography Fall 2017, Lecture 2 Course announcements To the 14 students who took the course survey on

More information

Dynamic Range. H. David Stein

Dynamic Range. H. David Stein Dynamic Range H. David Stein Dynamic Range What is dynamic range? What is low or limited dynamic range (LDR)? What is high dynamic range (HDR)? What s the difference? Since we normally work in LDR Why

More information

Each camera manufacturer has their own RAW file extension, but all are handled the same way through Photoshop and Lightroom.

Each camera manufacturer has their own RAW file extension, but all are handled the same way through Photoshop and Lightroom. RAW files are the pure data collected by the camera sensors and there is NO in camera processing. Adobe Camera Raw is an editor for these file types** and allows total editing control by the user. Each

More information

Converting and editing raw images

Converting and editing raw images Converting and editing raw images Raw v jpeg As we have found out, jpeg files are processed in the camera and much of the data is lost. Raw files are not. Raw file formats: General term for a variety of

More information

CONVERTING AND EDITING RAW IMAGES

CONVERTING AND EDITING RAW IMAGES CONVERTING AND EDITING RAW IMAGES RAW V JPEG As we have found out, jpeg files are processed in the camera and much of the data is lost. Raw files are not and so all of the data is preserved. RAW FILE FORMATS:

More information

How to capture the best HDR shots.

How to capture the best HDR shots. What is HDR? How to capture the best HDR shots. Processing HDR. Noise reduction. Conversion to monochrome. Enhancing room textures through local area sharpening. Standard shot What is HDR? HDR shot What

More information

Digital imaging urban legends debunked

Digital imaging urban legends debunked Digital imaging urban legends debunked n Andrew Rodney n The Digital Dog n www.digitaldog.net n andrew@digitaldog.net What I'll cover Higher ISO always produces more noise: WRONG What I'll cover Higher

More information

Digital Imaging with the Nikon D1X and D100 cameras. A tutorial with Simon Stafford

Digital Imaging with the Nikon D1X and D100 cameras. A tutorial with Simon Stafford Digital Imaging with the Nikon D1X and D100 cameras A tutorial with Simon Stafford Contents Fundamental issues of Digital Imaging Camera controls Practical Issues Questions & Answers (hopefully!) Digital

More information

Digital Cameras. Consumer and Prosumer

Digital Cameras. Consumer and Prosumer Digital Cameras Overview While silver-halide film has been the dominant photographic process for the past 150 years, the use and role of technology is fast-becoming a standard for the making of photographs.

More information

Software & Computers DxO Optics Pro 5.3; Raw Converter & Image Enhancer With Auto Or Manual Transmission By Howard Millard March, 2009

Software & Computers DxO Optics Pro 5.3; Raw Converter & Image Enhancer With Auto Or Manual Transmission By Howard Millard March, 2009 Software & Computers DxO Optics Pro 5.3; Raw Converter & Image Enhancer With Auto Or Manual Transmission By Howard Millard March, 2009 Whether you shoot raw or JPEG, whether you re on the Windows or Mac

More information

Canon Log Instruction Manual

Canon Log Instruction Manual EOS 5D Mark IV (WG) Canon Log Instruction Manual This manual assumes that the EOS 5D Mark IV s firmware has been upgraded for compatibility with Canon Log. This manual explains only the features relevant

More information

VSCO FILM 01 MANUAL FOR: LIGHTROOM 4 & ADOBE CAMERA RAW 7

VSCO FILM 01 MANUAL FOR: LIGHTROOM 4 & ADOBE CAMERA RAW 7 VSCO FILM 01 MANUAL FOR: LIGHTROOM 4 & ADOBE CAMERA RAW 7 VSCO FILM MANUAL INTRODUCTION VSCO Film Pro is a brand new way to emulate film and speed up your workflow in Adobe Lightroom 4 and Camera Raw 7.

More information

A CAMERA IS A LIGHT TIGHT BOX

A CAMERA IS A LIGHT TIGHT BOX HOW CAMERAS WORK A CAMERA IS A LIGHT TIGHT BOX Pinhole Principle All contemporary cameras have the same basic features A light-tight box to hold the camera parts and recording material A viewing system

More information

Introduction to Digital Photography

Introduction to Digital Photography Introduction to Digital Photography A CAMERA IS A LIGHT TIGHT BOX All contemporary cameras have the same basic features A light-tight box to hold the camera parts and recording material A viewing system

More information

Photomatix Light 1.0 User Manual

Photomatix Light 1.0 User Manual Photomatix Light 1.0 User Manual Table of Contents Introduction... iii Section 1: HDR...1 1.1 Taking Photos for HDR...2 1.1.1 Setting Up Your Camera...2 1.1.2 Taking the Photos...3 Section 2: Using Photomatix

More information

Introduction to HDR Photography with Brian McPhee

Introduction to HDR Photography with Brian McPhee Introduction to HDR Photography with Brian McPhee What is HDR Photography? What is HDR Photography? HDR stands for High Dynamic Range What is HDR Photography? HDR stands for High Dynamic Range It is a

More information

Movie 3. Basic Camera Raw workflow

Movie 3. Basic Camera Raw workflow Movie 3 Basic Camera Raw workflow 1 The tone adjustment controls The tone adjustment controls allow you to make adjustments to the highlight and shadow clipping points as well as the overall tone balance

More information

HDR ~ The Possibilities

HDR ~ The Possibilities HDR ~ The Possibilities Dooleys Camera Club 14th March 2014!1 HDR - The Possibilities Steve Mullarkey email: stevemul@ozemail.com.au website: http://www.stevemul.com.au/! A PDF copy of this presentation

More information

Presenting... PhotoShop Elements 7 (PSE7) Photoshop LightRoom 2.3 (LR2) and High Dynamic Range Photography

Presenting... PhotoShop Elements 7 (PSE7) Photoshop LightRoom 2.3 (LR2) and High Dynamic Range Photography Presenting... PhotoShop Elements 7 (PSE7) Photoshop LightRoom 2.3 (LR2) and High Dynamic Range Photography 1 Before getting into Photoshop products, I need to be sure you can process the information I

More information

Basics of Photographing Star Trails

Basics of Photographing Star Trails Basics of Photographing Star Trails By Rick Graves November 15, 2016 1 What are Star Trails? Night sky images with foreground elements that show the passage of time and the motion of the stars 2 Which

More information

The A6000 is one of Sony's best selling mirrorless cameras, even with its successor

The A6000 is one of Sony's best selling mirrorless cameras, even with its successor Introduction The A6000 is one of Sony's best selling mirrorless cameras, even with its successor the A6300 now in the market. The compact E-mount camera is a diminutive powerhouse, with its 24mp sensor

More information

Movie 7. Merge to HDR Pro

Movie 7. Merge to HDR Pro Movie 7 Merge to HDR Pro 1 Merge to HDR Pro When shooting photographs with the intention of using Merge to HDR Pro to merge them I suggest you choose an easy subject to shoot first and follow the advice

More information

Aperture. The lens opening that allows more, or less light onto the sensor formed by a diaphragm inside the actual lens.

Aperture. The lens opening that allows more, or less light onto the sensor formed by a diaphragm inside the actual lens. PHOTOGRAPHY TERMS: AE - Auto Exposure. When the camera is set to this mode, it will automatically set all the required modes for the light conditions. I.e. Shutter speed, aperture and white balance. The

More information

Using raw files from digital cameras

Using raw files from digital cameras BRIEFING PAPER by CONRAD TAYLOR ιδεοgraphy Using raw files from digital cameras This briefing paper has been written in response to growing interest among digital photographers in using the so-called RAW

More information

The purpose of this help file is to make sure your images print as well as possible, both for your personal pleasure and also for your public audience if you win! Remember that the most important part

More information

Digital photography , , Computational Photography Fall 2018, Lecture 2

Digital photography , , Computational Photography Fall 2018, Lecture 2 Digital photography http://graphics.cs.cmu.edu/courses/15-463 15-463, 15-663, 15-862 Computational Photography Fall 2018, Lecture 2 Course announcements To the 26 students who took the start-of-semester

More information

SHAW ACADEMY NOTES. Ultimate Photography Program

SHAW ACADEMY NOTES. Ultimate Photography Program SHAW ACADEMY NOTES Ultimate Photography Program What is a Raw file? RAW is simply a file type, like a JPEG. But, where a JPEG photo is considered a photograph, a RAW is a digital negative, an image that

More information

Chapter 2-Digital Components

Chapter 2-Digital Components Chapter 2-Digital Components What Makes Digital Cameras Work? This is how the D-SLR (Digital Single Lens Reflex) Camera works. The sensor This is the light sensitive part of your camera There are two basic

More information

Learning Outcomes In this lesson, you will learn about the file formats in Adobe Photoshop. By familiarizing

Learning Outcomes In this lesson, you will learn about the file formats in Adobe Photoshop. By familiarizing Topic 4 - Photoshop File Formats Learning Outcomes In this lesson, you will learn about the file formats in Adobe Photoshop. By familiarizing yourself with these file formats it will give you more flexibility

More information

It makes sense to read this section first if new to Silkypix... How to Handle SILKYPIX Perfectly Silkypix Pro PDF Contents Page Index

It makes sense to read this section first if new to Silkypix... How to Handle SILKYPIX Perfectly Silkypix Pro PDF Contents Page Index It makes sense to read this section first if new to Silkypix... How to Handle SILKYPIX Perfectly...145 Silkypix Pro PDF Contents Page Index 0. 0.Overview and Introduction...9 0.1. Section Names...9 0.1.1.

More information

Step 1: taking the perfect shot

Step 1: taking the perfect shot HDR MY WAY On demand of many people who like my way of making high dynamic range images from one single RAW file, I hereby present what I think is the best way to do it. For others that may very well not

More information

Resolution, DPI NOTICE WE HAVE NOT YET EVEN DOUBLED LINEAR RESOLUTION, DESPITE ALMOST QUADRUPLING THE MEGAPIXELS. Don t get caught up with resolution

Resolution, DPI NOTICE WE HAVE NOT YET EVEN DOUBLED LINEAR RESOLUTION, DESPITE ALMOST QUADRUPLING THE MEGAPIXELS. Don t get caught up with resolution Printing Basics Printing Basics Resolution, DPI Don t get caught up with resolution 6 MP about 3,000 x 2,000 pixels 12 MP about 4,256 2,832 pixels 21 MP about 5,616 x 3,744 pixels NOTICE WE HAVE NOT YET

More information

HDR is a process for increasing the range of tonal values beyond what a single frame (either film or digital) can produce.

HDR is a process for increasing the range of tonal values beyond what a single frame (either film or digital) can produce. HDR HDR is a process for increasing the range of tonal values beyond what a single frame (either film or digital) can produce. It can be used to create more realistic views, or wild extravagant ones What

More information

Introduction to 2-D Copy Work

Introduction to 2-D Copy Work Introduction to 2-D Copy Work What is the purpose of creating digital copies of your analogue work? To use for digital editing To submit work electronically to professors or clients To share your work

More information

Twelve Steps to Improve Your Digital Photographs Stephen Johnson

Twelve Steps to Improve Your Digital Photographs Stephen Johnson Twelve Steps to Improve Your Digital Photographs Stephen Johnson Twelve Steps to Improve Your Digital Photographs 1. Image Quality 2. Photograph in RAW 3. Use Histogram, expose to the right 4. Set jpg

More information

The Raw Deal Raw VS. JPG

The Raw Deal Raw VS. JPG The Raw Deal Raw VS. JPG Photo Plus Expo New York City, October 31st, 2003. 2003 By Jeff Schewe Notes at: www.schewephoto.com/workshop The Raw Deal How a CCD Works The Chip The Raw Deal How a CCD Works

More information

>--- UnSorted Tag Reference [ExifTool -a -m -u -G -sort ] ExifTool Ver: 10.07

>--- UnSorted Tag Reference [ExifTool -a -m -u -G -sort ] ExifTool Ver: 10.07 From Image File C:\AEB\RAW_Test\_MG_4376.CR2 Total Tags = 433 (Includes Composite Tags) and Duplicate Tags >------ SORTED Tag Position >--- UnSorted Tag Reference [ExifTool -a -m -u -G -sort ] ExifTool

More information

ONE OF THE MOST IMPORTANT SETTINGS ON YOUR CAMERA!

ONE OF THE MOST IMPORTANT SETTINGS ON YOUR CAMERA! Chapter 4-Exposure ONE OF THE MOST IMPORTANT SETTINGS ON YOUR CAMERA! Exposure Basics The amount of light reaching the film or digital sensor. Each digital image requires a specific amount of light to

More information

DIGITAL IMAGING FOUNDATIONS

DIGITAL IMAGING FOUNDATIONS CHAPTER DIGITAL IMAGING FOUNDATIONS Photography is, and always has been, a blend of art and science. The technology has continually changed and evolved over the centuries but the goal of photographers

More information

A RAW Development Workflow

A RAW Development Workflow A RAW Development Workflow Presented by David Rouchet 2017 Who I am? An enthusiastic photographer I m French and installed in Montreal for a bit more than a year I work on the software engineering for

More information

You might be asking some of these ques3ons are it relates to digital photography and controlling quality star3ng with your camera.

You might be asking some of these ques3ons are it relates to digital photography and controlling quality star3ng with your camera. 1 You might be asking some of these ques3ons are it relates to digital photography and controlling quality star3ng with your camera. 2 3 The crop factor is the sensor's diagonal size compared to a full-

More information

What s New in Capture NX

What s New in Capture NX What s New in Capture NX Thank you for downloading the latest version of Capture NX, with support for Picture Controls and other new features. Please note the following changes to the manual. En Camera

More information

THE DIFFERENCE MAKER COMPARISON GUIDE

THE DIFFERENCE MAKER COMPARISON GUIDE THE DIFFERENCE MAKER D850 vs D810 Feature Set D850 Resolution 45.7 Megapixels D810 ISO Range 99 Cross Type AF Points Cross type AF points +++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++

More information

Intro to Digital SLR and ILC Photography Week 1 The Camera Body

Intro to Digital SLR and ILC Photography Week 1 The Camera Body Intro to Digital SLR and ILC Photography Week 1 The Camera Body Instructor: Roger Buchanan Class notes are available at www.thenerdworks.com Course Outline: Week 1 Camera Body; Week 2 Lenses; Week 3 Accessories,

More information

PHOTOGRAPHY: MINI-SYMPOSIUM

PHOTOGRAPHY: MINI-SYMPOSIUM PHOTOGRAPHY: MINI-SYMPOSIUM In Adobe Lightroom Loren Nelson www.naturalphotographyjackson.com Welcome and introductions Overview of general problems in photography Avoiding image blahs Focus / sharpness

More information

Photo Editing Workflow

Photo Editing Workflow Photo Editing Workflow WHY EDITING Modern digital photography is a complex process, which starts with the Photographer s Eye, that is, their observational ability, it continues with photo session preparations,

More information

RAWHide Alpha Release Documentation

RAWHide Alpha Release Documentation RAWHide Alpha Release Documentation Send Bugs Reports and Likes and Dislikes to the RAWHide Support Forum RAWHide is 2004-2008 Franklin A. Holub All Rights Reserved Some components are derived from David

More information

Photoshop and Lightroom for Photographers

Photoshop and Lightroom for Photographers Photoshop and Lightroom for Photographers Topic 7 Making Subtle changes in Photoshop Learning Outcomes In this lesson, we will take a photograph in Photoshop and do some quick touches to ensure that we

More information

Digital Photography Standards

Digital Photography Standards Digital Photography Standards An Overview of Digital Camera Standards Development in ISO/TC42/WG18 Dr. Hani Muammar UK Expert to ISO/TC42 (Photography) WG18 International Standards Bodies International

More information

Portraiture Creating and Editing. Aaron Taylor Aaron Taylor Photography LLC

Portraiture Creating and Editing. Aaron Taylor Aaron Taylor Photography LLC Portraiture Creating and Editing Aaron Taylor Aaron Taylor Photography LLC Who Am I? Owner of Aaron Taylor Photography LLC Family portraits Seniors Weddings and events Business and social media Headshots

More information

Local Adjustment Tools

Local Adjustment Tools PHOTOGRAPHY: TRICKS OF THE TRADE Lightroom CC Local Adjustment Tools Loren Nelson www.naturalphotographyjackson.com Goals for Tricks of the Trade NOT show you the way you should work Demonstrate and discuss

More information

HISTOGRAMS. These notes are a basic introduction to using histograms to guide image capture and image processing.

HISTOGRAMS. These notes are a basic introduction to using histograms to guide image capture and image processing. HISTOGRAMS Roy Killen, APSEM, EFIAP, GMPSA These notes are a basic introduction to using histograms to guide image capture and image processing. What are histograms? Histograms are graphs that show what

More information

High Dynamic Range (HDR) Photography in Photoshop CS2

High Dynamic Range (HDR) Photography in Photoshop CS2 Page 1 of 7 High dynamic range (HDR) images enable photographers to record a greater range of tonal detail than a given camera could capture in a single photo. This opens up a whole new set of lighting

More information

S&E Media. How will the images primarily be used? - Public - Research - Both -

S&E Media. How will the images primarily be used? - Public - Research - Both - S&E Media How will the images primarily be used? - Public - Research - Both - Archiving S&E Imagery - DPI - set to 300dpi - ICC Color Profiles - AdobeRGB - Dimensions - < 10,000 x 10,000 - Compression

More information

HDR Show & Tell Image / Workflow Review Session. Dave Curtin Nassau County Camera Club October 3 rd, 2016

HDR Show & Tell Image / Workflow Review Session. Dave Curtin Nassau County Camera Club October 3 rd, 2016 HDR Show & Tell Image / Workflow Review Session Dave Curtin Nassau County Camera Club October 3 rd, 2016 Capturing Realistic HDR Images Topics: HDR Review (Brief Summary from HDR Presentation Parts: 1

More information

Contents Foreword 1 Feedback 2 Legal information 3 Getting started 4 Installing the correct Capture One version 4 Changing the version type 5 Getting

Contents Foreword 1 Feedback 2 Legal information 3 Getting started 4 Installing the correct Capture One version 4 Changing the version type 5 Getting Contents Foreword 1 Feedback 2 Legal information 3 Getting started 4 Installing the correct Capture One version 4 Changing the version type 5 Getting to know Capture One Pro 6 The Grand Overview 6 The

More information

Digital Negative. What is Digital Negative? What is linear DNG? Version 1.0. Created by Cypress Innovations 2012

Digital Negative. What is Digital Negative? What is linear DNG? Version 1.0. Created by Cypress Innovations 2012 Digital Negative Version 1.0 Created by Cypress Innovations 2012 All rights reserved. Contact us at digitalnegativeapp@gmail.com What is Digital Negative? Digital Negative is specifically designed to help

More information

Lightroom Classic CC and Lightroom CC Updates

Lightroom Classic CC and Lightroom CC Updates Lightroom Classic CC and Lightroom CC Updates Information about the latest December 2017 Lightroom system updates This December Adobe have released updates for the entire Lightroom CC ecosystem, including

More information

1 / 9

1 / 9 WWW.RICHIEHUG.COM 1 / 9 A Beginner's Guide to Digital Photography Version 1.2 By Richie Hug November 24, 2016. Most people owning a digital camera have never used other settings than just the AUTO mode.

More information

Pacific New Media David Ulrich

Pacific New Media David Ulrich Pacific New Media David Ulrich pacimage@maui.net www.creativeguide.com 808.721.2862 Sharpening and Noise Reduction in Adobe Photoshop One of the limitations of digital capture devices and digital chips

More information

V S C O F I L M M A N UA L

V S C O F I L M M A N UA L VSCO FILM MANUAL GETTING STARTED WITH VSCO FILM LIGHTROOM 4, 5 & 6 ACR FOR PS CS6 & CC Thank you for buying VSCO Film, the best way to emulate film in Adobe Lightroom and Camera Raw. Combining the speed

More information

A quick overview of the basics of my workflow in. Those gaps in Photoshop s Histogram indicate missing information.

A quick overview of the basics of my workflow in. Those gaps in Photoshop s Histogram indicate missing information. Another Photoshop tutorial by Bruce Philpott Copyright 2007 Bruce Philpott A quick overview of the basics of my workflow in Adobe Camera Raw This short tutorial certainly won t cover everything about Adobe

More information

(RGB images only) Ctrl-click (Windows) or Command-click (Mac OS) a pixel in the image.

(RGB images only) Ctrl-click (Windows) or Command-click (Mac OS) a pixel in the image. PHOTOSHOP TOOLS USING CURVES: To adjust tonality with Curves, do one of the following: Choose Image > Adjustments > Curves. Choose Layer > New Adjustment Layer > Curves. Click OK in the New Layer dialog

More information

Digital photo sizes and file formats

Digital photo sizes and file formats Digital photo sizes and file formats What the size means pixels, bytes & dpi How colour affects size File formats and sizes - compression Why you might need to change the size How to change size For Tynemouth

More information

Setting Up Your Camera Overview

Setting Up Your Camera Overview Setting Up Your Camera Overview Lecture #1B LOUDEN 1 Digital Shooting: Setting up your Camera & Taking Photographs Watch this Video: Getting to Know Some Controls on Your Camera (DSLR CAMERAS): http://www.youtube.com/watch?v=1wu63fbg27o&feature=rel

More information

Topaz Labs DeNoise 3 Review By Dennis Goulet. The Problem

Topaz Labs DeNoise 3 Review By Dennis Goulet. The Problem Topaz Labs DeNoise 3 Review By Dennis Goulet The Problem As grain was the nemesis of clean images in film photography, electronic noise in digitally captured images can be a problem in making photographs

More information

HDR Darkroom 2 User Manual

HDR Darkroom 2 User Manual HDR Darkroom 2 User Manual Everimaging Ltd. 1 / 22 www.everimaging.com Cotent: 1. Introduction... 3 1.1 A Brief Introduction to HDR Photography... 3 1.2 Introduction to HDR Darkroom 2... 5 2. HDR Darkroom

More information

Camera Raw software is included as a plug-in with Adobe Photoshop and also adds some functions to Adobe Bridge.

Camera Raw software is included as a plug-in with Adobe Photoshop and also adds some functions to Adobe Bridge. Editing Images in Camera RAW Camera Raw software is included as a plug-in with Adobe Photoshop and also adds some functions to Adobe Bridge. Camera Raw gives each of these applications the ability to import

More information

CS 89.15/189.5, Fall 2015 ASPECTS OF DIGITAL PHOTOGRAPHY COMPUTATIONAL. Image Processing Basics. Wojciech Jarosz

CS 89.15/189.5, Fall 2015 ASPECTS OF DIGITAL PHOTOGRAPHY COMPUTATIONAL. Image Processing Basics. Wojciech Jarosz CS 89.15/189.5, Fall 2015 COMPUTATIONAL ASPECTS OF DIGITAL PHOTOGRAPHY Image Processing Basics Wojciech Jarosz wojciech.k.jarosz@dartmouth.edu Domain, range Domain vs. range 2D plane: domain of images

More information

Histograms and Tone Curves

Histograms and Tone Curves Histograms and Tone Curves We present an overview to explain Digital photography essentials behind Histograms, Tone Curves, and a powerful new slider feature called the TAT tool (Targeted Assessment Tool)

More information

Film Cameras Digital SLR Cameras Point and Shoot Bridge Compact Mirror less

Film Cameras Digital SLR Cameras Point and Shoot Bridge Compact Mirror less Film Cameras Digital SLR Cameras Point and Shoot Bridge Compact Mirror less Portraits Landscapes Macro Sports Wildlife Architecture Fashion Live Music Travel Street Weddings Kids Food CAMERA SENSOR

More information

INTRODUCTION TO COMPUTER GRAPHICS

INTRODUCTION TO COMPUTER GRAPHICS INTRODUCTION TO COMPUTER GRAPHICS ITC 31012: GRAPHICAL DESIGN APPLICATIONS AJM HASMY hasmie@gmail.com WHAT CAN PS DO? - PHOTOSHOPPING CREATING IMAGE Custom icons, buttons, lines, balls or text art web

More information

Professional RAW Editor for ios and icloud Photo Library (v2.0)

Professional RAW Editor for ios and icloud Photo Library (v2.0) Professional RAW Editor for ios and icloud Photo Library (v2.0) INTRODUCTION Thank you for downloading RAW Power. RAW Power is the first RAW editor for ios 11 that can read and modify the ios Photo Library

More information

by Don Dement DPCA 3 Dec 2012

by Don Dement DPCA 3 Dec 2012 by Don Dement DPCA 3 Dec 2012 Basic tips for setup and handling Exposure modes and light metering Shooting to the right to minimize noise 11/17/2012 Don Dement 2012 2 Many DSLRs have caught up to compacts

More information

Using The Nik Collection Plug-ins In Lightroom And Photoshop. Dan Lenardon

Using The Nik Collection Plug-ins In Lightroom And Photoshop. Dan Lenardon Using The Nik Collection Plug-ins In Lightroom And Photoshop Dan Lenardon What Are We Going To Cover Today? A Brief Overview Of The Nik Collection By Google How To Use Nik From Within Lightroom How To

More information

Monmouth Camera Club

Monmouth Camera Club These Guidelines are targeted for all members of the Monmouth Camera Club, whether novice or experienced, in preparing digital images for judging. Subjects include: importing photos from cameras into cataloging

More information

Sony PXW-FS7 Guide. October 2016 v4

Sony PXW-FS7 Guide. October 2016 v4 Sony PXW-FS7 Guide 1 Contents Page 3 Layout and Buttons (Left) Page 4 Layout back and lens Page 5 Layout and Buttons (Viewfinder, grip remote control and eye piece) Page 6 Attaching the Eye Piece Page

More information

Canon 5d Mark Ii User Manual Video Exposure

Canon 5d Mark Ii User Manual Video Exposure Canon 5d Mark Ii User Manual Video Exposure Canon DLC Home, Video, Knowledge Base, Corporate, Everything you wanted to learn about the EOS EOS 5D Mark II: How to Use Manual Video Exposure. The EOS 7D Mark

More information

Using Adobe Photoshop to enhance the image quality. Assistant course web site:

Using Adobe Photoshop to enhance the image quality. Assistant course web site: Using Adobe Photoshop to enhance the image quality Assistant course web site: http://www.arches.uga.edu/~skwang/edit6170/course.htm Content Introduction 2 Unit1: Scan images 3 Lesson 1-1: Preparations

More information

Bristol Photographic Society Introduction to Digital Imaging

Bristol Photographic Society Introduction to Digital Imaging Bristol Photographic Society Introduction to Digital Imaging Part 16 HDR an Introduction HDR stands for High Dynamic Range and is a method for capturing a scene that has a light range (light to dark) that

More information

Photomatix Pro 3.1 User Manual

Photomatix Pro 3.1 User Manual Introduction Photomatix Pro 3.1 User Manual Photomatix Pro User Manual Introduction Table of Contents Section 1: Taking photos for HDR... 1 1.1 Camera set up... 1 1.2 Selecting the exposures... 3 1.3 Taking

More information

Smart Phones in Photography

Smart Phones in Photography Smart Phones in Photography Rob Redford (iphone) Joe Webster (Android) Dec 14, 2015 Prescott Camera Club Smart Phones in Photography The best camera is the one you have Know how to get the most from the

More information

Windows INSTRUCTION MANUAL

Windows INSTRUCTION MANUAL Windows E INSTRUCTION MANUAL Contents About This Manual... 3 Main Features and Structure... 4 Operation Flow... 5 System Requirements... 8 Supported Image Formats... 8 1 Installing the Software... 1-1

More information

Realistic HDR Histograms Camera Raw

Realistic HDR Histograms Camera Raw Realistic HDR Histograms Camera Raw Wednesday September 2 nd 2015 6:30pm 8:30pm Simsbury Camera Club Presented by Frank Zaremba Gcephoto@comcast.net 1 There are no bad pictures; that's just how your face

More information

OBJECT PHOTOGRAPHY. iskills Workshop October 12, :30 6:30pm

OBJECT PHOTOGRAPHY. iskills Workshop October 12, :30 6:30pm OBJECT PHOTOGRAPHY iskills Workshop October 12, 2017 4:30 6:30pm INTRODUCTION WORKSHOP OVERVIEW 1. Introduction to Object Photography 2. Brief orientation to the Canon Rebel 3. Automatic 4. Manual Mode

More information

WebHDR. 5th International Radiance Scientific Workshop September 2006 De Montfort University Leicester

WebHDR. 5th International Radiance Scientific Workshop September 2006 De Montfort University Leicester Luisa Brotas & Axel Jacobs LEARN Low Energy Architecture Research unit London Metropolitan University Contents: Reasons Background theory Engines hdrgen HDR daemon Webserver Apache Radiance RGBE HTML Example

More information