Skip to main content
Participant
April 15, 2020
Question

Scanned image

  • April 15, 2020
  • 5 replies
  • 1549 views

Hey,

I have a scanner that scans my negatives at 3000 DPI but outputs the jpeg file on my PC converting it to 96DPI. Is there a way I can have the file restored to 3000 DPI using Bridge or any Adobe softwares?

This topic has been closed for replies.

5 replies

Stephen Marsh
Community Expert
Community Expert
April 18, 2020

The scans are 4200 x 2800 px, so at A4 print size, you will have approx. 338-359 ppi which will not be pixelated. The quality will greatly depend on the focus of the original shot, physical defects in the film, post-processing (dust and scratch cleaning and sharpening etc). The images may be a bit soft compared to a modern digital camera.

Stephen Marsh
Community Expert
Community Expert
April 17, 2020

I'd recommend scanning to lossless TIFF, not lossy JPEG.

 

I personally would use ExifTool to change the resolution metadata as it does not affect the image data.

Stephen Marsh
Community Expert
Community Expert
April 17, 2020

The ExifTool command line code would be similar to:

 

exiftool -overwrite_original -IFD0:XResolution=3000 -IFD0:YResolution=3000 -IFD0:ResolutionUnit=inches -IFD1:XResolution=3000 -IFD1:YResolution=3000 -IFD1:ResolutionUnit=inches -Photoshop:XResolution=3000 -Photoshop:DisplayedUnitsX=inches -Photoshop:YResolution=3000 -Photoshop:DisplayedUnitsY=inches "C:\Users\username\path to \file or folder"

 

You would, of course, need to change the full system path to your file or top-level folder of files to process... Not to mention work on duplicates for testing to make sure that you were happy with the results.

 

You can add the -r argument to recurse into all sub-folders under the top-level folder.

 

Stephen Marsh
Community Expert
Community Expert
April 17, 2020

Presuming that the ExifTool program was named exiftool.exe and that it was installed in the C:\Windows directory... The following code could be applied to the "Target" field of a shortcut, then one could drag-n-drop files onto the shortcut for processing like using a Photoshop Droplet.

 

 

 

C:\Windows\exiftool.exe -overwrite_original -IFD0:XResolution=3000 -IFD0:YResolution=3000 -IFD0:ResolutionUnit=inches -IFD1:XResolution=3000 -IFD1:YResolution=3000 -IFD1:ResolutionUnit=inches -Photoshop:XResolution=3000 -Photoshop:DisplayedUnitsX=inches -Photoshop:YResolution=3000 -Photoshop:DisplayedUnitsY=inches

 

 

  

jbm007
Community Expert
Community Expert
April 16, 2020

If you are on a window 10 OS the default scaling is 96 DPI or 100% scaling

Your file may have been scanned at 3000 DPI settings, and have the information embedded in in the file,unfortunately windows will use 96 DPI as a basis for  viewing a file. So your effort is for naught because there is no way to view objects higher then 96 DPI unless you change the scaling ratio from 100% to 5000% so your image on a computer monitor will appear the size of a dot.

 

So save room on your hard drive and start scanning your images at a max 600 DPI which is overkill unless you intend on printing on 48" x 96" sheets of paper. not 3000 DPI

 

JMTW

gary_sc
Community Expert
Community Expert
April 16, 2020

Jim,

 

Is that regardless of the software being used? Really? Does it make a difference as to how you save the file (tiff, jpg)?

Stephen Marsh
Community Expert
Community Expert
April 17, 2020

Hi Gary,

 

I personally would always scan at the highest optical resolution offered by the scanner.

 

Scanning reflective prints, there is only so much detail that can be captured, so the PPI is often a lot lower than when scanning transmissive pos or neg film.

gary_sc
Community Expert
Community Expert
April 15, 2020

There are two levels of scanner's ppi: actual and digital. The former is what you can do with a telescopic lens, the latter is what you do by interpolation (that is: make up the pixels). I'd be curious as to what kind of scanner you are using because I'd be very curious (and rather dubious) as to their claim. 

 

I have an epson scanner, a V800 Photo which is low level professional (but certainly not cheap). I use SilverFast scanning software which is professional level software and also not cheap. There's a feature within SilverFast I love: it's when you are "zooming" into the scan it clearly shows you what's optical and what in the transition and what's completley interpolation. About 800 ppi ends the optical, 900 ends the transition and from 1200 – 9600 is made up stuff. 

 

As far as the use of such images, can't think of one. Magazines typically require a resolution of 300 ppi and high quality priting requires 1200 ppi but that's all for printing. You can use higher ppi but that significantly increases the storage size of the document with no benefits to the quality of the image. For example, most home inkjet printers need only a resolution of 180 ppi for a quality print. 

 

Now made up stuff may be perfectly fine for your needs and if you wish to use it, please do. The reason that it's showing up with a drop in PPI is simply an issue that all of that data is there, but (I'll bet) your images are ginormous in dimensions. 

 

Anyhow, to fix this, create an action in Photoshop that sets the resolution you want and save that. Then in Bridge, go to Tools (menu) -> Photoshop -> Image Processor. Set all of the settings you want/need to set but on item #4, look up the Action you just created, and then run this. You can do it for one or hundreds, but I strongly suggest you try it out on a couple of images to make sure that you're getting what you want. Then you can run it on hundreds.

 

Hope that helps (yeah, I know I gave you lots more info than you asked for, sorry),

Legend
April 15, 2020

File PPI is mostly irrelvant. Total resolution is what matters. If you did set your photos to 3000ppi, they would be the same size as the original negative if printed.

gary_sc
Community Expert
Community Expert
April 15, 2020

Hi Lumigraphics, 

No, not really. An image of 300 pixels at 300 ppi will print at 1" across. That same image at 100 ppi will print at 3" across. Same number of pixels but the resolution is different and that's what the printer sees.