Jump to content

Scanning C-41 color negative


Recommended Posts

<p>Hello,<br /> <br /> I'm using hybrid workflow, where all pictures (digital, b&w scans, chrome scans and c-41 scans)<br /> end up in Lightroom. It works for me, however, scanning the c-41 negatives is painful process.<br /> <br /> There are plenty of guides regarding this problem, but they require a great deal of work either with<br /> scanning software or Photoshop. And in case of new Kodak Ektar, using the Photoshop is actually the <br /> only option.<br /> <br /> So, I've wrote a small script, which allows me to skip the Photoshop (yes! yes! yes!) and import converted <br /> images to the Lightroom. Moreover the scanner configuration is not altered. Once you calibrate the scanner <br /> to scan the chromes, you can use this configuration to scan all kinds of film. The only difference between <br /> negative and positive film is the use of this script to invert the image. This speeds things up and makes <br /> more time for taking the photos ;)<br /> <br /> How to use it? First, you need to scan negative as 16 bit linear positive (48bit HDR in SilverFast terminology).<br /> There MUST be no correction made by the scanner software. It is very important to make sure, that the scanned<br /> negative contains some orange mask. The second requirement is to avoid at all cost the black pixels from <br /> the holder (sorry, no more cute black borders around the image).<br /> <br /> You also need the ImageMagick (<a href="http://www.imagemagick.org/">http://www.imagemagick.org/</a> ) software suite, which is available <br /> free of charge for Linux, Mac, and Windows. Of course, use the Q16 version, not Q8.<br /> <br /> The script is not very fast, on the 3 GHz machine the 115 MB tif file is converted in about 70 seconds,<br /> which is still faster comparing to the Photoshop method.<br /> <br /> Example 1:<br /> negfix7 image1.tif<br /> <br /> this converts linear scan from image1.tif file and creates positive image in P_image1.tif file.<br /> <br /> Example 2:<br /> negfix7 image1.tif image1.jpg<br /> <br /> this converts linear scan from image1.tif file and creates positive image in image1.jpg file.<br /> <br /> Example 3 - converting multiple files at once:<br /> Windows:<br /> FOR %i IN (*.tif) DO negfix7 %i<br /> UNIX:<br /> for i in *.tif; do ./negfix7 "$i"; done<br /> <br /> Please, give it a try and let me know if it works for you.<br /> <br /> The script can be downloaded here: <a href="http://jaz99.osiedlowa.pl/negfix/negfix7_1.0.zip">http://jaz99.osiedlowa.pl/negfix/negfix7_1.0.zip</a> <br /> <br /> The zip file contains the script in 2 versions:<br /> * negfix7 (tested on Linux with ImageMagick-6.5.1-0-Q16, should work on Mac)<br /> * negfix7.cmd (tested on Windows XP with ImageMagick-6.5.8-7-Q16, should work on Vista and W7)<br /> <br /> I have attached example image below (Kodak Gold 100 GA-7). No postprocessing at all. <br /> You can find more examples here: <a href="http://www.flickr.com/photos/jaz99/tags/negfix7/">http://www.flickr.com/photos/jaz99/tags/negfix7/</a> <br /> <br /> Merry Christmas!</p>
Link to comment
Share on other sites

<p>I make a linear scan and invert and color correct with the CF Systems ColorPerfect Photoshop plug-in. I'd love to see a comparison, but there's little chance that I'll get to it because of my travel schedule.</p>

<p>Here' the link to download a trial version if anyone is interested:</p>

<p>http://www.c-f-systems.com/Plug-ins.html</p>

<p> </p>

Link to comment
Share on other sites

  • 1 month later...
  • 7 months later...

<p>Dear Janusz,<br>

first of all thank you so much for this contribution which probably saved 15 rolls of Ektar of my last vacation!! The first pictures came out much much better than all waysI tried to scan them before. I am using an Epson V750 with Silverfast.<br>

However, there are some pictures which obviously fool your script - or did I do something wrong ??</p>

<p>Best, Ulrich</p><div>00XPF8-286487584.jpg.970046a49731a3a2da0bf6e742f2b042.jpg</div>

Link to comment
Share on other sites

<p>Dear Janusz,<br>

sorry, I was puzzling with the upload and did not fully explain what I did:<br>

Following your instructions I scanned the 6x4.5 neg as a 48-bit HDR / TIF using ICE-lite (Epson V750). Ektar 100 was exposed with a Pentax 645N @ 100 ASA. The left picture shows the result of the scan (TIF-file opened in IrfanView, reduced to 40% and saved in JPG-format for the up-load, no further manipulations). The original TIF-file was converted using your script as you described. The result is shown on the right side (the file was handled in IrfanView exactly as the negative). There is no evidence of the color shift visible in the negative. Obviously, this effect is also depending on the scan process. The same yellow part was also visible in another negative I converted before. I scanned it again with slightly different cropping and the conversion worked fine. I also scanned the up-loaded negative once before - here, the yellow part was also visible but filling the bottom half of the picture.<br>

Obviously, the error happens with the script or ImageMagick since the conversion works fine in that regard (please neglect colors etc.) using irfanview.<br>

Thank you, Ulrich</p><div>00XPG1-286505784.jpg.d62eb79c77bb973f57ddd9ad4338b63e.jpg</div>

Link to comment
Share on other sites

<p>Hello Urlich, thank you for trying out my little script. I'm glad you have found it useful.<br>

Regarding the yellow part - this is quite intriguing. I will try to reproduce it myself. The negfix7 script does not touch the ICE (infrared) channel, it only alters the R, G, and B channels. Perhaps it is the ImageMagick bug (or IM's documentation bug).</p>

Link to comment
Share on other sites

<p>Dear Janusz,<br>

thank you for your response and your efforts - meanwhile I further tried to reproduce the problem:<br>

1. The problem affects about 60% of scans with ICElite but only 10-20% of scans without (may well be that ICElite is not responsible for the problem and these numbers are only due to statistical variation). Hence, in contrast to my previous mail - it IS indeed but rarely possible to reproduce the problem without ICElite. Sorry for my previous conclusion not backed by enough data.<br>

2. It is always the same yellow color - in most cases in the bottom part of the picture, but rarely also in the upper half. The yellow area is variable in size from scan to scan (each scan with different borders of the scanned area). As initially indicated sometimes the yellow area disappeared with different areas scanned.<br>

I will further try whether I can find settings for the scanner to avoid the problem and will keep you informed.<br>

Thank you so much for your efforts.<br>

Best, Ulrich.</p>

 

Link to comment
Share on other sites

<p>I'm suspecting now that you have a problem with temporary out of disk space. Scans can be huge and IM needs a lot of temporary space to run (since ICE enabled files are much bigger, you can trigger this condidion more easily).</p>
Link to comment
Share on other sites

<p>Thank you again for your efforts. In consequence to your suggestion I closed all unnecessary programs and reconverted a file which previously produced the error - with the very same result. So, it should not be the memory - furthermore, I am using a Core2quad@2.66GHz with 4GB RAM and a 1 TB hard disk which should be more than sufficient in my opinion, however, I am not an expert.<br>

Then I realized an error notification which I must have overlooked before (possibly since I always used the batch scanning routine before):<br>

Filename: E004.tif</p>

 

<p >E004.tif: 0.00221195 0.000834974 0.000454108 1.43407 1.4944 1.58131</p>

<p >Magick: divide by zero ´0.000454108/u´ @ error/fx.c/FxEvaluateSubexpression/2137.</p>

<p >Do you understand what this means ?</p>

<p >Please apologize should I bother you with a trivial user mistake !!!</p>

<p >Best, Ulrich.</p>

<p > </p>

Link to comment
Share on other sites

<p>Divide by zero means that there are pixels in your scan with R, G or B value of 0.<br /> Such pixels are from film holders - it is not possible to have such pixels from normal negative in HDR (RAW) mode (except for big dust particles). So, all you need is to follow my original instruction and cut out the holder in the scan or frame the negative more carefully or dust off the negs. Hope it helps.</p>
Link to comment
Share on other sites

<p>Dear Janusz,<br>

first of all thank you for your help and sorry for my mistake !<br>

I have rechecked the scans - and you are right - in the cases with the error there was a part of the film holder visible (it is rarely visible in the preview to my excuse...) OR an artifact produced by ICElite but not by ICE. This was the reason it did not work well with ICElite.<br>

Thank you again, best regards, Ulrich</p><div>00XQUn-287545584.jpg.b045cd35b185eb626920d5ad18b1bedb.jpg</div>

Link to comment
Share on other sites

  • 3 months later...

<p>Hi, I have developed new, improved version: <a href="http://sites.google.com/site/negfix/">negfix8</a>. Now it supports "color profiles" (do not confuse it with ICC profiles), and the output image is requiring now much less postprocessing (or none at all). It works with any negative, color, or B&W.<br>

Sample image (no postprocessing):<br>

<img src="http://sites.google.com/site/negfix/downloads/test1.jpg?attredirects=0" alt="" /></p>

 

Link to comment
Share on other sites

  • 8 months later...

<p>Dear Janusz,<br>

Im new to negfix8. I must confess Im really impressed with your script. I was struggling to find a way to scan decently negatives with my humble Canon 8800F. Now with Vuescan & negfix it is the 1st time Im happy with the results.<br>

I need to ask you one think. The result is a clean picture but with a dark blue colour layer all over. this is something i can tweek it in Lightroom but is it my mistake or this is how it should go???<br>

Thnx<br>

Michalis</p>

Link to comment
Share on other sites

<p>Hi Mihalis, I'm glad you liked the script.<br>

However, to use it properly, you need to follow the instructions on the web page: http://sites.google.com/site/negfix/<br>

You need to use linear scan (raw) with gamma=1.0, as stated. I do not use VueScan, so I have no idea how to do it.<br>

Using goole I've found this: http://www.colorneg.com/scanning_slides_and_negatives/scans/Hamrick_Software/VueScan/ (colorneg is commercial plugin for scanning negatives)<br>

Hope it helps.</p>

Link to comment
Share on other sites

<p>Dear Janusz,<br />I ve followed exactly the instruction in both pages, and I did get decent results, I was just wondering whether you get direct fine colours or you need to tweek it a little in LR? Furthermore I would like to ask 3 more things:<br />1. Is there any command while processing many files so as to get .jpg and not .tif<br />2. Could you be more detailed re the profiles action of negfix<br />3. Is there any ready preset for LR in order to bring the photos to a normal level? I was thinking of scanning an IT8 target and import it to LR and try to create a preset for all the scanned negatives<br />thnx</p>
Link to comment
Share on other sites

<p>Hi Mihalis, usually all I do in LR is brightness + black level corection, sometimes slight saturation boost, and of course sharpening. I do not use color balance tool in most cases (99%).</p>

<p>Additional anwers:<br>

1. Yes, it is on my web page (negfix8 -cs scan1.tif scan_1.jpg)<br>

2. I do not know what else I could write about this feature? This option was ment to "copy colors" from one scan to another. It is used for scanning moving pictures (like Super 8).<br /><br>

3. No. Your idea is tempting, but eventually it will not work, unless you do it for every roll.</p>

<p>I'd appreciate any suggestions, corrections or additions for the help page: http://sites.google.com/site/negfix/howto<br>

<br /></p>

Link to comment
Share on other sites

  • 1 year later...
<p>There is new version of the negfix8 script available.<br /> The main difference is that now the script can compute the average profile from many frames (the frames should be exposed similarly, e.q. do not mix overexposed frames with normal ones). I've created this mode for snow scenes, now the snow will have exactly the same color.<br /> To use this mode just put all files in the negfix8 command, for instance: negfix8 *.tif (all scans should be from the same roll).<br /> Of course you can use it for summer scenes, too ;-)<br /> <br /> <a href="https://sites.google.com/site/negfix" rel="nofollow">the script is here</a></p>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...