PS CS5 and PSD and TIFF files

I.m working on a project and I noticed when I went to save a file in tiff format he asked if for pc or mac. If I save as a desire to pc that tiff can be opened on a mac?

After seeing the options when recording tiff is came up with another question - psd registration files can they be played on your pc or mac?

TIA

John

You can read the manual and the dialog box.

It's only ask for byte order - and it does not really matter except if you want to send the TIFF to a buggy program that does not take account the order of the bytes in the file.

PSD files work fine on any platform.

Tags: Photoshop

Similar Questions

  • Lightroom not opening not psd or Tiff files in photoshop

    When you select "Edit in Photoshop" Lightroom opens the normal Panel asking what to change, with adjustments, a copy or original.  When I click on 'Edit the Original', it begins the "preparation for the edition file" but nothing happen.

    It's open RAW files, but only if Photoshop is already open.  If the PS is not open it comes up with an error message saying 'the file could not be modified because PS CC 2015 could not be launched.

    Very frustrating because I continually update metadata from the files are not launched via lightroom.

    Anyone facing this problem?

    Update system to El Capitan...  Still doesn't open psd via Lightroom!

  • error message when I try to update my files for photoshop CS5 and lightroom.

    I get the following error message when I try to update my photoshop CS5 and lightroom files.  "There was an error downloading this update. Quit and try again later. "I tried and still no luck.  Can anyone help.

    update by downloading the files directly and then apply them:

    http://www.Adobe.com/downloads/updates/

  • EPS and Tiff to convert to JPG files

    Hi all

    We requrie to convert the eps and tiff files to JPG format with the following conditions

    Large size = rΘduire 40% compared with the original.

    Medium = reduce 25% compared to the original.

    Small size = 10% compared to the original.

    Guard 72 dpi for all stages.

    Kind regards

    Vinoth

    I cleaned up the script for you try this:

    #target photoshop
    var orig_ruler_units = app.preferences.rulerUnits;          // Save ruler units
    app.preferences.rulerUnits = Units.PERCENT
    var inputFolder = Folder ( 'D:/Work/In/');
    var outputFolder = Folder( ['D:/Work/out/'] );
    var outputFolder1 = Folder( ['D:/Work/out/Large'] );
    var outputFolder2 = Folder( ['D:/Work/out/Medium'] );
    var outputFolder3 = Folder( ['D:/Work/out/Small'] );
    
    var jpegOptions = new JPEGSaveOptions()
    jpegOptions.quality = 10;
    jpegOptions.matte = MatteType.NONE
    jpegOptions.embedColorProfile = false
    jpegOptions.formatOptions = FormatOptions.STANDARDBASELINE
    
    var EPSopts = new EPSOpenOptions();
    EPSopts.resolution = 600;
    EPSopts.mode = OpenDocumentMode.RGB;
    
    if (inputFolder != null && outputFolder != null){
              var fileList = inputFolder.getFiles(/\.(tif|eps)$/i);
              if(fileList.length == 0 )  {alert ("No files found in the folder");}
              else  {
                        if (!outputFolder.exists) {outputFolder.create();}
                        if (!outputFolder1.exists) {outputFolder1.create();}
                        if (!outputFolder2.exists) {outputFolder2.create();}
                        if (!outputFolder3.exists) {outputFolder3.create();}
                        for (var i = 0; i < fileList.length; i++)  {
                                  //alert("File  = " + fileList[i]);
                                  // Isolate Image name
                                  var Name =  decodeURI(fileList[i]).replace(/\.[^\.]+$/, '');// strip the extension off
                                  var imagePath = "";
                                  while (Name.indexOf("/") != -1 ) {                          // Strip Path
                                            imagePath= imagePath + Name.substr(0, Name.indexOf("/") + 1);
                                            Name = Name.substr(Name.indexOf("/") + 1 ,);
                                            }
                                  var ext =  decodeURI(fileList[i]);
                                  ext=ext.substring(ext.length-3,);
                                  if (ext=="eps" || ext=="EPS" ){var docRef = open( fileList[i],EPSopts);}
                                  else{ var docRef = open( fileList[i] );}
                                  docRef.flatten()  // May not be needed
                                  docRef.resizeImage (40, null, 72);
                                  docRef.saveAs(new File(outputFolder1+"/"+Name+".jpg"), jpegOptions, true, Extension.LOWERCASE);
                                  docRef.resizeImage (62.5, null, 72);
                                  docRef.saveAs(new File(outputFolder2+"/"+Name+".jpg"), jpegOptions, true, Extension.LOWERCASE);
                                  docRef.resizeImage (40, null, 72);
                                  docRef.saveAs(new File(outputFolder3+"/"+Name+".jpg"), jpegOptions, true, Extension.LOWERCASE);
                                  docRef.close(SaveOptions.DONOTSAVECHANGES);
                                  }
                        alert ("Process completed");
                        }
              }
    app.preferences.rulerUnits = orig_ruler_units;                    // Restore ruler units
    

    Post edited by: JJMack

  • Convert originals of the PSD to TIFF

    My Lightroom Catalog contains a lot of PSD files (created in older versions of Photoshop, before that TIFF was recording format by default). They have layers.

    I want to convert this PSD to TIFF files - ideally compression TIFF + ZIP, since this seems to reduce the file size quite significantly.

    Is it possible to automate this? My current workflow goes like this:

    1. Open a PSD in Photoshop
    2. File > save as, choose TIFF + ZIP
    3. Remove the PSD file.
    4. Lightroom detects that the file is missing. Choose to place on the file, select it. TIF file version, click OK.
    5. Click on confirm when prompted that file names do not match.
    6. Now, I have a. Original TIF in my catalog.

    This process requires a lot of manual work. I can automate (sort of) the PSD > conversion TIF using the Image in Photoshop processor, but:

    • Image processor allows only LZW compression, no ZIP.
    • After I deleted the. PSD, Lightroom requires me to review for each missing file and 'Search' individually - I can't do this with several files at the same time.

    Any suggestions?

    Other things I've tried:

    • Convert from Lightroom to DNG function. This eliminates my PSD layer information, so this won't work.
    • Function rename to Lightroom. I thought I could rename the. PSD files. TIF before their conversion, which avoids the manual step of having to use 'Locate' on each file. But Lightroom will not rename the files with a different file extension, so it does not work.
    • Export of Lightroom with "Add to catalogue" activated function. That's what I want either, because it exports a file with LR changes applied. I want to replace the original file with a different format, while retaining all its metadata in LR and changes in the catalog.

    Thank you!

    Sorry, I just checked Image Processor Dr.Brown Pro, and it does not ZIP "Compression of images", but with ELA ' layer of Compression, which probably won't give you a file size much smaller than the PSD with "maximize compatibility.

    You can do this with a PS Action and use a controller > Batch command allows to process a file or a folder with subfolders tree if they contain only layered PSD files.

    Create the Action

    (1) open one image PSD layered file.

    (2) to open the Actions panel and click on the "Create new Action" button, name it something like "Save as TIFF (ZIP + ZIP)" and click on the record button.

    (3) then go to file > save as > select "TIFF" Format, select the two images and ZIP compression layer, and then click OK.

    (4) hit the button "Stop Action" square. Fact!

    Automate batch processing

    1) go to file > automate > batch

    (2) select the action just created in the "Action" drop-down list if it is not already selected.

    (3) under 'Source', select the folder, or a top-level folder with subfolders that contain layerd PSD files. Also check 'Include subfolders' If you want to process subfolders.

    (4) check "Override Action" save under "orders' so that it ignores the filename and destination folder used to create the action.

    5) click OK to start the batch job. According to the number of files being processed, it may take some time to complete. TIFF files will be saved in the same folder as the PSD files.

    You will still need to find a way to synchronize settings between the PSD and TIFF LR.

  • Why comments in the Details pane reduce a 30 MB tiff file size to 10 MB?

    I have a scan, which is a TIFF about 30 MB and I wrote a comment in the details pane to this topic.  When I saved the comment a window pops up with a message "Application of the properties as a reference" and then the file size has dropped to about two-thirds around 10 MB.

    What Vista did to my file?  And why?

    It's my pleasure - glad I could help him.  It is very interesting to transfer the file of 23 MB to Photoshop in Photoshop showing the original 86MB (which suggests that nothing actually happened to the file - it is just how Vista reports its size that seems to be wrong).  Maybe you've found a bug in the system - it wouldn't be the first.  It seems to me that you must ignore Vista file size reporting and information from Photoshop or any other programs that you use to work with images and TIFF files (not exactly the best location, but perhaps the only one available).

    If you want to pursue this, I would say the pictures and video Forum at: http://social.answers.microsoft.com/Forums/en-US/vistapictures/threads where people who specialize in issues of picture will be more than happy to help you with your concerns.

    Thanks for the comments.

    Good luck! Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Addon for tif and tiff reinstalled. Does not open files

    The supplement was reinstalled with the help of this forum, thanks.

    She is rated OK in the add ons and is listed as the manipulation of the image/tif and image/tiff files. It shows however in Tools/Options/Applications:

    1. TIFF (application/tif) image - always ask

    2 TIFF image (image/tiff) - use Grafixview Netscape plugin (in Firefox)

    How can I make the Grafixview plugin to manage the image/tif files? It is not listed as an option when I try to change him 'always ask '.

    When you add and remove plugins and open downloads, Firefox accumulates information in a file named mimeTypes.rdf. This file is also used to save the changes you make in the Options > Applications list. Unfortunately, this file can sometimes be fixed through the user interface, and because its layout is somewhat cryptic, it is also difficult to change.

    I suggest to rename the file and Firefox to generate a new. I hope that this will solve the confusion of QuickTime and maybe clean up the difference between application/tif and image/tif.

    Here's how:

    Open your current Firefox settings (AKA Firefox profile) folder using

    Help > troubleshooting information > "view file" button.

    Switch back to Firefox and output

    Pause while Firefox finishing his cleaning, then rename the mimeTypes.rdf to something like mimeTypes.old

    Restart Firefox and check Options > Applications tab for any changes/improvements.

    If the cure is worse than the disease, you can reverse the process by removing the newly created mimeTypes.rdf and renaming the file prior to this name.

  • Rotation TIFF files overview reverse colors (black becomes white and white black). Is this a bug?

    Rotation TIFF files overview reverse colors (black becomes white and white black). Is this a bug?

    Of course, sounds like it.  However I don't see this behavior on a test screenshot.

    Bug Reporter https://bugreport.apple.com/

  • Fax Viewer and Windows image. Made some changes to the .tiff file, but unable to see them on the Windows 7 machine

    We imaged .tiff and we scored some changed in the Viewer windows fax and photo of XP Machine and we are not able to see the change made in Windows7 machine. Can someone help with this.

    No guarantee... but maybe you can view your TIFF files in the Windows Photo Viewer:
    (right click / Open with / Windows Photo Viewer)

    View and use your pictures in Windows Photo Viewer
    http://Windows.Microsoft.com/en-us/Windows7/view-and-use-your-pictures-in-Windows-Photo-Viewer

    (Note: If the TIFF files are several pages only the first page can be displayed with Photo Viewer Windows)

  • RW2 CS5 and Lumix [cannot open files Panasonic Lumix GX7 Raw in CS5]

    I have a Lumix GX7 which produces RW2 images.  How can I move them in Adobe Photoshop CS5 on my iMac v. 10.11.6?

    The site does not list my camera as one of those taken in charge by CS5, and I only went in circles trying to get more specific information.

    The GX7 is only supported in Camera Raw 8.2 or later version that is only compatible with CS6 and later.

    Camera Raw plugin and Adobe application compatibility

    You will never be able to open the GX7 RW2 Raw files in CS5.

    Options:

    1. Upgrade to CS6 (not recommended. CS6 is too old)
    2. Join the Cloud
    3. Buy Photoshop Elements to open Raw files
    4. Free option: download the Adobe DNG converter, batch convert all RW2 files to DNG format, and then change the DNG files in CS5. An extra step for you, but no extra cost
      Digital Negative (DNG), Adobe DNG Converter | Adobe Photoshop CC
      Camera Raw: How to use Adobe DNG Converter - YouTube
  • I can't open the RAW files from my Nikon D800 (i.e. NEF files).  I use a Mac with Photoshop CS5 and El Capitan 10.11.2 version running.  I get a message "could not complete your request because the file appears to be a model of camera that is n

    I can't open the RAW files from my Nikon D800 (i.e. NEF files).  I use a Mac with Photoshop CS5 and El Capitan 10.11.2 version running.  I get a message that "could not complete your request because the file appears to be a model of camera that is not supported by the installed version of Camera Raw. Please visit the Camera Raw help documentation for more information. "Yet the Nikon D800 is on the list of supported devices.  Can anyone help?

    And temporarily disable the Gatekeeper by allowing downloads from anywhere, or your installer will be marked as 'damaged' because that CS5 is out before Gatekeeper and is not "signed" that is not approved.

  • I have lightroom 6 and just got a nikon d7200, lightroom now reads the tiff file so I can not download my pictures on lightroom

    I have lightroom 6 and just got a nikon d7200, lightroom now reads the tiff file so I can not download my pictures on lightroom

    You really produce TIFF files? If you are, no matter what version of LR read them. Files NAVE, not so much. For NEF files out of this camera, you can either upgrade to the latest 6.4 or CC 2015.4, or you can download the latest free Adobe DNG converter software and use it to convert your files to DNG and import those into LR 5.7.

    Back to TIFF format. If you are trying to import those and get a message that the files cannot be read. You will need to change the permissions on the folder that you copy the image to. Change the permissions if you have read and write access.

  • Hello! I am a family oriented photographer and have a bit of trouble to keep the colors of files exported between lightroom and photoshop consistent. I edited my images on 5 Lightroom and export TIFF files after ProPhoto color space

    Hello! I am a family oriented photographer and have a bit of trouble to keep the colors of files exported between lightroom and photoshop consistent. I edited my images on 5 Lightroom and export TIFF files after changing color ProPhoto RGB space. Then, I opened a picture at once and changed the settings of Photoshop CC ProPhoto RGB color (under the workspace). When I was editing on photoshop, I tried to export the image, but the colors seemed different, a bit washed out and blue, from the color of the workspace, I was on. I don't know how to solve this problem. Please notify.

    Thank you very much for this! Color sorted

  • Looking for some practice files for video in line/book of "Adobe Photoshop CS5 Extended: Essentials. I use the tutorial via membership in Safari book online and the files are not available on Safari.  Do you know where I can get the files?

    Looking for some practice files for video in line/book of "Adobe Photoshop CS5 Extended: Essentials. I use the tutorial via membership in Safari book online and the files are not available on Safari.  Do you know where I can get the files?

    Looks like the manufacturer was "Total Training. I can't find the title to Adobe.com

    http://totaltraining.com/store/Photoshop-CS5-extended-Essentials/

  • I recently bought the Canon5Ds and the files can be played via camera raw with my version of CS5.  What should I do?  Is there a download that will correct this problem?

    I recently bought the Canon5Ds and the files can be played via camera raw with my version of CS5.  What should I do?  Is there a download that will correct this problem?

    For CS5, you must use the free DNG Converter. as this camera camera raw 9.0 required.

    Adobe - Adobe Camera Raw and DNG Converter: for Windows

    Adobe - Adobe Camera Raw and DNG Converter: for Macintosh

Maybe you are looking for