Image file formats to use in print pdfs

We receive images from several vendors in order to build our catalogs in Adobe InDesign CS2, and then we export print pdfs from InDesign. We want to standardize our requirements for receiving images from vendors, and we had a question related to file formats. Is it okay to use jpeg files as long as they are in high-resolution CMYK format?
It is a part of our work flow to accept the images untouched from the vendor, no re naming of files, or changing f file formats. I understand that the safest bet is for EPS and TIFF formatted images, but will JPEG files be problematic in any way? Someone told me that because of their compressed format that some info could get lost when embedding into pdfs. Is there a book, or any printed documentation about what types of image file formats to use to create pdfs?
Thanks,
Elliott

(1) There is nothing "unsafe" about JPEG-compressed images. However, JPEG compression is
lossy and depending upon the type of image, its resolution, and the compression settings used when creating the JPEG file, the results at the end of the workflow may not be satisfactory. That having been said, if JPEG compression is used for a photographic image (not a screen shot or an image representation of what should be a vector diagram), the "maximum quality" setting is used in producing the JPEG image (
not maximum compression), and the image is of appropriate resolution for its final purpose (at least 150 dpi, preferably closer to 300 dpi for printing) at full magnification, then there is nothing "unsafe" about JPEG.
(2) You should be aware that saving images in EPS (Encapsulated PostScript) format from Photoshop may yield JPEG compression, depending upon options chosen. Thus, there is nothing inherently "safer" about EPS compared to JPEG. And ironically, you can also get JPEG compression in TIFF files if you aren't careful how you save them, although that is very uncommon.
(3) CMYK is not necessary for image placement into InDesign as long as the image is tagged with the appropriate ICC color profile (such as sRGB, Adobe RGB, etc.). InDesign can convert those RGB images to whatever the final print conditions are or, if creating PDF, leave the images in RGB format with the ICC profile. How you create the output obviously depends heavily on what type of workflow your print service provider has. More "up to date" printers support color-managed workflows with ICC color profile tagged images in PDF files.
(4) In terms of receiving images from vendors, if you require them to convert the images from whatever their native RGB color space is to CMYK, you really must specify
which CMYK and provide the correct ICC color profile to them! Different print processes use different CMYK color spaces. If you convert RGB to the wrong color space, the results can be awful. You are probably best off requiring that vendors submit photos in their original RGB color space, but tagged with the appropriate ICC color profile.
- Dov

Similar Messages

  • What is the best high res image file format to use for print

    Dear All,
    I'm working on a 300 + page catalog, and I was wondering what would be the best image format to use on the catalog. I thought png was the best since it supports background transparency and all, but for some reason I'm not able to export it once I change the image to CMYK ( since I need CMYK for print ). Should I save all in eps. instead? Please help would be appreciated.
    thanks,
    Jack

    .psd is the best... supports everything you would want for print.  PDF does also, but takes a little more knowledge to use properly.
    .png is recommended when using Word etc.
    EPS is obsolete.

  • Correct Image File Format For Magazine Printing

    I am using InDesign CS4 and I would like to know if it's ok to use JPG or JPEG images for printing magazines ?  If not, can you please tell me the correct image file format I should use with InDesign for designing and printing a magazine ?  Also what would be the best way to convert the image files from JPEG to that correct image file format ?

    Use what ever format you like, I perfer .tiff with LSW compression or .eps. If you don't know what you are doing just include the original image when you send you project to the printer and link the image in InDesign don't embedded it.  When you furnish the original image the prepress department can set it up correctly.
    I perfer 300 dpi with image is at 100% of the final size, if the image is printing 150 line screen when printed. 200 dpi is ok for 133 line screen.  I would even perfer a 100 dpi image over a .jpg image that has be over compressed.

  • Choosing proper image file format

    I was wondering if anyone else had ever experienced this connundrum: In my business documents (in Word) if I insert my logo in tif format, it looks great when the document is printed, but horrible in digital format; conversely, if I use .png the image looks fine on screen but slightly ragged when printed. Is there a universal format that looks good both ways, or would converting all my documents to Indesign be the best way to go? I date to go to all the trouble, but...

    > Yes, but .tif looks utterly mangled (in Word) onscreen...
    My point was that the "proper image file format" depends on the destination.
    Bob suggested wmf, which made me wonder why you're rasterizing your logo
    at all. Logos usually start life as vectors.
    Kenneth Benson
    Pegasus Type, Inc.
    www.pegtype.com

  • Please add support for JPEG Exchangeable Image File Format (EXIF)

    It seems that now Adobe® Illustrator® can export only to the JPEG File Interchange Format (JFIF). We should have an option to produce the JPEG Exchangeable image file format (EXIF) as well (just like Photoshop does!). Why this is so important to me? I generally work under Illustrator and I often post my work on Behence. I work with 'sRGB IEC61966-2.1' color profile. When publishing I use *.jpg with embedded ICC Color Profile. But it looks like Behence doesn’t fully support the JPEG JFIF – for example it cannot read its icc data correctly. The effect is that my work looses its quality! The only option to produce the JPEG EXIF I have now is to: Export *.ai file to JPEG (under Adobe Illustrator) > go to Photoshop > Create new project > Paste the *.jpg > and Sava As JPEG with icc embedded. This guarantees my files are being processed correctly.
    (JPEG) Formally, the EXIF and JFIF standards are incompatible. This is because both specify that their particular application segment (APP0 for JFIF, APP1 for Exif) must be the first in the image file. In practice, many programs and digital cameras produce files with both application segments included. This will not affect the image decoding for most decoders, but poorly designed JFIF or Exif parsers may not recognize the file properly. ( http://en.wikipedia.org/wiki/JPEG_File_Interchange_Format#Exif_comparison )
    I’ve analyzed my files using JPEGsnoop 1.6.1 (an app by Calvin Hass, http://www.impulseadventure.com/photo/) and here is the result:
    A) an *.jpg file produced with Adobe Illustrator > File > Export > JPEG > ICC profile embedded:
    *** Marker: SOI (xFFD8) ***
    OFFSET: 0x00000000
    *** Marker: APP0 (xFFE0) ***
    OFFSET: 0x00000002
    length     = 16
    identifier = [JFIF]
    version    = [1.2]
    density    = 72 x 72 DPI (dots per inch)
    thumbnail  = 0 x 0
    B) an *.jpg file produced with Adobe Illustrator > File > Save For Web > JPEG > ICC profile embedded:
    *** Marker: SOI (xFFD8) ***
    OFFSET: 0x00000000
    *** Marker: APP0 (xFFE0) ***
    OFFSET: 0x00000002
    length     = 16
    identifier = [JFIF]
    version    = [1.2]
    density    = 100 x 100 (aspect ratio)
    thumbnail  = 0 x 0
    C) an *.jpg file produced with Adobe Photoshop > File > Save As > JPEG > ICC Profile embedded
    *** Marker: SOI (xFFD8) ***
    OFFSET: 0x00000000
    *** Marker: APP1 (xFFE1) ***
    OFFSET: 0x00000002
    length          = 1320
    Identifier      = [Exif]
    Identifier TIFF = 0x[4D4D002A 00000008]
    Endian          = Motorola (big)
    TAG Mark x002A  = 0x002A
    EXIF IFD0 @ Absolute 0x00000014
    Dir Length = 0x0007
    [Orientation ] = Row 0: top, Col 0: left
    [XResolution ] = 720000/10000
    [YResolution ] = 720000/10000
    [ResolutionUnit ] = Inch
    [Software ] = "Adobe Photoshop CC 2014 (Windows)"
    [DateTime ] = "2014:08:02 17:21:15"
    [ExifOffset ] = @ 0x00A8
    Offset to Next IFD = 0x000000D4
    EXIF IFD1 @ Absolute 0x000000E0
    Dir Length = 0x0006
    [Compression ] = JPEG
    [XResolution ] = 72/1
    [YResolution ] = 72/1
    [ResolutionUnit ] = Inch
    [JpegIFOffset ] = @ +0x0132 = @ 0x013E
    [JpegIFByteCount ] = 1006
    Offset to Next IFD = 0x00000000
    EXIF SubIFD @ Absolute 0x000000B4
    Dir Length = 0x0003
    [ColorSpace ] = sRGB
    [ExifImageWidth ] = 200
    [ExifImageHeight ] = 200
    Regards,
    Pawel Kuc

    This is a user-to-user forum and is not monitored by Apple for feedback purposes. You can give feedback to Apple here: Apple - Mac OS X - Feedback

  • Thunar does not recognize image file formats

    Hi Archers,
    My problem is that I use XFCE4 with Thunar file manager and Thunar does not recognize image file formats. I mean for example JPG format is an executable application fromat according to my Thunar, but I'd like Thunar to recognize JPG format as image or bitmap format appearing with small preview of the image.
    Any help is appritiated!
    gellb

    Yes, I did.
    Activating Show Thumbnails button in Preferences of Thunar does not work.

  • Oracle depots in .iso image file format

    Hello All,
    Just curious to know why Oracle depots are not available in .iso image file format. With the advent CDROM emulators, it is much more easier to deal with .iso file than a .zip or .tgz in many OS platforms.
    Regards,
    Sushobhan

    The answer is as always ease of management compared to demand.
    I am guessing you are using Oracle on Windows as I think I would have more problems on a unix server dealing with an ISO file than I would with a tar or gzip file.
    John
    www.jhdba.wordpress.com

  • Nokia Asha 200 image file format problem

    hello. I just bought a Nokia Asha 200 recently, and I am happy with it. The only problem that I am currently having is with my phone's captured image's file format. It used to be .jpg and then it suddenly became .nrw and I can't open it when I tranfer the images to my computer. Whenever I convert it it just becomes black. I restored the factory settings of my phone but the format is still .nrw.
    I want to know what caused it and how can I revert back the image file format to .jpg.
    Thank you so much in advance.
    Good day.
    Solved!
    Go to Solution.

    Because Nokia s40 Phones automatically Enhancing the Image Captured and reduces it's size. The reason why you're Photos is in .nrw format because you didn't wait to process it. Follow these steps so it won't occuring again On the Camera Choose Options > Settings > Image Preview > Choose End Manually. Then wait for pictures to be processed you captured (sometimes you will notice that the image enhanced). It also can be done in the background. Hope it Helps.
    I love T9 Bar Phones | I used to be a Sony Ericson fan before but they leave the low end Phones so I have to switch to Nokia | LG Optimus L5 II and Nokia 206 3

  • I just purchased the new Canon SX60 camera. Despite downloading and installing the latest version of Adobe DNG converter, I receive an error message saying that Photoshop CS4 can't open up/convert raw files (.CR2). This is the same file format as used by

    I just purchased the new Canon SX60 camera. Despite downloading and installing the latest version of Adobe DNG converter, I receive an error message saying that Photoshop CS4 can't open up/convert raw files (.CR2). This is the same file format as used by the SX50, with which I never had any problem. Does anyone have a suggestion on how to fix this problem? Thanks.

    Camera Raw plug-in | Supported cameras  I do not see that SX60 as supported. Just how new is the SX60 when was it announces. Its support is not even listed in ACR 8.7 RC

  • Q: How do I convert a pdf file to Word using Adobe Export PDF? - all my attempts are scrambled.

    Q: How do I convert a pdf file to Word using Acrobat Export PDF - all my attempts are scrambled

    Do you subscribe an Adobe Export PDF account? If you do not have an account, please go to https://www.acrobat.com/exportpdf/en/home.html?trackingid=JPZKN to subscribe.
    If you have an account, make sure verify your email address and sign in from https://exportpdf.acrobat.com/SignIn.html
    Jyh-Jiun Liou

  • I am looking for the image file that is used on the second monitor .

    Iam looking for the image file that is used on the second monitor when an app is in full screen mode.  not the NSTexturedFullScreenBackgroundColor.png as thats for the fullscreen background generally and not the one for the dashboard eather.
    I dont like the gray background on the second monitor that comes up when an app is in fullscreen mode and want to change it.
    Any help would be apreciated

    i typed in a load of stuff but its not there ill start again

  • How to examine pdf for image file formats, OCR, and layers

    Hi,
    I have a question about how to find out specific features of a pdf.  I am using Adobe Acrobat 9 Pro for windows.
    With any given PDF, I am looking to find out:
    a]  The specs of any image files used  to create the pdf (i.e., if the pdf is made up of text pages with image objects on top of them, are those image objects JPGs?  TIFFS?  What resolution are they? Are they compressed?)
    b]  Does this PDF have OCR already embedded in it?
    c]  Does this PDF have multiple layers?
    with a] -- file format is perhaps the most important, resolution and compression being second most
    with c] -- is there an easy way to see the layers, visually, on the page images?
    What is a smiple way to find out this information?
    I've poked around a bit in the "Examine Document" function, and various checks in "Preflight," as well as the help manual, and have found bits and pieces that look like some of what I'm looking for, but nothing simple or conclusive yet.
    Any help or advice would be wonderful!  I just want a simple way to be able to see what my PDF is made out of, in terms of image files, OCR, and layers.
    Thanks,
    Andrew

    Preflight is inded the best way to do this operation. You may have to read a bit to figure out what you are looking at, but that is the right route to take.

  • Best graphic file formats for use in FC

    The FC User's Manual indicates that FC can use PICT, TIFF, TGA, PDF, Photoshop (I assume .psd) or JPEG files for images.
    What is the best file format, most compatible with FC and DV? I understand that image files ought to be 720 x 480 px for standard video.
    What is the preferable format and why?
    I made a test set of cels for animating in FC. I made them in Photoshop at 720x480 px and saved them in PICT format in a folder with sequential filenames such as pic0001.pct, pic0002.pct, pic0003.pct, etc. They worked fine.
    Would jpgs be preferable to picts for this?
    When using jpgs what "quality" setting is best?
    When using .psds, ought they to be "flattened" to one layer before use in FC?
    Thanks,
    George

    I would prefer 'non-compressed' formats as pict or tiff ... if you have the choice.
    although 'perfect' on screen, jpegs, after conversion into any video-codec, you'll soon notice 'banding'...
    and 'saving disk space' should be no issue while movie making.
    for sure, it makes no sense, to convert a jpg into tiff before import
    .psd should only be 'flattened' if you don't need the layers as tracks ... example: I created a title in PS with a shadow on a separate layer. in FC/e I animated the title with a super-fast 'moving from outside into frame' ... and the shadow comes 'delayed' => that fast! ... old Looney Toons effect.

  • Still Image File Format

    Had a question about the best format for still images in FCE. Tom Wolsky on his FCPBook site recommends creating a PICT file with an alpha channel. Richard Harrington at Lynda.com states that a TIFF works best.
    Do you have any information or preference for one over the over. I will be creating files to be exported for web and for DVD.
    Thanks in advance for your answer.

    I don't think I said PICTs were best, just one of the file formats. PICTs are different in that they carry addressable alpha channels for transparency, while other formats like TIFFs and PSDs don't. You can paint a PCIT alpha like a mask and have it carry over to other applications.
    TIFFs are good but they are usually larger than necessary, waste drive space, and have had problems with Final Cut in the past. For most things I just use Photoshop.
    JPEG is OK for flat images as long as you use it at best quality. At any reduced quality it will recompress each time the file is saved. The quality can deteriorate.

  • How to save or save a drawing in a PNG or any Image file format ?

    Hi,
    I am working on a signature capturing application using J2ME MIDP 2.0 for Palm Treo 750 with Windows Mobile 6.0
    I am taking signatures as a drawing on a CustomItem.
    Now, i want to send it to a php script running on Apache server to save this signature as a PNG, jpeg or any image file at server end.
    or how can i save this drawing on my local file system as a png or any other type of image file.
    Plz help if anybody knows the right way....
    Thanks.

    Hi Hithayath,
    Thnx for the reply.
    Actually, i hv no problem in storing a data locally or sending it on a web server. The problem in related with the formats.
    I mean, how can we create a png or jpg file using the raw bytes of an image drawn on a canvas or CustomItem.. ?
    We can get the integer array of RGB points using getRGB() method of image object. Now, if i will write this data after converting to binary in a file then that file
    will show a message like "Preview not available". It means the format is not recognized.
    So, my question is how can we convert this raw data in a png or jpg format so it can be displayed on a web page or stored in a png or jpg file..?
    I think now u can better understand the problem.
    Waiting for the reply....
    Thanks. :)

Maybe you are looking for

  • Please help - keywords don't always change with image ?

    Hi, I have tried to search for this but not found it. ( I am not sure which words to search on and the ones I have tried haven't shown it ) I am being driven mad and probably doing something stupid to cause it. Sometimes I can get into a state where

  • List of PT TABLES which contain digital certificate

    Team, We have implemented self sign certicate in our environment. So, can someone share the list of PT TABLES which contain digital certificate . Because, we are going to refresh the environemnt and I dont want to lose the digital certificate after t

  • Mail opens new window after mail is sent

    (I suppose since the last security update) everytime I send an eMail, Mail always opens a new blank mail window after I sent the mail - any hints on this?

  • Is Logic Pro X compatible with Macbook Pro OS 10.9.4

    I have  MacBook Pro OS 10.9.2, 4 GB of memory, processor 2.5 GHz Intel Core i5. I am currently being asked to update to OS 10.9.4. I want to download Logic Pro X. Is it compatible with OS 10.9.4 or even OS 10.9.2? I have a Roland XP80 synth which I w

  • SINGLE USER LOGON

    Hello, In my scenerio we have SAPGUI,EP and ITS. I wan't to disable multiple logins from EP & ITS. I am able to do this is gui level but my requirement is to enable one user at a time , either in EP , ITS or GUI/ Is it possible? Can some one help