Sending tiff files to PS6 Problem

When I edit raw files adjusted in LR5 and save in tiff and then want to do additional edits in PS6 it sends them first to PS6 Camera Raw.   Then I must open in PS.   Is there a way to send direct to PS6 and not have the files open in camera Raw first.

Hi folks - Sorry this is not going to be a solution but I have the same problem - for me the recipient has Irfanview and receives my 'jpegs' in one document but cannot open them as jpegs - the only way they can open my images are as bitmaps... Bitmap quality is so bad on the net where my images are ending up.
I sent them to my windows PC at work to verify my recipients problem. I used several applications to open these images and could only open as bitmap.
Theodore are your recipients having this problem?
imac G5 2.0GHz 20''   Mac OS X (10.4.6)   Dodgy USB ports

Similar Messages

  • Why can't I open ccitt g4 compression tiff files with ps6? and could open theses same files with ps3?

    Why can't I open CCITT G4 compression , TIFF format files with PS6?  I used to open these same files with PS3.   Can anyone help me out with this????

    This is what I get when trying to open ccitt G4 compression files. Tiff format.   Thanks for trying to answer my question and Problem.  I found a site where supposedly I can download a plug in into photoshop 6 that will open the files.  don't know if it will work but am gonna try it.

  • Rendering Tiff File

    I am trying to view Tiff file, but the problem that it is not clear view
    I mean it is very bad look, not like view it in another Tiff viewer.
    and also it is too big, I mean the width and hight.
    any way, this is my code:-
    public void ReadingTiffFile()
    String strFileName = "d:\\b.tif";
    File file = new File(strFileName);
    SeekableStream s = null;
    try
    s = new FileSeekableStream(file);
    TIFFDecodeParam param = new TIFFDecodeParam();
    ImageDecoder dec = ImageCodec.createImageDecoder("tiff", s, param);
    RenderedImage img = dec.decodeAsRenderedImage(0);
    JFrame frm = new JFrame();
    frm.getContentPane().add(new PnlTiffGraphicsView(img));
    catch (IOException ex1)
    System.out.println("Error While Rending Images");
    public class PnlTiffGraphicsView extends JPanel
    RenderedImage img = null;
    public PnlTiffGraphicsView(RenderedImage img1)
    img = img1;
    public synchronized void paintComponent(Graphics g)
    gg.drawRenderedImage(img, new AffineTransform());
    Many thanks in Advanced.

    I found this code somewhere online... I took a few snippets from it to form my own methods that accepted image paths... Hope it helps.
         import java.awt.Frame;
         import java.awt.RenderingHints;
         import java.awt.image.DataBuffer;
         import java.awt.image.renderable.ParameterBlock;
         import java.io.IOException;
         import javax.media.jai.JAI;
         import javax.media.jai.LookupTableJAI;
         import javax.media.jai.RenderedOp;
         import com.sun.media.jai.codec.FileSeekableStream;
         import com.sun.media.jai.codec.TIFFDecodeParam;
         import javax.media.jai.widget.ScrollingImagePanel;
         public class LookupSampleProgram {
             // The main method.
             public static void main(String[] args) {
         // Validate input.
         // Create an input stream from the specified file name to be
         // used with the TIFF decoder.
                 FileSeekableStream stream = null;
                 try {
                     stream = new FileSeekableStream("C:\\my.tiff");
                 } catch (IOException e) {
                     e.printStackTrace();
                     System.exit(0);
         // Store the input stream in a ParameterBlock to be sent to
         // the operation registry, and eventually to the TIFF
         // decoder.
                 ParameterBlock params = new ParameterBlock();
                 params.add(stream);
         // Specify to TIFF decoder to decode images as they are and
         // not to convert unsigned short images to byte images.
                 TIFFDecodeParam decodeParam = new TIFFDecodeParam();
                 decodeParam.setDecodePaletteAsShorts(true);
         // Create an operator to decode the TIFF file.
                 RenderedOp image1 = JAI.create("tiff", params);
         // Find out the first image's data type.
                 int dataType = image1.getSampleModel().getDataType();
                 RenderedOp image2 = null;
                 if (dataType == DataBuffer.TYPE_BYTE) {
         // Display the byte image as it is.
                     System.out.println("TIFF image is type byte.");
                     image2 = image1;
                 } else if (dataType == DataBuffer.TYPE_USHORT) {
         // Convert the unsigned short image to byte image.
                     System.out.println("TIFF image is type ushort.");
         // Setup a standard window-level lookup table. */
                     byte[] tableData = new byte[0x10000];
                     for (int i = 0; i < 0x10000; i++) {
                         tableData[i] = (byte)(i >> 8);
         // Create a LookupTableJAI object to be used with the
         // "lookup" operator.
                     LookupTableJAI table = new LookupTableJAI(tableData);
         // Create an operator to lookup image1.
                     image2 = JAI.create("lookup", image1, table);
                 } else {
                     System.out.println("TIFF image is type " + dataType +
                                        ", and will not be displayed.");
                     System.exit(0);
         // Get the width and height of image2.
                 int width = image2.getWidth();
                 int height = image2.getHeight();
         // Attach image2 to a scrolling panel to be displayed.
                 ScrollingImagePanel panel = new ScrollingImagePanel(
                                                 image2, width, height);
         // Create a frame to contain the panel.
                 Frame window = new Frame("Lookup Sample Program");
                 window.add(panel);
                 window.pack();
                 window.show();
         }-sal

  • Can Photoshop open large TIFF files?

    Hi,
    Windows 32-bit OS cannot open TIFF files bigger than 4GB. I need to work on TIFF files that have a size up to 10GB. Does Photoshop support this?
    Thanks,

    The scanned files come from a big Roche cells scanner. Computers which have the Roche utility software can open it and those computer are in 32-bit or 64bit. I have even downloaded a TIFF image, from the nasa site, of 25GB and i could open it on my 32bit Windows OS.
    After doing some research, I found the following site http://www.remotesensing.org/libtiff/document.html . From there, I went to the following site : http://www.awaresystems.be/imaging/tiff/tifftags/extension.html and it seems that some tags within the tiff files are not recognized by some viewers.
    I also installed Microsoft KB2635500 http://support.microsoft.com/kb/2635500, which solves issues when we try to display a large TIFF file that contains multiple pages, althought this is not the case as we speak of a single file. I also should have tried before installing this KB.
    The tiff file (9GB) the user obtained when scanning with a Roche cell scanner is a TIFF file extension. The file I downloaded from the NASA website is also a TIFF file (25GB). I have a 32-bit OS and I could open the NASA tiff file without any problem but another user with a 32-bit OS cannot open any tiff file bigger than 4GB. That user gets the error message stating the file is corrupted or not supported.
    I will check later on in the morning when this user arrives.

  • Problems saving .tiff file

    I am trying to save a .psd to a .tiff file. My .psd has a couple layers and a drop shadow effect. When I save the file seems to be fine until i veiw it in any Windows or Microsoft view, thumbnail view or application such as word, it looks squeezed and totally washed out of colour and almost transparant? I have saved like this before and never encountered this problem. It seems to appear properly when opened in InDesign, Photoshop. I use these photos to send to other people who will be viewing them and using them in Microsoft applications such as PowerPoint, so I'm concerned that it won't open properly for them.
    I am using Photoshop CS and Microsoft Windows Windows XP Professionl Version 2002 Service Pack 3. Any suggestions to what might be happening or what I might be doing wrong? help I have a deadline!
    Thanks, Roni

    Roni, Powerpoint and some othe MS programs will open a TIFF but they usually only see one layer. Those programs are not designed to handle multiple layers or opacity, or adjustment layers. These all contain prorpietary format that al of the applications in the Adobe Suite can handle, but MS apps can not.
    What you can do is place a composite layer as the top layer and save the file.
    Regards, MM

  • Problem in sending a file

    Hello..
           i have a problem in sending a file with sender file adapter...
    In adapter monitor it gives error like...
    Last message processing started 15:58:36 2005-10-04, Error: Conversion of complete file content of 'fileinput.csv' to XML format failed around position 0 with java.lang.Exception: ERROR converting document line no. 3 according to structure 'substr':java.lang.Exception: Consistency error: field(s) missing - specify 'lastFieldsOptional' parameter to allow this
    last retry interval started 15:58:36 2005-10-04
    length 60,000 secs.
    Let me know what might be the problem.
    Thanks,
    Padma

    thanks for the reply and answering my question..
             I'm getting the error in SXMB_moni...while i'm sending the file from FTP to lagacy system.
    The error is in call adapter...at says like ....
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIProtocol</SAP:Category>
      <SAP:Code area="MESSAGE">NOT_AUTHORIZED_FOR_PROC</SAP:Code>
      <SAP:P1>XXXX</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>User XXXXXX has no authorization to process messages</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Can tell me what might be the wrong here..
    Thanks.

  • Even though I have checked "Automatically open all supported TIFF's" in Camera RAw Preferences - My tiff files do not open up in camera RAW What is the problem?

    Even though I have checked "Automatically open all supported TIFF's" in Camera RAw Preferences - My tiff files do not open up in camera RAW. How can I correct the problem?

    What kind of TIFFs?  Are they multi-layered, for instance?  ACR will not open layered files.
    Due to the current unavailability of clairvoyants and mind-readers in the forum, we respectfully request you supply sensible, complete details.
    BOILERPLATE TEXT:
    Note that because this is boilerplate text, not all points may apply to any given, specific poster.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • TIFF file Problems in Organizer PE 4.0

    Upgrading from Elements and Album 2 to Elements 4. Many photos earlier scanned as TIFF files will not display in 4.0 Organizer. Most would not even open in Elements 4, although a few would open, but not display in the Organizer. Seems like very strange behavior for an upgraded version.
    My work around has been to open the files in version 2, and save as .bmp. Almost all of the .bmp files would then display in version 4. However, this process is not working for a couple of the files that are both .jpg and .bmp.
    Any ideas on why I might be having these display problems in the Organizer? It's not universal, since I have over 2500 images and many are TIFF that are working without conflict.

    Since this is a discussion related to PE4 I didn't think my experience in PE3 was relevant but since the referenced FAQ refers to PE3 I'm confused.
    I rarely include tif images in Organizer except inadvertently when I forget to uncheck Include in Organizer when I save but have never failed to get a normal display in Organizer.
    I just put 70 tifs into Org ranging in size form 3 to 35 megapixels and though it took forever every one displayed properly.
    My system specs are P4 2.66GHZ 533MHZ FSB; 512MB DDR SDRAM AT 333MHZ;
    120GB HD @ 7200RPM 73GB free; Custom Paging Init 1536MB Max 1536MB;
    Win XP Home SP1.
    According to the FAQ shouldn't I have at least gotten some generic thumbs?
    Maybe I don't know how to calculate MP. Width in pixels times height in pixels?
    Bob

  • Problem to send PDF file

    Hello,
    I try to send pdf file as attachments file to mail with XI.
    I use with this blog
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6d967fbc-0a01-0010-4fb4-91c6d38c5816
    My problems is:
    1. to all mails that I send have another e file Untiteld.doc, how I can avoid this file?
    2. When I received the pdf file I not succeed to open it I received the message:
    Adobe reader could not open 'elad.pdf' because it is either not supported
    File type or because the file has been damaged (for example, it was sent as an
    Email attachment and wasn't correctly decoded)
    Regards
    Elad Peleg

    hi
    ref this
    Receiver Mail Adapter message with PDF attachment
    PDF attachment in mail adapter
    File adapter with attachment to mail
    File with attachment to mail scenario
    File To Mail Scenario With An Attachment

  • Hi, I bought this some 80 euros option, but now when I triet to send BDF-file 88.0000 kt, it didn´t work at all. Said "couldn´t do this work". I am very disappointed. Can you do asap something for this problem. Vesa Laukkanen, LL.Lic. laki.vesa@pp.kpnet.f

    Hi, I bought this some 80 euros option, but now when I triet to send BDF-file 88.0000 kt, it didn´t work at all. Said "couldn´t do this work". I am very disappointed. Can you do asap something for this problem. [email protected] This is very important service but it must work!

    Hi vesa laukkanen,
    It sounds like you're referring to an Adobe PDF Pack subscription. What process are you having trouble with? Are you trying to create PDF files, or combine them? Please give me a little more info about where you're running into trouble, and I'll do what I can to help.
    Best,
    Sara

  • Problems with opening jpg or tiff files in my own file groups

    I have installed Aperture 3.1 from the apps store, but it does not open any of my jpg or tiff files. They are not stored in iPhoto or any other Apple feature, but in my own file system based on types and purpose. They are all scanned analog images made long ago; I do not use a digital camera

    Hello George,
    george e.todd wrote:
    First there is no error message - but BTW I did not have Aperture beforhand; this is only the 3.1 downloaded from the App store. Could that be the reason?
    It is a pity, that there is no error message, so we just have to guess.
    The App-Store version should work just like the boxed version.
    I'll check the info panel of any of my images, but as I've never set up anything like sharing or permissions, etc.,
    You do not have to set up permissions to have problems with permissions. With each file in MacOS there are stored acces rights, and some times these are wrong, if the files are created by certain apps. Then you need to correct those.
    But as Preview can open your pictures, then there seems to be no permission problem.
    To me it seems likely that the images use a codec, that Aperture does not understand.
    I would like to make sure that you can import  any pictures at all into Aperture.
    Could you try to take a picture with "Photo Booth" and try to import it to Aperture?Photo Booth pictures should be imported without problems.
    If you can import from Photo Booth, then your image codecs probably are the problem, and you need to find out what is special with your pictures, maybe you can post one as link for us to inspect.
    if you cannot import any pictures, then probably something is wrong with your Aperture installation. In the latter case you might wish to perform the basic trouble shooting procedure

  • I have to send large files like 5MB or biger via mobile phone, but in that cases phone is telling mi to plug in power. And when I do that, there is no problem to send the file. For smaller files there is no problem. How can I solve the problem? Because wh

    I have to send large files like 5MB or biger via mobile phone, but in that cases phone is telling mi to plug in power. And when I do that, there is no problem to send the file. For smaller files there is no problem. How can I solve the problem? Because when I'm not at home I can't plug in the power.

    hi,
    I am sending file from server to client i.e client will request for a file and service will send it back....... no socket connection is there...I am using JBOSS and apache axis.
    pls help me out.....
    Rashi

  • Running Yosemite, printing to xerox c75 digital press. InDesign will send a file to the printer, then crashes every time. I know there was a patch for this problem. Where do I find it?

    Whenever I send a file to my Xerox C75 from my Mac (Yosemite), the file goes to the printer okay, then InDesign crashes.
    I think there is a patch specifically for this issue. Where do I find it?

    Yes, I have Fiery Hot Folders Console.  That is certainly an alternative that should work as I can then avoid having to choose Fiery Features from the print dialog box in order to choose the paper tray and other features I need.
    I am about to try a clean install of OS 10.9.3, and I am not the least bit happy about it.  Adobe CC is my main set of go-to applications for my work, and those are the only applications that give me ANY problems with printing.  I have forked out real money on different versions since I started using Adobe in the late 1990's, and my troubles seem to increase with every new release.

  • Recipients cannot open files sent through Adobe Send. There was no problem with Adobe send Now. They see a blank page only! Please help!

    My recipients only get a blank page. I show file sent. This is with Adobe Send. Adobe Send Now had no problem.

    I'm sorry to hear that you're having a problem with sending your files through Adobe Send.  Can you provide more details?
    What type of file are you sending?
    When you download the file yourself, is it blank?
    Are all recipients having the same problem?
    Do the recipients get a Preview of the file?
    Are they seeing the blank document as a Preview as well as after downloading?
    Would it be possible for you to send the file to me through Adobe Send?  I will provide you with my email address in a Private Message.

  • HT3042 Please show us the video tutorial for this because i am having so much problem with my iphone5 bluetooth and can not send any file . So plz plz help me

    Please show us the video tutorial for this because i am having so much problem with my iphone5 bluetooth and can not send any file . So plz plz help me

    You have to use airdrop which is on iOS 7

Maybe you are looking for