Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 33

Thread: Resizing After Scanning Black & White Negative

  1. #11

    Join Date
    Oct 2013
    Location
    Doncaster UK
    Posts
    627

    Re: Resizing After Scanning Black & White Negative

    How did Genuine Fractals compare to Gigapixel AI Peter

  2. #12
    Peter De Smidt's Avatar
    Join Date
    Jan 2001
    Location
    Fond du Lac, WI, USA
    Posts
    8,971

    Re: Resizing After Scanning Black & White Negative

    With my image, Gigapixel AI was better.
    “You often feel tired, not because you've done too much, but because you've done too little of what sparks a light in you.”
    ― Alexander Den Heijer, Nothing You Don't Already Know

  3. #13

    Join Date
    Oct 2015
    Posts
    1,581

    Re: Resizing After Scanning Black & White Negative

    Quote Originally Posted by Peter De Smidt View Post
    With my image, Gigapixel AI was better.
    In all my tests comparing Gigapixel to Genuine Fractals, GF was better. I will say that Gigapixel provided an acceptable result with no effort, but since I've been using GF for nearly 20 years I know how to get the best out of it.

  4. #14
    Peter De Smidt's Avatar
    Join Date
    Jan 2001
    Location
    Fond du Lac, WI, USA
    Posts
    8,971

    Re: Resizing After Scanning Black & White Negative

    That likely explains it, Alan. I've only used GF to test that one image.
    “You often feel tired, not because you've done too much, but because you've done too little of what sparks a light in you.”
    ― Alexander Den Heijer, Nothing You Don't Already Know

  5. #15
    Steven Ruttenberg's Avatar
    Join Date
    Sep 2017
    Location
    Prescott Valley, AZ
    Posts
    2,788

    Re: Resizing After Scanning Black & White Negative

    I scan at 6000 dpi (part of reason is it is a multiple of 300 since I use a IPf6400). I found the scans at 2400-4200 to be well, not that great. From 4200-about 5000/5500 much improved. At 6000 the sharpness, etc of the image is far greater than at 2400 or 4800. I may typically down size the scan for editing to 5700 I think it is so that I can use ACR at times. It might by 5400 not sure. But typically I edit at 6000 dpi, and my MacPro can handle it. I then down size to the print size I want, sharpen if needed, then save the file as the print master for the size. Note, before I down size, I flatten the file first. Also, I save the full size file as a working copy from which I make all my prints from. There is a method that Ken Lee outlines on his website for "turbo" charging PS that I played with that seems to work. It allows you to work on a small file size at greater speed and then when done you create the full size file at whatever dpi you started with.

    You also use the same method for downsizing that I do, except I chose smoother gradients as I am sharpening after resizing anyway as virtually my last step.

    The above works for me and is not intended to create a scanner war thing.

    Also, I posted all of my resolution testing a while back with links to the scanned targets at all the various resolutions from 2100 to 6300. I don't use 6300 because it generates a file to big for tiff format. And all my files are raw, linear scans.

  6. #16
    Steven Ruttenberg's Avatar
    Join Date
    Sep 2017
    Location
    Prescott Valley, AZ
    Posts
    2,788

    Re: Resizing After Scanning Black & White Negative

    Quote Originally Posted by Pere Casals View Post
    This is undisclosed, I think: "Automatic: Photoshop chooses the resampling method based on the document type and whether the document is scaling up or down." (document type ? different for indexed color, etc?)

    A good guess is that it depends on if we are increasing or decreasing the pixel count, Bicubic Smoother (enlargement), Bicubic Sharper (reduction), for those situations, ...also I'm suspecting they use Bicubic (smoother gradients) if the new size is close to the original.

    After any resize a sharpening should follow... but IMHO the sharpenings included in the Ps resizing algorithms are conservative to not destroy things, so my view is that anyway we should try a final manual sharpening just before moving from 16 bits/channel to 8 bits/channel for the image release.
    Photoshop allows you to choose the down sampling scheme you prefer. I prefer smoother gradients and that has been sizing files from 6000 to 300 with final sharpening after. Works very well. I used GF, tried Nik, but I don't like having yet another program to deal with. Photoshop if you are experienced at all the methods available provides very good results. I also sharpen selectively and at a level that is almost not detectable (my scan files can pretty much stand o their own with no sharpening)

  7. #17

    Join Date
    Jul 2016
    Posts
    4,566

    Re: Resizing After Scanning Black & White Negative

    Quote Originally Posted by Steven Ruttenberg View Post
    (my scan files can pretty much stand o their own with no sharpening)
    Yes.. nothing like having "native sharpness" !!!

    Perhaps we should look a bit in the rear-view mirror.

    I like the sharpening algorithms used by Sally Mann for her impressive prints. You place a 8x10 collodion plate in the enlarger's carrier... then we execute the algorithm:


    /////////////////////////////////////////////
    //GNU General Public License
    /////////////////////////////////////////////

    #include <iostream>
    #include "enlarger.h"

    int main()
    {
    Load_Default_Gear();

    if(!sharp_negative() ) return GO_TO_SHOT;

    for (int i = 0; i < MAX_FOCUS_OPS; i++) {

    CImage* pImg = pEnlarger->Focus_Procedure(the_negative, loupe); // pointer pImg owned by CEnlarger instance

    if (Check_Sharpness(pImg)) {

    Print_Nice_Image(pImg);
    return YOU_HAVE_A_NICE_PRINT;
    }
    }

    return GO_ALIGN_ENLARGER;
    }

  8. #18
    jp's Avatar
    Join Date
    May 2009
    Location
    Maine
    Posts
    5,629

    Re: Resizing After Scanning Black & White Negative

    Change the units from inches to pixels and don't resample at scan time.
    Deal with pixels and not inches until you're ready to print, then consider them both.

  9. #19
    Steven Ruttenberg's Avatar
    Join Date
    Sep 2017
    Location
    Prescott Valley, AZ
    Posts
    2,788

    Re: Resizing After Scanning Black & White Negative

    Quote Originally Posted by Pere Casals View Post
    Yes.. nothing like having "native sharpness" !!!

    Perhaps we should look a bit in the rear-view mirror.

    I like the sharpening algorithms used by Sally Mann for her impressive prints. You place a 8x10 collodion plate in the enlarger's carrier... then we execute the algorithm:


    /////////////////////////////////////////////
    //GNU General Public License
    /////////////////////////////////////////////

    #include <iostream>
    #include "enlarger.h"

    int main()
    {
    Load_Default_Gear();

    if(!sharp_negative() ) return GO_TO_SHOT;

    for (int i = 0; i < MAX_FOCUS_OPS; i++) {

    CImage* pImg = pEnlarger->Focus_Procedure(the_negative, loupe); // pointer pImg owned by CEnlarger instance

    if (Check_Sharpness(pImg)) {

    Print_Nice_Image(pImg);
    return YOU_HAVE_A_NICE_PRINT;
    }
    }

    return GO_ALIGN_ENLARGER;
    }
    I will have to give it a try!

  10. #20

    Join Date
    Oct 2015
    Posts
    1,581

    Re: Resizing After Scanning Black & White Negative

    Quote Originally Posted by Steven Ruttenberg View Post
    There is a method that Ken Lee outlines on his website for "turbo" charging PS that I played with that seems to work. It allows you to work on a small file size at greater speed and then when done you create the full size file at whatever dpi you started with.
    Don't know about Mr. Lee, but this sounds a lot like the "Guide File Workflow" that West Coast Imaging outlined some 10-15 years ago. The only real restriction to working this way is that all layers must be adjustment layers, only; you cannot have any pixel-based layer. Once you've finished your edit, you simply copy all the adjustment layers to the full resolution file, then complete for final output. I would guess that nowadays, with all the desktop computing power we enjoy, this workflow is not needed so much.

Similar Threads

  1. Scanning black and white?
    By Michael Lloyd in forum Digital Hardware
    Replies: 4
    Last Post: 20-Jul-2013, 15:31
  2. Black and white negative scanning - tricky?
    By Meekyman in forum Digital Processing
    Replies: 13
    Last Post: 17-Apr-2013, 06:25
  3. problem scanning black and white prints
    By Terence Falk in forum Digital Hardware
    Replies: 4
    Last Post: 1-Jan-2013, 17:36
  4. scanning 4x5 black and white negatives
    By beichh4046 in forum Digital Processing
    Replies: 1
    Last Post: 16-Nov-2011, 20:27
  5. What black and white paper for digital scanning
    By Chris Jones in forum Digital Processing
    Replies: 0
    Last Post: 3-Nov-2009, 20:48

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •