Export as Photoshop file with layers (RGB)

Hey guys,.

I want to export my "Adobe Illustrator" file in Photoshop with RGB but file that doesn't work only with having a summarized layer.

If you know how to export a "Adobe Photoshop" file in Adobe Illustrator file with RGB color profile and layers I had in Illustrator?

Thanks in advance!

(I have the German Version)

This is what it looks like, when I go to file > export > Adobe Photoshop > RGB - I can only export the file in the format Adobe Photoshop summarized with RGB color profile.

Tags: Illustrator

Similar Questions

  • Importing Photoshop files with layers in AE

    Hello

    I have a file with layers photoshop and here to import into AE as composition (no images) so that I can retain its layers. However, when I try to import the ps, it has not imported layers.  He has not even invite me with the dialog 'layer option '.  When I try to open the other ps file at random, they have worked very well. So I think it's something to do with my photoshop file.

    Any help appreciated.

    Post a screenshot of your Photoshop file and the layers panel, unless it is in CMYK color (or possibly the Lab colors). If this is the case, change the color in RGB.

    There is no reason to not have the option to import as a composition in the first dialogue, but the file will import that only a single layer and may not work at all.

  • Photoshop PDF with layers in InDesign

    Rich PDF content

    Creates accessible PDF files that include tags, hyperlinks, bookmarks, interactive elements and layers. This set of options uses PDF 1.5 and incorporates subsets of all fonts. It also optimizes files for the service of the byte. These PDF files can be opened in Acrobat 6.0 and Acrobat Reader 6.0 and later versions. (The Rich content PDF preset is in the Extras folder).

    Note:

    This preset was called eBook in earlier versions of some applications.

    Save the PDF files in Photoshop

    Hello

    I'm trying to save a Photoshop file with layers to PDF and preserve the layers so that I can put this PDF file in InDesign and control layers in InDesign options there.

    The above makes no sense and I can't find the folders or files, it refers.

    Whole CC membership everything to date.

    Screen Shot 2016-06-13 at 11.50.09.png

    Thank you

    Eugene

    Doesn't seem to not apply to Photoshop, just common verbiage to all app help. In particular "tags, hyperlinks, bookmarks, interactive elements" have no equivalent of Photoshop, so it is optimistic to think that they will still make layers. This answer seems final How to import a PSD file into Indesign WITH layers so it can be edited/saved as an InDesign file? May be possible in Illustrator.

  • Export to a Photoshop file, writing layers unavailable

    Hi all

    I'm new to this forum, I did some research and could not find an answer to my problem. I hope that you will be able to help me !

    I'm used to work and create my projects with Illustrator CS4, and then click the file > > export > > Photoshop file > > check the layers options write > > OK.

    I don't know what I did with one of my file, but suddenly I can't tick the option "Write Layers" while it was working fine a few days ago...

    I tried with other files I have and it works fine... but not with this new...

    Do you have an idea of what I've done?

    This file contains 66 layers, and there is no nested groups (I read online that could be the problem but it's not)...

    I tried to delete all the layers except one and I still have this problem, I can only export it in the form of flat image...

    Thanks for your help! I really need to export it to a file with layers photoshop.

    Laurent

    Couldn't you copy & paste after you have enabled the option "Paste remembers layers", this should then keep your layers correctly.

  • Adobe reader on my iPad can display PDF files with layers?

    Adobe Reader on my iPad can display PDF files with layers?

    Hello

    Currently, mobile products Acrobat DC (for iOS and Android) don't support any change to the visibility of the layer.  If you are not able to activate or deactivate layers in a PDF using Acrobat DC for iOS.

    You would file a feature request?

    Adobe - feature request/Bug Report Form

    Our product management team will take your request into consideration for a future release.

    Thank you.

  • Need to export files with layers automatically selected

    I have a file with a background and various text layers.

    I want to select each layer of text individually and export them to a file, but I don't want to do this manually because there is a lot of work.

    My question is, I would say how photoshop for export X number of files. Where X = the number of text boxes.

    File > scripts > export to files layers might work.

  • How to export images to animated "gif" as individual .psd files with layers intact?

    Hi, after you have created an animation of 25 extended image (like a .gif file) I would like to export each image file .psd individual with all layers showing in each respective frame intact and separate layers editable (rather than each picture as a flattened image/psd)...how a layer can this be done? Thank you

    Try this...

    1. Click on an image.
    2. The layers panel menu > layers remove hidden
    3. Save as
    4. Cancel

    Repeat if necessary

  • How illustrator cs5 can export a file with layers intact?

    When I try to export my cs5 file to a psd file to preserve the layers, I get the

    Warning: 'insufficient memory' blocking. The original file is only 17 MB

    in size which is not very high. Help please

    ajaidan wrote:

    [..] The original file is only 17 MB in size, which is not very high.

    Therefore, a vector image.

    (If it is clear, it would be one volume of 4000 pages thick @ 4000 characters per page (which is a lot)).

  • Export to the file with Alpha layer

    Hello

    I m looking to create an Automation that takes each layer in a Photoshop Document and export it to a TIFF file with an Alpha channel.

    There was very little action that export the layer selected as a TIFF with Alpha and there is of course the function of 'layer to export to files '.

    I don't know how I can combine these functions, and it would be great if I could get this feature in a droplet.

    Maybe you can guide me in the right direction

    It treats pixel and the type of layers and masks on the groups would apply, perhaps you want to give it a try.

    Save your hair without transparency, but with pixels alpha channels and layers type;

    2014, use it at your own risk.

    #target photoshop

    If (app.documents.length > 0) {}

    myDocument var = app.activeDocument;

    var myDocument.name.match = basename (/(.*)-.) [ ^\.] +$/)[1];

    try {var docPath = myDocument.path}

    catch (e) {var docPath = "~ / Desktop"};

    var theDup = myDocument.duplicate ("thecopy", false);

    deleteAlphaChannels();

    main (theDup, docPath, basename);

    theDup.close (SaveOptions.DONOTSAVECHANGES);

    };

    ////////////////////////////////////

    getAllLayersBounds.jsx

    main function (dittos, docPath, basename) {}

    showAllLayers();

    get the number of layers;

    Var ref = new ActionReference();

    ref.putEnumerated (charIDToTypeID ("Dcmn"), charIDToTypeID ("Ordn"), charIDToTypeID ("Trgt"));

    var applicationDesc = executeActionGet (ref);

    var number = applicationDesc.getInteger (stringIDToTypeID ("numberOfLayers"));

    //////

    for (var m = 0; m<= thenumber;="" m++)="">

    try {}

    Var ref = new ActionReference();

    ref.putIndex (charIDToTypeID ("Lyr"), m);

    var layerDesc = executeActionGet (ref);

    var layerSet is typeIDToStringID (layerDesc.getEnumerationValue (stringIDToTypeID ("layerSection")));.

    isBackground var = layerDesc.getBoolean (stringIDToTypeID ('background'));

    var layerKind = layerDesc.getInteger (stringIDToTypeID ("layerKind"));

    theName var = layerDesc.getString (stringIDToTypeID ('name'));

    "adjustment".

    otherwise the layer group.

    If (layerSet! = "layerSectionEnd" & layerSet! = "layerSectionStart" / * & isBackground! = true * /) {}

    If (layerKind == 1 | layerKind == 3) {}

    hideOthers (m);

    do twice;

    var theDup2 = theFile.duplicate ("thecopy2", true);

    addTransparencyAsChannelaAndFlatten();

    Save and close;

    saveCopyAsTif (theDup2, docPath + ' / ' + name of base + '_' + theName ".tif");

    theDup2.close (SaveOptions.DONOTSAVECHANGES);

    hideOthers (m)

    };

    //

    };

    }

    catch (e) {};

    };

    };

    substance.

    function addTransparencyAsChannelaAndFlatten () {}

    try {}

    transparency mask;

    // =======================================================

    var idMk = charIDToTypeID ("Mk");

    var desc3 = new ActionDescriptor();

    var idNw = charIDToTypeID ('Nw');

    var idChnl = charIDToTypeID ('channel');

    Desc3.putClass (idNw, idChnl);

    var idAt = charIDToTypeID ('At');

    ref2 var = new ActionReference();

    var idChnl = charIDToTypeID ('channel');

    var idChnl = charIDToTypeID ('channel');

    var idMsk = charIDToTypeID ("Msk");

    ref2.putEnumerated (idChnl, idChnl, idMsk);

    Desc3.putReference (idAt, ref2);

    var idUsng = charIDToTypeID ("Usng");

    var idUsrM = charIDToTypeID ("rocket");

    var idTrns = charIDToTypeID ("Trns");

    Desc3.putEnumerated (idUsng, idUsrM, idTrns);

    executeAction (idMk, desc3, DialogModes.NO);

    alpha channel of the layer mask.

    // =======================================================

    var idDplc = charIDToTypeID ("Dplc");

    var desc4 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    Ref3 var = new ActionReference();

    var idChnl = charIDToTypeID ('channel');

    var idOrdn = charIDToTypeID ('Ordn');

    var idTrgt = charIDToTypeID ("Trgt");

    Ref3.putEnumerated (idChnl, idOrdn, idTrgt);

    Desc4.putReference (idnull, ref3);

    executeAction (idDplc, desc4, DialogModes.NO);

    remove the layer mask;

    // =======================================================

    var idDlt = charIDToTypeID ("Dlt");

    var desc5 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    ref4 var = new ActionReference();

    var idChnl = charIDToTypeID ('channel');

    var idChnl = charIDToTypeID ('channel');

    var idMsk = charIDToTypeID ("Msk");

    ref4.putEnumerated (idChnl, idChnl, idMsk);

    Desc5.putReference (idnull, ref4);

    executeAction (idDlt, desc5, DialogModes.NO);

    flatten;

    // =======================================================

    var idFltI = charIDToTypeID ("FltI");

    executeAction (idFltI, undefined, DialogModes.NO);

    } catch (e) {}

    };

    by mike hale, through paul riggott.

    http://forums.Adobe.com/message/1944754#1944754

    function selectLayerByIndex (index, add) {}

    Add = undefined? Add = false: Add

    Var ref = new ActionReference();

    ref.putIndex (charIDToTypeID ("Lyr"), index);

    var / / desc = new ActionDescriptor();

    desc.putReference (charIDToTypeID ("null"), ref);

    If (Add) desc.putEnumerated (stringIDToTypeID ("selectionModifier"), stringIDToTypeID ("selectionModifierType"), stringIDToTypeID ("addToSelection'));

    desc.putBoolean (charIDToTypeID ("MKV"), false);

    try {}

    executeAction (charIDToTypeID ("slct"), desc, DialogModes.NO);

    } catch (e) {}

    Alert (e.message);

    }

    };

    Remove alpha channels.

    function deleteAlphaChannels () {}

    Var ref = new ActionReference();

    ref.putEnumerated (charIDToTypeID ("Lyr"), charIDToTypeID ("Ordn"), charIDToTypeID ("Trgt"));

    ref.putEnumerated (charIDToTypeID ("Dcmn"), charIDToTypeID ("Ordn"), charIDToTypeID ("Trgt"));

    var docDesc = executeActionGet (ref);

    var theChannels = docDesc.getString (stringIDToTypeID ("numberOfChannels"));

    Check the channels;

    for (var m = theChannels; > 0; m - m) {}

    ref2 var = new ActionReference();

    ref2.putIndex (charIDToTypeID ("one"), m);

    var channelDesc = executeActionGet (ref2);

    Alpha var = channelDesc.hasKey (stringIDToTypeID ("alphaChannelOptions"));

    Remove alpha channels;

    If (alpha == true) {}

    keep the channels spots;

    If (channelDesc.getObjectValue (stringIDToTypeID ("alphaChannelOptions")) .getObjectValue (strin gIDToTypeID ("color")) .hasKey (stringIDToTypeID ("book")) == false) {}

    // =======================================================

    var idDlt = charIDToTypeID ("Dlt");

    var desc7 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    var ref1 = new ActionReference();

    Ref1.putIndex (charIDToTypeID ("one"), m);

    desc7.putReference (idnull, ref1);

    executeAction (idDlt, desc7, DialogModes.NO);

    };

    };

    };

    };

    Save pdf.

    function saveCopyAsTif (myDocument, path) {}

    tif options;

    tifOpts = new TiffSaveOptions();

    tifOpts.embedColorProfile = true;

    tifOpts.imageCompression = TIFFEncoding.TIFFLZW;

    tifOpts.alphaChannels = true;

    tifOpts.byteOrder = ByteOrder.MACOS;

    tifOpts.layers = true;

    Save the copy;

    myDocument.saveAs ((new File (path)), tifOpts, true);

    };

    hide others.

    function hideOthers (theIndex) {}

    hide the other;

    // =======================================================

    var idShw = charIDToTypeID ("Shw");

    var desc10 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    var officielle4 = new ActionList();

    ref7 var = new ActionReference();

    Ref7.putIndex (charIDToTypeID ("Lyr"), theIndex);

    LIST4.putReference (ref7);

    desc10.putList (idnull, list4);

    var idTglO = charIDToTypeID ("TglO");

    desc10.putBoolean (idTglO, true);

    executeAction (idShw, desc10, DialogModes.NO);

    };

    by mike hale, through paul riggott.

    http://forums.Adobe.com/message/1944754#1944754

    function selectLayerByIndex (index, add) {}

    Add = undefined? Add = false: Add

    Var ref = new ActionReference();

    ref.putIndex (charIDToTypeID ("Lyr"), index);

    var / / desc = new ActionDescriptor();

    desc.putReference (charIDToTypeID ("null"), ref);

    If (Add) desc.putEnumerated (stringIDToTypeID ("selectionModifier"), stringIDToTypeID ("selectionModifierType"), stringIDToTypeID ("addToSelection'));

    desc.putBoolean (charIDToTypeID ("MKV"), false);

    try {}

    executeAction (charIDToTypeID ("slct"), desc, DialogModes.NO);

    } catch (e) {}

    Alert (e.message);

    }

    };

    Display all layers.

    function showAllLayers () {}

    get the number of layers;

    Var ref = new ActionReference();

    ref.putEnumerated (charIDToTypeID ("Dcmn"), charIDToTypeID ("Ordn"), charIDToTypeID ("Trgt"));

    var applicationDesc = executeActionGet (ref);

    var number = applicationDesc.getInteger (stringIDToTypeID ("numberOfLayers"));

    //////

    for (var m = 0; m<= thenumber;="" m++)="">

    try {}

    // =======================================================

    idHd var = charIDToTypeID ("Shw");

    var desc9 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    var list1 = new ActionList();

    Ref3 var = new ActionReference();

    Ref3.putIndex (charIDToTypeID ("Lyr"), m);

    List1.putReference (ref3);

    desc9.putList (idnull, list1);

    executeAction (idHd, desc9, DialogModes.NO);

    }

    catch (e) {};

    };

    };

  • Importing Photoshop files with Alpha transparency

    When I create an image in Photoshop for use in Director that includes transparency alpha, like a shadow, transparent surface makes lighter they have once imported into Director. When appears on a white background, it is not a problem; the shadow is just lighter than it should be. When applied on a dark background, however, which should be a shadow becomes a lighter glow.

    I found that saving PNG images, rather than Photoshop files, solves this problem. Does anyone else have this problem? Does anyone know a fix?

    Thank you
    Jack

    Friday, December 8, 2006 19:58:57 GMT, Roarn published in
    Macromedia.Director.Basics:

    > I have found that saving PNG, rather than Photoshop images
    > files, solves this problem. Does anyone else have this problem? Does
    > does anyone know a fix?

    Yes, you have found it. Photoshop, mainly for print jobs, always had his
    own idea of transparency - not in line with what most of the software called the
    alpha channel.

    It was relatively recent (PS6?, PS7?) he began to support the alpha
    channel this people RGB US recognize.

    IIRC, there is some good technical notes in the Support section of the Director of the
    the site that explain it a lot more detail. Ah, here's one.
    http://www.Adobe.com/go/14326

    Did you know that the technical notes are available?
    http://www.Adobe.com/support/Director/

    --
    Mark A. Boyd
    Keep-on-Learnine :)

  • Deliver the Photoshop files with library objects

    Is it possible to deliver a customer a final PSD that uses dynamic objects related to cloud? I don't want to share the entire library with the client, because they do not have CC and so not access Adobe Cloud. There are also cases where using an element or two of other libraries, I don't want to share during the delivery. Deliver the files without the library leads to non editable smart objects (broken link error open document). Others that the conversion of files embedded or linked individually, layer by layer, is there a way to incorporate or to export the library files that are used in a document to be supplied as well as the final PSD overall?

    Choose: Layer > smart objects > incorporate all related

    I hope this helps.

  • Captivate 8: PDF export created a file with the extension PDF... but it's actually a video. Shouldn't it exported slides as appropriate PDF document?

    In Adobe Captivate, there is a 'PDF export' checkbox when you publish your project.

    He checked the box, and the publication of project created a file with the extension PDF... but it's actually a video. Shouldn't it exported slides as appropriate PDF document?

    No, it was published in an interactive PDF, has always been the case. It's another way to publish the video, that does not need to deploy it to an LMS or a Web server, you can send the PDF file. However, since Flash player is is more integrated in later versions of the Adobe Reader software, the user is to install it.

  • How to export a PDF file with text, which will be not selectable?

    Hello Adobe lovers,

    I want to export a file of 12 pages of text (and several of the images too) in PDF format.

    With a standard configuration, I have received a file with selectable text (103 KB: it's good for me!).

    When I vectorizes the text, my PDF weighs 12 months (too much for me!), but the text is corrected.

    Been to a setting that can solve my problem?

    Thanks much < 3

    Tell them that not to open the file in Illustrator - this isn't a PDF Editor.

    Request that all changes made through you.

    Or find another supplier in China... There must be more than one.

    Anyway - there is no real way to reduce the size of the file after you have created the contours - as it is fundamentally changing the vector shapes of all glyphs.

    http://InDesignSecrets.com/converting-text-to-outlines-the-right-way.php

    Many comments here too... Please read carefully - and questions ask away.

  • When you open a Photoshop file with Bridge, how can I control what version of Photoshop, the file wil

    At the opening of a bridge of fthrough Photoshop file, how can I check which version of Photoshop, the file will open in?

    I store my PSD files that is adjacent to the original RAW file which it originates.

    If I open the folder and double-click this PSD file, it opens to the CS6. But, if I use the bridge (CS6) for access to and open the same file, it starts by is Photoshop CS5 and then opens this file PSD in CS5.

    How can I control which Photoshop will open a file then choose to open it through Bridge?

    Interesting, but it does not give any idea what I'm supposed to do. No Photoshop ducuments listed.

    Look at the PSD file on the location of Curt and Photoshop Document research. Beside him ideally should show Adobe Photoshop CS6 if you have Bridge open CS6. Click to provide the fly on the menu and choose the correct Photoshop from the list.

    But probably something went wrong with your installation. By default, Bridge chooses the latest version of PS to open its plug in.

    Maybe reset preferences may also help you. Can you provide more details about the version of the OS etc.

    And you have a good reason to keep your Raw and finalized in the same place files. Personally I put them aside and use a convention of appropriate filename (YYYYMMDD and details) so I can easily search the DNG files in my archives if I needed, but I don't make mistake by opening a bad

  • How to export an Illustrator file with transparent background, for printing on different types of paper.

    Hello

    I created a card that contains a simple geometric shape and type, and the client would like to for it to print on different kinds of papers / different background colors.

    I don't know what is the best way to export this .ai file to send to print. Your suggestions are appreciated, and my apologies if this question has arisen before.

    Carmen

    The white background is just the preview. The application of the observer must show a sort of background.

    PNG is not specific to printing. If you export a PDF file that has the correct settings (depending on the printing process)

Maybe you are looking for