DPI / Image size

Dear All
I am big Aperture user, but a bit of a technical novice I'm afraid - at least when it comes to DPI....
I take RAWs on my 5d Mk 2. Image files are procesed in Aperture / Photoshop. I then export JPEGS for distribution (Apple TV, prints for friends and family, burning to DVD etc)
I export full size JPEGS (image sizes can be about 25meg).
My question is....what DPI should I have Aperture set on to ensure top quality prints? I normally print 9 x 6, but would want the ability to increase sizes as required.
Is there a relationship / optimum setting between DPI and image size? Should I alter this if the JPEG is for different uses (priniting, burning to DVD etc).
Many thanks for any help
Paul

Paul,
Photos from your camera and in Aperture have a dimension in pixels -- your camera can produce image files of 5,616 x 3,744 pixels. It is only when setting a resolution that ppi (pixels per inch) comes into play -- the total number of pixels is independent of that resolution. Printers reference quality as dpi, and this does not directly reference any ppi, but of course the ppi may limit what dpi the printer can actually apply. When printing from Aperture the pixels (if cropped, those remaining) will all be used and the ppi will automatically be adjusted to fit the paper size you are intending to use. If you are printing from Aperture, there is no reason to convert to a JPEG to use for that purpose.
If you do convert and export a JPEG, then if at original size, the full pixel dimension of the image will be maintained, and if later printing in Photoshop, say, then it will adjust to fit the paper. A JPEG to use with a DVD slideshow will have to be changed to use the pixel dimension that fits the media, but some software will do that behind the scenes, if exporting from Aperture solely for that purpose you might want to customize that to fit within something like 720 x 720, 1024 x 1024, 640 x 640, etc. When this takes place the total pixels are resampled, and the image is rescaled to be represented by fewer pixels. Aperture does seem to use PPI and DPI interchangeably, btw, but see:
http://www.tildefrugal.net/photo/dpi.php
and
http://en.wikipedia.org/wiki/Pixel_density
Ernie
Message was edited by: Ernie Stamper

Similar Messages

  • As  increase DPI, image size is also  increase in photoshop scripting ?

    as  increase DPI, image size is also  increase in photoshop scripting can please tell me what  will the reason for that?

    Hi JJMACK,
                      I am using adobe  Flex with  Photoshop scripting . I am sending  Flex file  with parameter to generate .psd.Right now i am able to generate 72 DPI with proper image size while  I am generating  .psd with  250 DPI with Improper Size.
    E.g
    This is my  flex parameters
    MgrPSAction.instance.FinishLayoutToPhotoshop(curFl , savedType ,TemplateConstant.TM_LEFT,getPSDImageName(objItem,TemplateConstant.TM_LEFT_RIGHT), objItem.LayoutTMLWidth,objItem.LayoutTMLHeight ,pageDPI,returnPhotoshopHandler,
    true,setWidth , setHeight,formatQty); ----- Page DPI - > like 72 or 250 paasing  from here.
    below is Scirpt ot resize
    function openFileAndResize(xp,yp,wi,hi,imagepath)
    var fileRef = new File(imagepath);
    var curRefDoc = app.open(fileRef);
    var curw = curRefDoc.width;
    var curh = curRefDoc.height;
    var resW;
    var resH;
    var scw = imgObj.wi/curw;
    var sch = imgObj.hi/curh;
    var scale ;
    if(scw > sch)
    scale = scw;
    else
    scale = sch;
    resW = curw * scale;
    resH = curh * scale;
    if(imgObj.isAdjustImage == "true")
    resW = resW * parseFloat (imgObj.scaleOrg);
    resH = resH * parseFloat (imgObj.scaleOrg);
    // Resize Image=======================================================
    var idImgS = charIDToTypeID( "ImgS" );
    var desc226 = new ActionDescriptor();
    var idWdth = charIDToTypeID( "Wdth" );
    var idPxl = charIDToTypeID( "#Pxl" );
    desc226.putUnitDouble( idWdth, idPxl, resW);
    var idHght = charIDToTypeID( "Hght" );
    var idPxl = charIDToTypeID( "#Pxl" );
    desc226.putUnitDouble( idHght, idPxl, resH );
    var idIntr = charIDToTypeID( "Intr" );
    var idIntp = charIDToTypeID( "Intp" );
    var idBcbc = charIDToTypeID( "Bcbc" );
    desc226.putEnumerated( idIntr, idIntp, idBcbc );
    executeAction( idImgS, desc226, DialogModes.NO );
    // Select Image=======================================================
    var idsetd = charIDToTypeID( "setd" );
    var desc263 = new ActionDescriptor();
    var idnull = charIDToTypeID( "null" );
    var ref138 = new ActionReference();
    var idChnl = charIDToTypeID( "Chnl" );
    var idfsel = charIDToTypeID( "fsel" );
    ref138.putProperty( idChnl, idfsel );
    desc263.putReference( idnull, ref138 );
    var idT = charIDToTypeID( "T " );
    var idOrdn = charIDToTypeID( "Ordn" );
    var idAl = charIDToTypeID( "Al " );
    desc263.putEnumerated( idT, idOrdn, idAl );
    executeAction( idsetd, desc263, DialogModes.NO );
    //Copy Image=======================================================
    var idcopy = charIDToTypeID( "copy" );
    executeAction( idcopy, undefined, DialogModes.NO );
    app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
    //Create Temp Layer for image adjustment =======================================================
    //createApplication(wi,hi,dpi,"imagelayerdoc");
    createApplication(wi,hi,dpi,layerAppName);
    //var curDoc = getCurDoc('imagelayerdoc');
    //get Active Temp Layer for image adjustment =======================================================
    var curDoc = getCurDoc(layerAppName);
    app.activeDocument = curDoc;
    // Past Copy image in Temp Layer for image adjustment =======================================================
    var idpast = charIDToTypeID( "past" );
    var desc250 = new ActionDescriptor();
    var idAntA = charIDToTypeID( "AntA" );
    var idAnnt = charIDToTypeID( "Annt" );
    var idAnno = charIDToTypeID( "Anno" );
    desc250.putEnumerated( idAntA, idAnnt, idAnno );
    executeAction( idpast, desc250, DialogModes.NO );
    // HERE YOU NEED TO SET XY POSTION OF IMAGE
    positionLayer(app.activeDocument.activeLayer,imgObj.moveX,imgObj.moveY);
    cropImage();
    Please reply if have answer...
    Thanks

  • Recommended image size and dimensions for images displayed on iPad retina?

    What are the recommended dpi image size and dimensions for images designed in DPS app as displayed on an iPad retina?

    Take a look at the following link:
    http://blogs.adobe.com/indesigndocs/2012/03/guidelines-for-creating-folios-for-ipad-3.html

  • Why jpeg file exported from Aperture with 300 dpi's it opens with 72 dpi's on PS ( image size)? I've tried several combinations and all give different results. And I am confused on what is the best workflow for me.

    Ok.
    My workflow is
    RAW > Aperture Library > export jpeg high resolution 300 dpi's > one file on PS > edit > Save us jpeg. The I realised that files from PS were being save in a smaller size from the ones exported form Aperture. That is when I went o see <image size> on PS and files were with 72.
    Since ten I've trying different things
    1. Aperture > export as PSD > open on PS > edit > Save us jpeg = small file (around 15 MB)
    2. Aperture > export as jpeg high resolution 300 dpi's > open on PS > CHANGE dpi's to 300 on <image size> edit > Save us jpeg = big file (Huge, actually)
    What am I doing wrong? Would someone give me guidance and tell me what is the best workflow, considering I edit photos to deliver to my clients and I shall give them 300 dpi's.
    Thank you

    This is a known Aperture issue: Problem with Aperture 3.6 preset exports. | Apple Support Communities
    Benjamin

  • Image size and dpi for iDVD menu custom background?

    I created a custom background for my iDVD menu. When showing
    on my TV, part of the words and image is cut off on each side, even after adjusting my tv picture between wide screen and standard screen.
    What is the correct size and dpi to make a photograph to use as a background
    image in the menus? This may have been answered before, so I apologize for posting the same question, if so.

    iDVD will try to downsize the image to work, but your TV often will overscan with the result being edges clipped off. The amount of clipping can vary, so the "TV Safe" settings will typically be the center 80-90% of the image. So, if you add a border that makes the image 10-15% larger, that should display the whole image. For example, if you had a 150 dpi image that was 640x480, you could put a 10% border on it so the final image was 704x528.
    John

  • Amusing little image size/dpi bug in CS5

    Has anyone else discovered PS CS5 applying nearly random dpi settings to newly opened documents?  This is not a destructive bug, as far as I can tell, but when I open "Image Size," PS will sometimes give me a whacko value for dpi (something like 1.2 or 3.4) with appropriately expanded dimensions.  I then reset the dpi to something sane (72, 300, whatever it ought to be), and the image dimensions return to what they ought to be.
    No biggee, but I don't like signs of random mischief in my software, and would like to find out if this is a known issue.
    I did, incidentally, run "image size" and "dpi" through the PS help forum search engine to see if this has been discussed recently.  Came up with a big "no" both times.  Seems like that's another piece of software that is largely decorative.
    Thanks for any light,
    Richard Hurley
    Grass Valley MultiMedia

    Haven't seen that, but there are bugs in, for example, the JPEG writing software in some cameraphones.
    I had one phone that insisted all the photos taken with it were at zero dpi. That caused some problems.
    I had a different phone which reported that all photos taken with it were at something like six-million dpi. Closer inspection of the file revealed that it was trying to write some fairly normal dpi, but was getting the byte-order wrong.
    If your new images are coming from the same device or application, it might be worth checking the documents in Preview.app, and doing a "Show Inspector" (command-I) on the image and see what Preview thinks about it.

  • Hello, we are interested in more information on the Image Size Fit To option in phototshop.  For example, if we open a 46x25 inch 120 dpi image and choose Fit to 4x6" does all of the resolution remain?  Any links to tutorials in this area are appreciate

    Hello, we are interested in more information on the Image Size > Fit To option in phototshop.  For example, if we open a 46x25 inch 120 dpi image and choose Fit to 4x6" does all of the resolution remain?  Any links to tutorials in this area are appreciated.

    Let's look at the first thing: Aspect Ratio  46W x 25H does not fit 6W x 4H exactly. You get 6W x 3.621H If we preserve Landscape Orientation and Aspect Ratio. If I set H to 4, W will be 7.36 inches, clipping your picture.
    You'll have to decide on how to clip off that 1.36 inches so your picture can be 4 x 6 in order to solve that problem.
    Notice I set Resample off. Throwing out pixels is destructive editing. So what I am doing is "Scaling", changing the Print Size without touch the pixels. Notice how high the resolution goes up.
    To Resample or not will be your decision.  I hope I answered your questions properly. Let me know otherwise.
    Gene

  • Hi there! So I am using Lightroom 3 on a pc and I have ran into an issue when exporting images. The DPI and image size (in inches) that I am selecting during the export process. For example I just exported a collection and set the dpi to 180 and the size

    Hi there! So I am using Lightroom 3 on a pc and I have ran into an issue when exporting images. The DPI and image size (in inches) that I am selecting during the export process. For example I just exported a collection and set the dpi to 180 and the size to 7 inches on the long edge. My exported result is 457 dpi and sized at 3200x2134 pixels.. Any ideas on why this is happening and what I can do to correct it?

    The DPI setting in a digital image has no meaning at all. You need to learn how to calculate what you need in your exported image. The only measurement in a digital image that has any meaning is the number of pixels in each direction. It doesn't matter what you set that DPI to (actually it's PPI or pixels per inch). The image will have the same number of pixels regardless of the setting. If you need an image that is 5 x 7" (for example) at 200 PPI then you would want an image that measured:
    5 x 200 = 1000 pixels
    7 x 200 = 1400 pixels
    So you would need an image that is 1000 x 1400 pixels to have a 5 x 7" image at 200 PPI. The reason your exported image had such a high PPI setting is because you specified the number of inches you wanted the image to be. And there were enough pixels in the image that it calculated out to be that high PPI setting.
    I apologize, I don't explain this very well. But you need to learn to do the math to determine how large you really want your exported images to be.

  • I need to submit a 300 dpi image under 3 megabytes where does it tell me the megabyte size of the image

    I need to adjust an image in photoshop that is 300 dpi and under 3 megabytes. Where in the image size window are the megabytes listed. What is the abbreviation for megabytes?

    Tim,
    In simple terms, the bootldr file is the helper file to load the IOS.
    The BOOTLDR environment variable specifies the  Flash file system and filename that contains the boot loader image  required to load system software.
    The variable defines the primary Cisco  IOS image that will load the final image from another source.
    we need to set the BOOTLDR environment variable to specify  the Flash device and filename of the boot loader image.
    For Old version of IOS, there is a requirement of boot loader image to boot up the IOS image.
    But for the latest version of IOS, no need for boot loader image.
    Below are few things happen when the device boots:-
    1. The router initially boots into ROMMON (this is your bootstrap code, which you can see in the show version command).
    2. Then the router loads into the bootloader code (this is the bootloadr code, which you see in show version). This bootloader code is just an intermediate step between the ROMMON mode and the IOS mode.
    3. The router then boots into the IOS mode from the bootloadr mode.
    So if you do not mention the bootloadr specifically by giving the "boot bootloadr" command, the router will assume the bootloadr to be in bootflash of the device and try to boot it from there. If you mention the "boot bootloadr flash:...." command, then the router will look for the bootloadr in the flash (instead of the bootflash). Thats the only difference.
    However, in both cases, if you have a valid IOS to boot into, then the router will come up without a problem, irrespective of the fact whether bootloadr image is in bootflash or flash.
    HTH
    REgards
    Inayath
    *Plz dont forget to rate if this info is helpfull.

  • PDF does not display 300 dpi images in Safari only

    I have a dynamically generated PDF that contains a 300 dpi image. The image added can be one of several that the user selects. On all other browsers the pdf renders fine. On Safari only, seemingly in all modern flavors of OSx and Safari, the images begin to print and then  stops printing the actual image and grey is printed in the remaining space the image would take up. To make it more fun one of the images renders fine. It is the 3rd smallest image and the 2 smaller ones do not render so it does not seem to be size related. Hoping someone here has seen this before.
    This is a screenshot to use as an example:
    The folding instructions graphic is also 300dpi.

    Thanks Hackintosh.
    It prints as it views, as a corrupt jpeg. I also dug into console and it confirmed there was an error about a corrupt jpg. The most interesting thing is if I open the bad pdf in Photoshop the whole image is there with no signs of corruption. This leads me to believe it's something with how OSx and/or Safari are rendering the jpgs. Another curious sidenote, Safari on Windows works fine but if you save the pdf, move it to a mac and open it, you get the corrupted jpg again.
    I think I'm going to try and stop swimming upstream now. At the end of the day I don't care if the images are pngs, tiffs, or eps. I'm going to try feeding a few different formats and see if that doesn't fix the problem.

  • Image size and format for IMovie

    I am trying to make a short stop motion animation in IMovie. I have made my images in Adobe illustrator. I transfer the images into IMovie as JPEGS.the images, which are basically line drawings, look sharp and clean but as soon as you watch them as moving pictures they become broken up.
    what am I doing wrong? does this have to do with my image size or format?

    iDVD will try to downsize the image to work, but your TV often will overscan with the result being edges clipped off. The amount of clipping can vary, so the "TV Safe" settings will typically be the center 80-90% of the image. So, if you add a border that makes the image 10-15% larger, that should display the whole image. For example, if you had a 150 dpi image that was 640x480, you could put a 10% border on it so the final image was 704x528.
    John

  • IPhone app image size and resolution?

    The icon and image creation guidelines specify all of the custom icons and images that I need to create for my app in two sizes: one for the iPhone 3 screen (and earlier) at 163 pixels per inch; and one for the iPhone 4 screen at 326 pixels per inch. While this guideline specifies the image sizes in pixels, I am unable to find any reference to the required resolution in pixels per inch. Should I save the images at 163 and 326 pixels per inch respectively?

      As I said it makes no difference to viewing, all things being equal, only to downloading the resultant image if needed for printing.
    If you were concerned with print quality you would probably save on maximum image quality -12 in resizing - but up to 90% - save for web - would make hardly a noticeable difference, except for file size.
    You can reduce image quality to optimize file size using the slider in save for web and by looking at the before and after preview.
    If using jpeg, it’s also possible to select progressive, which loads from top to bottom, without the user waiting for the full image to load.
    There really is no point in using 1000 dpi which only blows the pixel dimensions way beyond even the best HD monitor, capable of displaying 1920 x 1080p
      

  • Image size and profiles in Aperture;

    version 3.0.3.
    First problem is I can't see where I can fix the image size before getting to the print page! I prefer to do this and preview it before printing, as I used to in PS and then Lightroom.
    Other problem is that Aperture tells me to turn off my printer colour management, but I can't get to such a control from the HP B9180 driver that is now part of OSX (10.6).
    Help please!

    Pat,
    You don't need to set the image size as such. The image prints on the page according to two sets of criteria:
    1. Whether you set dpi to custom or a specific value, and
    2. The page margins you set either as a printing once-off, or as a new printing pre-set.
    For example, I print "arty" photos in a portrait format on A4 matte paper. Left and right margins are around 3cm, top margin is around 3cm, bottom margin is around 5 cm (all numbers are from memory...). I have a title just below the image.
    I created this particular page setup for a certain photo and liked it so much I saved it as another print preset. Any photo I print using that preset fits within the margins defined. The very next print might be the same photo, but this time printing A3+ on Ilford Galerie Smooth Pearl. Choose the photo, select the relevant print pre-set, print. Re-sizing is irrelevant - the print in both cases is coming from the processed raw at maximum resolution.
    Regards,
    Calx

  • Image size and dimensions in Safari

    Is there a fast method of viewing image size and dimentions in Safari? I can open image in new tab and see its width and height in tab/window name. I can save image to the Desktop and see file size but it's not convenient. Is there some another way without opening an saving image somewhere like Control+click -> Properties?
    iMac G4   Mac OS X (10.4.3)  

    Pat,
    You don't need to set the image size as such. The image prints on the page according to two sets of criteria:
    1. Whether you set dpi to custom or a specific value, and
    2. The page margins you set either as a printing once-off, or as a new printing pre-set.
    For example, I print "arty" photos in a portrait format on A4 matte paper. Left and right margins are around 3cm, top margin is around 3cm, bottom margin is around 5 cm (all numbers are from memory...). I have a title just below the image.
    I created this particular page setup for a certain photo and liked it so much I saved it as another print preset. Any photo I print using that preset fits within the margins defined. The very next print might be the same photo, but this time printing A3+ on Ilford Galerie Smooth Pearl. Choose the photo, select the relevant print pre-set, print. Re-sizing is irrelevant - the print in both cases is coming from the processed raw at maximum resolution.
    Regards,
    Calx

  • Image size and resolution question.

    Is an image at W 48.667 x H 32.444 inches at 72 res the same as an image that I could convert in photoshop to 300 res and then the with "Resample Image" clicked off would be W 11.68 x H 7.78 at 300 res for printing purposes? I'm asking this questions because after exporting 200 images from Lightroom 1.4, putting them into an wedding album I realized the images were not at 300 res but the first size listed above. I'm trying not to have to rebatch and have to put them back into the album. I sent the question to NAPP and got this back"
    "If you do the math you'll see that the answer is "no."
    48x72=3456 pixels; 32x72=2304 pixels
    11.68x300=3504 pixels; 7.78x300=2334 pixels."
    I did the math and it comes up to 5760 vs 5830. Pretty darn close. So would an image printed out with both settings print the about the same quality or am I missing something?
    Thanks
    Bob

    Bob's question is a common one. And one of the first that most of us struggled to understand. Let's see if I can shed some light to help clarify the matter.
    o The image starts out with a given number of pixels from the camera, scanner, or whatever was its source. The resolution only matters when it comes time to print the image.
    72 dpi was once a common resolution for displaying on a computer monitor. Today 90 dpi is more common monitor resolution.
    o Let's assume that the image is 3504 x 2336 pixels (which I got from his size @ 72 dpi).
    o In "image size", if you do _not_ have 'resample image' checked, all you are doing is _rescaling the image. The image resolution is whatever you enter ...
    For example, if you enter 360 dpi -- the native printing resolution of many Epson printers -- you get a print size of 9.733 x 6.489 inches
    o Let's say you want to print this image at 360 dpi in portrait on 13 x 19 inch paper with a one inch border on the sides. That would make the short dimension of the image 11 inches and the long would work out to 16.5.
    To do that you need to _resample_ the image to change the size. More pixels will be made. The resolution stays at 360 dpi. So check the 'resample image' box.
    After resampling to get the print size and resolution you want, the pixel dimension goes to 5960 x 3960 (from 3504 x 2336). Those new pixels came at a price, but that is a matter for another thread and a lot of personal bias.
    Hope that helped.
    P.S. The answer to your question, Bob, is yes. With resample off in PhotoShop, your original images should have gone to 11.68 x 7.787 inches @300 dpi.
    In looking at the rest of your original post, it seems that the export didn't work the way that you wanted. Do I read right that the images turned out to be 11.68 x 7.787 @ 72 dpi? Can't help with that as I don't do Lightroom.

Maybe you are looking for

  • Help with array program!!

    hi friends i am a new comer to java and I have been studying Arrays recently. I came across this program on the internet ( thanks to Peter Williams) package DataStructures; import java.util.NoSuchElementException; * An array implementation of a stack

  • How do i change the country in my itunes app?

    I have no idea why I changed it to Swedin but I don't live in Swedin and now I don't know how to change my country back to the US on my phone. I know how to do it on my computer, and I thought it would sync up but it did not. Now when I try to update

  • Podcast iPod  sync copies more files than indicated

    I have my 1GB nano set to auto sync "1 most recent unplayed" episode of all podcasts. I have a total of 14 Podcast subscriptions, and only 7 of those have unplayed episodes. When I sync, it begins copying 23 episodes, including several that are alrea

  • Adding a segment to a Basic IDOC type

    Hi every one, How do i add a segment that I have created to an existing Basic Idoc type ?. Can some one give me a solution for this. Thanks, Arul.

  • OSB: how to figure out the execution time of OSB proxy

    Trying to figure out how to determine the execution time taken for any given OSB proxy. Seems like the OSB built-in alerting facilities can display the average response time of all calls to a proxy but not individually. Is there a way to dig this out