Preflight color image resolution warning

I've designed a book cover in ID CS3 for a client who wants to publish her book with Createspace.com. I've exported the file to pdf per Createspace's speciifcation. When doing a preflight in Acrobat 9, using a profile provided by Createspace, I get a warning that the graphics are less than 280 ppi ,specifcally 149 ppi which is about half of what they are in reality (ID preflight specifies that my two graphics are 300 x 300 ppi). Why am I getting this figure from Acrobat? Could it be that the Createspace profile expects a higher resolution than 300 ppi (although their file preparation instructions specify 300 ppi)?

Hi guys,
I offer the following approach to solve the problem:
var myDoc = app.activeDocument;
var myAllGraphics = myDoc.allGraphics;
var myGraphic = myAllGraphics[0];
var myLink = myGraphic.itemLink;
var myLinkXmp = myLink.linkXmp;
var myCreator = myLink.linkXmp.creator;
if (myCreator.indexOf("Adobe Illustrator") != -1) {
    alert("The first link was created in Illustrator");
else if (myCreator.indexOf("Adobe Photoshop") != -1) {
    try {
        var myXres = myGraphic.actualPpi[0];
        var myYres = myGraphic.actualPpi[1];
    catch(err) {
        if (err == "Error: A value is not available for this type of image.") {
            var myXres = myLinkXmp.getProperty("http://ns.adobe.com/tiff/1.0/", "tiff:XResolution");
            var myYres = myLinkXmp.getProperty("http://ns.adobe.com/tiff/1.0/", "tiff:YResolution");
    alert("Resolution of the first link:\nX: " + eval(myXres) + " ppi\nY: " + eval(myYres) + " ppi");
Kasyan

Similar Messages

  • Exported Raw Conversion Image Resolution and Assigning a Color Profile, etc

    In Aperture 1.1, although I set the exported Raw conversion image resolution to 300 dpi in the preferences, it continues to come out at 72 dpi which is something of an inconvenience. Also, is it possible to assign a color profile to the "exported version" so that it is congruent to my PS CS2 color workspace (if that is what its called). Is this program capable of carrying out a conversion as a background operation? Finally, can the layout windows be configured so that they remember how they have been used in the past? Thanks.

    Iatrogenic huh! Cool!
    Anyway, I'm not real clear on what it is you are trying to accomplish. Despite your obvious vocabulary skills, there seems to be some disconnect relative to what you are trying to accomplish. You are right that "exporting a version" in Aperture is roughly equivalent to what happens in ACR when you "Open" a RAW image into Photoshop. In both cases you have, hopefully, already done the adjusting of parameters you want prior to "exporting", or "opening". When you "open" or "export" you wind up with an "image" composed of pixels, whereas in the RAW adjustment phase you are just working with a temporary thumbnail and a set of mathematical instructions. Big difference, I suppose is that when you "open" and image from ACR into CS2, the resulting image is truly just pixels and has not had a "file type" applied to the file yet, until you "save" it, while in Aperture, if you "export" a file to CS2, or to the desktop, you end up with the file type already applied. Presuming you "export" a 16 bit TIFF or PSD, there is no operational difference.
    I could be wrong, but with the new Bayer Demosaicing algorithms in Aperture 1.1, and the Camera RAW adjustments, you should be able to come up with an adjusted image that is VERY close if not identical to one done in ACR, with the possible exception of lens abberation adjustment. I was very critical of the RAW adjustments in 1.0.1, but I am very happy with the capabilites in 1.1. That said, I think there is still some room for improvement in user friendliness of some of the adjustments such as Levels.

  • Original Image Resolution and Color getting Distorted

    Hi All,
    I am using JAI for reading images from a source i have to read the images and than have to split the images
    initially i was using ImageIO.read() method to read images but for some images it was throwing error as
    javax.imageio.IIOException: Unsupported Image Type
         at com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(Unknown Source)
         at com.sun.imageio.plugins.jpeg.JPEGImageReader.read(Unknown Source)
         at javax.imageio.ImageIO.read(Unknown Source)
         at javax.imageio.ImageIO.read(Unknown Source)
         at deepzoomconvertor.Main.loadImage(Main.java:370)
         at deepzoomconvertor.Main.processImageFile(Main.java:238)
         at deepzoomconvertor.Main.reteriveAllImages(Main.java:221)
         at deepzoomconvertor.Main.main(Main.java:86)so in such exception cases i am trying to read the images using JAI and i am successful in reading images
    here is the piece of code i am using for this
      BufferedImage result = null;
       SeekableStream ss=SeekableStream.wrapInputStream(new FileInputStream(file), false);
               ParameterBlock pb = new ParameterBlock();
               pb.add(ss);
               RenderedOp rm=JAI.create("JPEG", pb);
               result=rm.getAsBufferedImage();
                 return result;it able to split images but the quality of images are poor it losts its original color format.
    can any one have any idea how to do it while retaining the quality of image color and resolution
    Thanks in advance
    Umesh

    The JPEG you are reading is a cmyk color space one. They're not common, but they do occasionally pop up in a collection of random jpeg images.
    The default JPEGImageReader that comes with the jdk cannot read them. And it will throw an exception - the exact same one you got - stating it can't. JAI's behavior is a little worse. It will read the image without exception, when in fact it to can't read it. It doesn't handle the cmyk aspect right, so you get a messed up image.
    The native JPEGImageReader that comes with installing [JAI-ImageIO|https://jai-imageio.dev.java.net/binary-builds.html] can read them. It appropriately decodes the ICC_Profile embedded within the JPEG and you get a cmyk BufferedImage. But if you wish to render this TYPE_CUSTOM BufferedImage, go grab a coffee while you wait for it to slooooowwwllly paint. You'll have to do a ColorConverOp to turn the cmyk BufferedImage into an rgb one (so Java2D can render it fast).
    Having done all this you'll find that 1) ColorConvertOp makes the image too bright and 2) The native PNGImageReader that comes with installing JAI-ImageIO has an affinity for returning TYPE_CUSTOM BufferedImages (arggg!!!).
    I'll help you fix points (1) and (2) if you get that far. Maybe the best choice is to simply give up on cmyk jpegs. They're only used in printing press environments, and people only use color space aware applications (like Photoshop) to manipulate them in any meaningful way.

  • Check image resolution and color

    Please let me know whether it is possible to get the image resolution and color used in a eps file.
    regards,
    Sashi

    You can specify the resolution for exporting, for document etc but resolution of the raster objects can not be retrieved.
    Color space of the raster object can be retrieved using the rasterItems : colorants or imageColorSpace properties  

  • Color picker out-of-gamut alert diferent to image gamut warning? (CS5)

    I'm confused...
    I'm editing an sRGB image.  My custom proof condition is set to sRGB IEC, preserve numbers unchecked, intent PER or RC, BPC. Gamut warning is turned on.
    I add some text and color it using the text color selector tool. I enable gamut warning in that and choose an out of gamut color such as #ff0000. I return to the image and the the text is *not* flagged as being out of gamut.
    In fact *no* color flagged as OOG in the selector seems to be considered OOG once I return to the image with sRGB IEC selected, though they are when I select other devices to simulate.
    Why the disparity between the image OOG warning and the selector tool?  Is the tool using a different simulated device to that I've selected?  Which should I believe?
    Ian

    Ian Worthington wrote:
    I'm editing an sRGB image.  My custom proof condition is set to sRGB IEC, preserve numbers unchecked, intent PER or RC, BPC. Gamut warning is turned on.
    I ... choose an out of gamut color such as #ff0000.
    Perhaps I'm not understanding what you're doing fully, since you're abbreviating a lot of important stuff...
    What makes you think a color of #FF0000 is out of gamut in the condition you described - your document is in the sRGB IEC61966-2.1 color space and you're proofing the same sRGB color space?  Unless I'm missing something here, nothing could be out of gamut in that condition.
    Do you see the expected gamut warning if you assign the Adobe RGB 1998 color profile to your document.  In that color space the RGB value #FF0000 is out of gamut for the sRGB IEC61966-2.1 space you're proofing.
    -Noel

  • Convert color images to black&white bitmaps

    Hi,
    I have black&white scans of public domain books (image format). I use an OCR software to convert them to indexable PDFs (image+text format). However, the OCRed PDFs are insanely big: a 27 MB scanned PDF leads to an indexable PDF of 728 MB! And unfortunately, my OCR software doesn't have output settings, so I have to find a way to compress the files using Adobe Acrobat 9 Pro.
    Using Advanced Options > Optimization does reduce the file size, but not significantly. The problem seems to be that my OCR software converts the black&white scans to color images, and encodes them as such inside the PDF. So I need a way to set the image modes back to black&white. I tried using the Advanced Options > Preflight dialog, and selecting "Convert to black&white". However, the resulting PDFs stay about the same size! It seems that "Convert to black&white" converts the images to grayscale, instead of to bitmap.
    Any help would be appreciated!

    I mentioned "bitmaps", because when I open the original PDF and right-click a random page and select "Modify image..." and open the image in Photoshop, the mode is set to "Bitmap mode": meaning 1-bit mode, containing either black or white pixels. However, when I do "Modify image..." for the OCRed PDF, the mode is set to "RGB Color Mode". I think this explains, in part, the huge size of the OCRed PDF.
    Maybe this table will make it more clear:
    Original PDF (Bitmap Mode, 132 dpi)
    Size: 27 MB
    OCRed PDF (RGB Color Mode, 300 dpi)
    Size: 728 MB
    Now, from the table above, it's clear that I have to reduce the image resolution. So, using the Acrobat's PDF optimizer, I tried the following settings:
    Optimized OCRed PDF: Try 1 (Downsample to 132 dpi, JPEG compression)
    Size: 733 MB
    Optimized OCRed PDF: Try 2 (Downsample to 132 dpi, ZIP compression)
    Size: 449 MB
    But 449 MB is still huge for a single book. And I don't want to reduce the resolution under 132 dpi, because I will loose quality. Clearly, if the original document is just 27 MB, I should be able to squeeze the OCRed document too. But I don't know how.

  • I'm trying to do a book using iphoto 11 (9.4.2), but i don't get a low resolution warning. Why? and how can i get the warning., i'm trying to do a book using iphoto 11 (9.4.2), but i don't get a low resolution warning. Why? and how can i get the warning.

    I'm trying to do a book using Iphoto, but it no longer gives a low resolution warning like it used to in the older versions.
    I don't know why it doesn't anymore, (or maybe I have to add it on somehow??) but it makes it difficult to know how much I can
    zoom in on a picture and still have it be good printable resolution.
    Does anyone know how to resolve this or add the warning to the latest version of iphoto?
    Thanks

    With iPhoto 9 the low resolution for photos warning has been dropped. The only warning one will get now is for text that has overflowed the text box:
    As Larry suggested send a feature request to Apple via http://www.apple.com/feedback/iphoto.html to get it back. That's a big omission in my opinion.
    You can determine what your minimum resolution is for your images (if all taken from the same camera) by dividing the pixel dimensions by the size of the larges frame in the book which would be 8.5 x 11. If it's at or above 150 dpi you'll be above Apple's previous resolution warning limit.
    OT

  • Remove Aperture resolution warning on MacBook

    Hey everyone,
    I'm running Aperture on my 2.0Ghz Black MacBook. I'm not a hardcore photographer, dealing only with images from my 5MP camera. I have 2GB ram and find the performance great. The only annoying thing is when I start it and it says "Aperture needs a system with a resolution of 1280x824 press okay to continue." Or whatever resolution it says. Is there a way to disable that warning? It's totally fine on my system and a pain every time I start it! Thanks.

    A quick search in this forum for [resolution warning] yielded this previous thread and solution:
    http://discussions.apple.com/thread.jspa?messageID=2689081&#2689081
    hope that helps,

  • HT1044 Low resolution warning in iPhoto 09 but on screen looks great

    Hi:
    I'm working with Snow Leopard and iPhoto 09.  I'm building a book and have added photos.  Some of the photos show a low resolution warning. 
    I'd like to keep them at the size shown in the book.  I've increased the zoom on the pages and the photos look crisp and clean.  Should I be concerned
    about the low res icon then? 
    OR where do I find dpi info and how do I increase it?
    Thanks everyone!
    Terri
    Here's a sample of the pic:
    file://localhost/Users/terrimcreynolds/Pictures/iPhoto%20Library/Originals/2008/ R.%20Back%20to%20Venice/R_623.bmp

    1 - yes you should be concerned - that is why there is a warning
    2 - screens display images at 72 DPI - printing requires at least 150 DPI and 300 API is better
    3 - you can not "increase DPI" since it is a mathmatical caculation - Dots Per Inch - Dots (pixels) divided by inches
    4 - the solution is to use another photo or to reduce the "zoom" so that the photo does not have a warning
    5 -
    Before ordering your book preview it using this method - http://support.apple.com/kb/HT1040 - and save the resulting PDF for reference - the delivered book will match it.
    LN

  • Overprint Preview, RGB, Image Resolution Acrobat v9

    I recently started using Acrobat 9. There is 2 things I'm looking in V9.
    1- Overprint Preview
    2- All image resolutions in a HiRes pdf. I see a custom check profile called "resolution of color & grayscale images is between..." but I want image resolution is ...
    3- Flag any RGB images used.
    ThankYou

    I'm sorry what I mean if a pdf have 35 images I would to see the image resolution of all of them independently if they are 72 or 600 dpi.

  • IMAQ FFT of a color image

     In LABVIEW 2011 Is there a way to do an IMAQ FFT on a color image? The only thing that seems to work is on gray scale images. When I try to use a color RGB(U32) image, the FFT vi errors out with "Invalid ImageType".
    Any suggestions?
     Thanks in advance.
    Solved!
    Go to Solution.
    Attachments:
    Resolution Decrease.vi ‏46 KB

     Thank you for the prompt reply Daniel.
     What we are attempting is a de-resolution of a hi resolution image to simulate what a 1-4 reduction in resolution using a fiber optic taper will look like to a customer without having to built a very expensive actual optical system. If it proves to be an acceptable resolution, then we can move forward. The point is we need a fiberoptic imaging system due to environmental issues prevernting having an actual camera up close to the work being inspected.
     So the idea is to convert the image to an FFT, remove any frequency component above the resolution we would see through the optical magnification, then recreate the image via a reverse FFT. Does that sound feasible or is there a simpler method of simulating a lowering of the resolution of an image? We can work on the gray scale image, as I believe this will prove acceptable for our demonstration. If color is required, we can talk about splitting up the color planes.
     Warm regards,
     Randy

  • Advanced Sort, Filter (color, image size), DUPLICATES, face recognition, GUI customizeability

    Hi,
    here are some of my Lightroom Feature Requests (maybe later more):
    - Filter based on image size. Example: show me all photos with a resolution of 1600x1200 or less.
    - More complex filtering. Example: show me all photos from the Collection A that are tagged with keyword 'k1' and 'k2' but not with keyword 'k3' and that are in the date range d1-d2 and were made with camera model X.
    - Automatic portrait/human face recognition
    - Sort and filter by color! Example: show me all photos that are mostly green (blue, yellow, red, ...)
    - Intelligent recognition and optional deletion of duplicates. Calculate some kind of fingerprint for each photo (file size won't do I guess) so that it will be possible to recognize duplicates EVEN if they are of different image resolution or orientation (landscape, portrait), i.e. really based on CONTENT of the image!
    - Make the components in the side panels movable so that the user can arrange his/her own panel with the components he uses most and on that side of the screen where he wants it.
    Besides that: I LOVE Lightroom. A GREAT product!! Use it A LOT!
    Nice greetings from Germany,
    Stefan.

    I second that.
    "More complex filtering. Example: show me all photos from the Collection A that are tagged with keyword 'k1' and 'k2' but not with keyword 'k3' and that are in the date range d1-d2 and were made with camera model X."
    This should be relatively easy to do. Most other DAMs in the market, e.g. ACDSee, do have this feature. It doesn't really becomes a real database until you have this feature.
    "Intelligent recognition and optional deletion of duplicates."
    Another great feature in ACDSee. Somehow it finds duplicates, even if filenames and dates are different, shows the different photos and gives you an option on what to do.

  • Continuous tone image resolution lower than specified

    The following message was posted in the incorrect forum; no legitimate solution to the problem was ever posted. I am re-posting it, as this is the same exact problem I am having, right down to the OS and version of Acrobat. Could someone please explain to me what this means and whether or not I should be concerned about it? I will also get two different kinds of results... one is a single number effective ppi on this error, such as 199, (which results in 200ppi if run through PitStop), and a two-number effective ppi, which we haven't been able to decipher, such as 501.357/179.55ppi (which should be a hi-resolution image).
    Help?
    Amy Carolyn Watson
    >
    >
    >Nikola Viereckel - 09:45pm Dec 9, 2007 Pacific
    >
    >Hi - I have recently discovered the above error message when I
    >check my distilled press quality pdf in preflight. I am using
    >a PC and Version 7.0 of distiller and acrobat. The images are
    >300dpi and are in my documents at 100% or lower, so there should
    >be no resolution issues. The pdf itself looks fine, but the
    >preflight does not. I find if I export out of InDesign (CS2)
    >then I do not get the same error message, but this is not my
    >preferred way to create pdfs for print.
    >
    >Any ideas? I the only thoughts I have had is to reinstall
    >the program. Thanking you in advance for your help.
    >Cheers
    >Nikola

    > All text should export as vector, since it's all on a layer above any kind of image.
    Is there any transparency in the text, though? If you float text over
    an image with transparency, it MUST be exported as an image. If it is
    floated over vector art with transparency, it MIGHT.
    It's easy to assume that just because something is on top, it doesn't
    ever need to be flattened. This is not in fact true.
    >
    >I am a little concerned: is this a flaw in the Acrobat Program?
    You mean in its preflight? Unlikely, it isn't rocket science to
    calculate ppi, so the numbers are probably right.
    >
    >Where is this "Continuous tone image resolution" turned on/off? Why is it important?
    That's probably a reference to Distiller settings. I think we've
    established that you aren't using Distiller.
    >
    >Is InDesignCS2 flattening to low transparency settings, even though my settings dictate high?
    You'd probably need to ask in the InDesign forum. But bear in mind
    that the flattener is free to use lower resolution if it thinks that
    is all that is needed for particular effects.
    Maybe you could reopen the PDF in Illustrator, and use that to select
    the images in the flattened page. Might illuminate what is going on.
    Aandi Inston

  • Finding image resolution in a PDF?

    I am currently working to perform some maintenance for an app that formats and resizes documents, usually PDFs. The problem happens when certain files are uploaded with an unusually large image resolution (according to the Preflight Properties, 2222.222/2222.222 pt/in). The documents with this resolution come in with file sizes of 36"x24" and end up formatted to 8.5"x11". This leaves the text and a lot of information unreadable.
    I am using Visual Basic with iTextSharp to interact with the PDFs that come in. I'm able to find the width and height in points of the document without issue. Finding the image's width/height pixel count is what is giving me fits.
    Is there any way in iTextSharp that I can determine the pixel count for the width/height of a PDF Image, or am I heading down a dead end street here?
    Thanks in advance for any help you can provide.

    I hate to reply again, but I'm still stuck. I've been through the SDK and documentation and have had no luck finding anything to help solve this problem. I don't really need to extract the image per se, I just need to find the resolution of it. Could you possibly point me in a definitive direction in the SDK/Documentation that I could use? There are a couple examples that deal with Preflight but none dealing with the image in the PDF or its properties.
    Thanks in advance.

  • Image resolution report generation

    Hello,
    I am using the vis on the report generation palette in labview 7.1 to
    produce an html report that includes images from intensity graphs on
    the front panel.
    I create a control reference to the intensity graph and then wire the
    control reference to "append control image to report.vi" with the image
    type set to jpg. The report contains a low resolution (appears to be 8
    bit) image. Is there a way to have 24 bits true color images included
    in the report instead.
    Thank you
    Jean-Michel Maarek

    Hi Jean-Michel,
    You can open the Append Control Image to Report.vi and go to the "HTML" case of the case structure and change the constant value wired to the "Image Depth" parameter of the Get Image method from '8' to '24'.  I plan on adding this as an input to the VI in a future LabVIEW version.
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

Maybe you are looking for

  • Crystal Xcelsius 4.5 Designer

    <p>There is a <a href="http://www.businessobjects.com/jump/cr2008_xcelsius/Default.asp" target="_blank">Special Offer</a>  "For a limited time buy Crystal Reports 2008 for $495 USD and get Crystal Xcelsius Designer 4.5 for $295 USD (ordinary price $1

  • Iphone won't connect to Computer or Itunes.

    Hi. I was in ITunes syncing my phone when all of the sudden ITunes froze (surprising i know -_-). So I unplugged my IPhone, restarted ITunes and plugged my device back it. I got an error code (dont remember it) and it saying it couldn't connect to th

  • How can I import the photos from dvd or hard disk?

    Hi! How can I import/export my photos from dvd or hard disk??!

  • Upgraded from iphoto9 to iphoto11 using ilife dvd, now it wont open!

    i had iphoto 9 (i think) on mac and i just put ilife 11 dvd in to update the apps especially iphoto to 11. now every new and updated app seems to open fine except iphoto (the only one i use of course)- it wont open and says i need to update software

  • [SOLVED] dzen2 click areas in slave not working

    Hi, I am using dzen2 from official repos with openbox. I do not seem to be able to use clickable areas in slave windows. Moreover, if multiple lines are specified, the title click area does not respond This works (echo "^ca(1, echo 'TITLE')TITLE^ca()