Cambridge in Colour Photography Forums

Go Back   Cambridge in Colour Photography Forums > Tips & Techniques > Open Discussion


Welcome!Register

PerfectRaw information

Open Discussion


Reply
 
Bookmark Thread Tools Display Modes
Old 26th May 2008, 04:34 PM   #1
Junior Member
 
Join Date: May 2008
Location: Berkeley CA
Posts: 17
PerfectRaw information

Unorthodox perhaps, but I would like to invite GUI to talk here about his new project PerfectRaw. I've witnessed what can be achieved with another of his projects - ZeroNoise and am impressed at both the fresh approach of addressing a common issue with digital imaging as well as utility of the program whose results speak for themselves.
At first look, PerfectRaw appears to offer features other raw processing programs do not and seems to have a very good handle on highlight recovery. The documentation on the project page and in the forums at OjoDigital website are in Spanish, google does an adequate job of translating, but hearing from Gui in person would be ideal. For those of us looking to get the most out of our digital files Gui's work helps make this an exciting time.
DanielJ is offline   Reply With Quote
Old 31st May 2008, 09:40 PM   #2
Junior Member
 
Join Date: May 2008
Location: Madrid (Spain)
Posts: 28
Re: PerfectRaw information

Hi Daniel, thank you very much for your interest. Perfect RAW is not born to be 'yet another RAW developer'; on the contrary the approach is somewhat quite different.

Commercial (and non commercial) RAW developers trend to add more and more features that are in fact part of the post-processing stage. On the other side they hide to the user some features found on the RAW data that could be useful or at least interesting to explore to take your RAW files to their best.

In that way Perfect RAW is intended to be a low level RAW developer, providing the user maximum control of the development process, and NOT adding any of those features that in our opinion are best done in Photoshop (or your favourite edition tool), such as bright, contrast, saturation, curves,... Perfect RAW will provide a totally unprocessed image allowing to obtain it with all those features found in DCRAW plus some others we are planning to add, and with a graphical interface. It will not overlap Photoshop features.

We are happy to loose on speed and/or ease of use if that allows us to take a deep control of the development process.

I have to say that the idea is being carried out by 3 forum members, but because of my limited knowledge of C coding (all my programs are VB) the great programming tasks are being carried out by the other 2 guys (Manuel Llorens and Fernando Ariznavarreta) who are really impressing me. In a very short time they have been able to cut DCRAW's code in several parts and create separate dll libraries to divide the development process tasks and add new features to our taste.

I will translate the main features of Perfect RAW here:

Las principales características que estamos barajando son:

DISPLAY OPTIONS
- Split screen (L/R or U/D) to compare result of development before vs after
- High definition 16-bits histogram including logarithmic (f-stops) plot
- Highlight clipping blinking including precise info about partial saturation
- Quick zoom and drag options just using the mouse controls

DEVELOPMENT OPTIONS
- RAW black and saturation points. Ability to calibrate our camera's precise saturation point
- Interpolation algorithms from DCRAW (bilinear, VNG, PPG or AHD)
- White balance: none, camera, automatic, linear multipliers, temp/tint or user defined patches (rectangular or elliptical) over the image

IMAGE IMPROVEMENT
- Exposure control -8EV to +8EV including n f-stops of highlight preservation
- Highlight recovery neutral or with several degrees of surrounding tone emulation. We are planning to try our own algorithm to improve DCRAW's
- Wavelet pre-demosaic noise reduction and median colour noise reduction
- Chromatic aberration correction

OUTPUT OPTIONS
- Colour management: none, standard profiles (sRGB, Adobe RGB, ProPhoto RGB, CIE XYZ, WideGamut) or user defined input and output table profiles. It includes monitor profile for proper image display.
- Gamma compensation (including linear, sRGB and standard gamma output)

If the idea is nicely finished, we have other projects in mind: translate Histogrammar into a poweful C new version, Zero Noise C version with 16-bit DNG output (so that every user can use his fav tool to develop it), curve editor (much more detailed than PS curves).

All the programs, as usual, being developed in English.
BTW if any of you know about a C coder with knowledge on the DNG format (ability to build a DNG RAW file from RGB data) do not hesitate to contact me.

BR

Last edited by _GUI_ : 31st May 2008 at 09:50 PM.
_GUI_ is offline   Reply With Quote
Old 1st June 2008, 12:52 PM   #3
Junior Member
 
Join Date: May 2008
Location: Blyth, Northumberland, NE England
Posts: 20
Re: PerfectRaw information

This looks very interesting, Guillermo - I absolutely agree that there is a place for a dedicated RAW converter that excels at that process without adding a multitude of "post processing" functions.

I really look forward to this!



And thanks to Daniel for asking Gui to talk about this project.
Keith Reeder is offline   Reply With Quote
Old 13th June 2008, 04:38 PM   #4
Junior Member
 
Join Date: Jun 2008
Posts: 5
Re: PerfectRaw information

Guillermo

I have downloaded perfectRAW alpha from your forum. I am having trouble using it. Are there instructions anywhere?

Thanks!


Eric Vogel
evogel99 is offline   Reply With Quote
Old 13th June 2008, 11:08 PM   #5
Member
 
Join Date: Apr 2008
Posts: 46
Re: PerfectRaw information

I wonder if you could find some info on their forum
http://www.ojodigital.com/foro/forumdisplay.php?f=125

(I use translator plugin on firefox to translate into english...not perfect, but gives the general idea..)
atvinnys is online now   Reply With Quote
Old 14th June 2008, 04:45 PM   #6
Junior Member
 
Join Date: Jun 2008
Posts: 5
Re: PerfectRaw information

Thanks for the suggestion.

I was able to use perfectRAW after I got to my home computer and expanded the screen. This made most (?) of the controls visible although some are still clipped. I was able to process images and save them successfully.

Not sure why I am getting the clipping on the controls ...
evogel99 is offline   Reply With Quote
Old 14th June 2008, 06:57 PM   #7
Junior Member
 
Join Date: Jun 2008
Posts: 5
Re: PerfectRaw information

The first round of public test yielded this nugget.

There is a TTF in the alpha distribution. This MUST be installed as a font. Once I did this, the GUI looked fine, no more clipping.
evogel99 is offline   Reply With Quote
Old 14th June 2008, 11:21 PM   #8
Junior Member
 
Join Date: May 2008
Location: Madrid (Spain)
Posts: 28
Re: PerfectRaw information

Quote:
Originally Posted by evogel99 View Post
I have downloaded perfectRAW alpha from your forum. I am having trouble using it. Are there instructions anywhere?
Eric Vogel
This is a link to the last update: Enlace para descargar perfectRAW 0.5 alfa 1., it works fine in my Vista 323, but the program is still totally subject to heavy debugging.

Two things must be done before using it:
- Install the supplied font victor-pixel.ttf in %WINDIR%\fonts
- Edit the config.xml text file to:

Code:
<xml version="1.0" encoding="utf-8">
  <Config>
    <ICC>
      <InputProfile></InputProfile>
      <InputGamma></InputGamma>
      <OutputProfile></OutputProfile>
      <OutputGamma></OutputGamma>
    </ICC>
  </Config>
</xml>
if you don't have your own profiles.

This is a view, the program is really very promising (click "REVELAR" top right to develop and display):


but I recommend you to wait a bit for some more usable and English version, the program is still in a very early state, both in features and stability.

BR

Last edited by _GUI_ : 14th June 2008 at 11:24 PM.
_GUI_ is offline   Reply With Quote
Old 17th June 2008, 11:14 AM   #9
Junior Member
 
Join Date: Jun 2008
Posts: 5
Re: PerfectRaw information

Guillermo,

Thanks so much for the information, and the fine work you have started!

Eric
evogel99 is offline   Reply With Quote
Old 24th July 2008, 09:11 PM   #10
Junior Member
 
Join Date: Jul 2008
Posts: 1
Re: PerfectRaw information

DISPLAY OPTIONS
- Split screen (L/R or U/D) to compare result of development before vs after
- High definition 16-bits histogram including logarithmic (f-stops) plot
- Highlight clipping blinking including precise info about partial saturation

How do you select these Display Options?

Thank you
TonyJohnson is offline   Reply With Quote
Old 15th August 2008, 12:56 PM   #11
Junior Member
 
Join Date: Jun 2008
Posts: 5
Re: PerfectRaw information

Guillermo,

I have been working with Perfect Raw alpha 2 and am delighted with the results. I like being able to set recovery and noise reduction so easily.

I have noticed that EXIF information does not seem to come through. Is that correct?

Thanks

Eric Vogel
evogel99 is offline   Reply With Quote
Old 15th August 2008, 09:58 PM   #12
Junior Member
 
Join Date: Aug 2008
Posts: 1
Re: PerfectRaw information

Good evening,
Excuse my approximate English, I am French.
J' use Capture One and DCRaw for the photographs with great contrast and, I have just discovered PerfectRaw of which the concept is tempting.
The first results are very promising…
However, it is possible as of this version alpha to choose l' spaces ProPhoto color instead of sRGB for the continuation of the treatment in PhotoShop?
Thank you and good courage with the developers.

polo
poloriton is offline   Reply With Quote
Reply


Thread Tools
Display Modes




All times are GMT. The time now is 06:43 PM.


Copyright © 2008 Cambridge in Colour