Multiple Layers Export in Clipping Mask (Without using Layer comp to files script)

Man, Actually I am designer and create mobile case design. I have done mobile cover design preview in psd. so many layers created. Top layer-group Camera & button.  Second Layer-group different mobile  cover designs in clipping mask.. I want to export the preview (without using Layer comp to files). Means Single design to export without hiding the layers.... 30 design preview in single click....

Mine don't even work.

Similar Messages

  • Layer Comps To Files - Export error: Could not complete this operation. There are no user slices

    I have been using the Export Layer Comps To Files scrips that ships with Adobe Photoshop CS5 for a while and found it very useful, apart from the numbers it automatically adds as a prefix to the layercomp name.
    A friend pointed me in the direction of a altered version of this scrips which removes the numbers and only exports the layer comp name, gerat I thought. Not great! After using this successfully for a while the scrip started to throw up errors whenever I attempted to export. Either "No layer comps found" or "Adobe Save for Web & Devices Error: Could not complete this operation. There are no user slices." As I knew there were layercomps for the first error and knew that I had not created any slices for the second error I was pretty miffed. Fortunately I had the foresight to make a copy of the original script from the Photoshop presets library.
    I have since deleted the offending script out of my presets folder and copied the original script back in however the error still persists. I constantly receive Adobe Save for Web & Devices Error: Could not complete this operation. There are no user slices. I have searched the forums and around the net to try and find a solution for this problem but none seem to present themselves. I am perplex how this error can persist when the original script is now being used.
    If there's is anyone out there who can help me resolve this I'd be most grateful. As I say I've tried to resolve this myself and am pretty computer savvy but this one has defeated me
    Thanks in advance

    The problem seems to be already solved, but I'm commenting this for future reference.
    This has happened to me too and I think I know what causes it.
    It happens when you...
    1) Do "Save for Web" with the "All User Slices" selected in the dropdown menu "Slices".
    (This can only be done with a file that has a user slice)
    2) Then try to use the "Layer Comp to Files" script to a file that doesn't have any slices.
    To avoid this you need to once open a file that "has" a user slice and save with
    the "All Slices" option in the "Slices" menu and then go back to the file you want
    to run the script to.
    When you run the script, the saved "Slices" option from the previous export seems to
    be used and causes an error when there are no user slice.
    I also found a fix to the script to avoid this error to come out.
    This can be also applied to the fix to "remove the numbers" added to the head of the
    exported file names.
    The number removal script goes something like this...
    var fileNameBody = exportInfo.fileNamePrefix;
    if (fileNameBody != "") fileNameBody += "_";
    fileNameBody += compRef.name;
    this should replace the "Layer Comps to Files.jsx" lines 188-190.
    In addition to that, the script below needs to be added below line 818 and line 863.
    (This line numbers are those before any alterations to the "Layer Comps to Files.jsx" script)
    var idSWsl = charIDToTypeID( "SWsl" );
    var idSTsl = charIDToTypeID( "STsl" );
    var idSLAl = charIDToTypeID( "SLAl" );
    desc4.putEnumerated( idSWsl, idSTsl, idSLAl );
    The line right above where the above script should be inserted should read as the following...
    desc4.putPath( id44, new File( exportInfo.destination + "/" + fileNameBody + ".png") );
    Actually it can be added any where after the "desc4" variable is declared but I specified just
    to make it simple.
    This sets the "Save for Web" "Slices" settings to "All User Slices".

  • Remove Digits from Layer Comp to Files Export

    Hello,
    Is there a quick way to remove the beginning of the string when running the Layer Comps to Files script? For example if the layer comp is named picture-of-tree, the exported files have _00001_picture-of-tree. I just need the resulting file name to be what is exactly in the layer comp text title: picture-of-tree.
    Any info would be great.

    jerseygirl505 wrote:
    How can I edit the code so that:
    - not only are there no numbers, the "_" is gone too... right now, with deleting that zeroSuppress line, the files are saving as "_filename_layercompname.jpg"
    OR
    - if I do choose to include the numbering, but want the numbers to start at 01 instead of 00?
    Thanks!
    Just removing line 189 "fileNameBody += "_" + zeroSuppress(compsIndex, 4);" will only remove the 4 digit numbers and it’s leading underscore. Your result might be caused by an empty file name prefix.
    If you would like to have the numbering start at 01 with two digits only - you simply have to change the zeroSuppress function call:
    fileNameBody += "-" + zeroSuppress(compsIndex+1, 2);
    The first parameter "compsIndex+1" will force to start with 1 instead of 0.
    The second parameter "2" does control the number of digits returned by the function.
    I already adopted your idea of starting with 01 in my version of the script:
    http://dl.dropbox.com/u/1037999/Adobe%20Scripts/Layer%20Comps%20To%20Files.jsx

  • ABAP WD, Multiple Row selection in table control without using Crtl key

    Hi all,
    I am displaying the records using the table control, i have to select the multiple records in the list <b>without using Crtl key</b>.
    How do i solve this?
    Thanks

    Hi,
    you should set the table parameter selectionMode to multi or multinolead
    than you can select multiple records,
    these you can retrieve: lt_selected_elements = node->get_selected_elements( ).
    also see this <a href="https://forums.sdn.sap.com/click.jspa?searchID=4209200&messageID=3544158">thread</a> for info
    grtz,
    Koen

  • Weird numbers when Exporting Layers to Files / Layer Comps to Files

    Hi there,
    File > Scripts > Export Layers to Files ...
    File > Scripts >  Layer Comps to Files ...
    File > Scripts >  Layer Comps to PDF ...
    File > Scripts >  Layer Comps to WPG ...
    After I use each of these Scripts , even if I specify "File Name Prefix:", in the name of the exported files I see strange nomeration. This is pretty confusing , because each time I have to rename the files to remove these numbers.
    Adobe please remove the numbers prefix that these Scipts adds..
    Thanks!
    Regards,
    SK

    Hi. You’ve posted your question in a forum that is for beginners trying to learn the basics of Photoshop.  I'm moving your question to the Photoshop General Discussion forum for specialized attention to your situation.

  • How to list the datasources without use a tnsnames.ora file?

    Hi,
    I want to use the OracleDataSourceEnumerator class of ODP.Net to list the datasources on which the user can connect.
    It's work with a tnsnames.ora on the local station, so good.
    But I want use the easy connect naming methode so i have edited the sqlnet.ora file with this:
    NAMES.DIRECTORY_PATH= (EZCONNECT, TNSNAMES)
    then i have deleted the content of the tnsnames.ora
    so my code don't work : none datasource is returned by the OracleDataSourceEnumerator
    So my question : is it a way to list the datasources without use a tnsnames.ora file?
    Edited by: user13499556 on 17 déc. 2010 08:21

    You can check
    DataConnectionFile.EnumerateDependants method
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • Exporting Layer Comps to Files

    I am trying to Export Layer comps to file to make a pdf of a 38 page document.
    When try to export to jpg or png the files are too small, even on the highest setting.
    When I try to export to tiff or psd, it doesn't flatten the files and gives me files just as large as the master file.
    When I try to export to pdf it creates very large files, that do not seem high quality.
    Are there any more options or perhaps an additional script for exporting layer comps to files?
    Thanks

    Which OS and version of Photoshop I see that CS5 ships with a script named "Layer Comps To Files.jsx"
    And CS6 ships with that  one and one named "Layer Comps To PDF.jsx"
    Have never use them myself

  • When using the Save Layer Comps to PDF Script, can you change the PDF settings. I need both Smallest File Size and Press Quality?

    When using the Save Layer Comps to PDF Script, can you change the PDF settings. I need both Smallest File Size and Press Quality? Thanks in advance to the group for assisting with this matter.
    — John

    No, there isn't. The way you're using the file is not recommended. You
    should use a review tracker to avoid getting in the way of one another.

  • How do I export with clipping mask?

    I'm a newbie to Illustrator.
    I have a starburst design with a clipping mask. When I try to export as png or jpg, there is a transparent or white border around my design - where the items clipped by the clipping mask are hidden.
    I have flattened the file before exporting. I have "fit to art board". I have checked the "use art board" box when exporting. Nothing removes the border. My art is 8.5 x 11, and my art board is 8.5 x 11. Any other suggestions?
    Thank you!

    HI Elizabeth,
    Here is a link that will help you with this issue. adobe illustrator - Take away negative space in clipping masks - Graphic Design Stack Exchange This should give you a bit of guidance on this.
    Scott

  • Export only Clipping Mask to PNG File

    I recently upgraded from Illustrator CS3 to Illustrator CS5.
    In CS3, I was able to:
    Create a clipping mask to hide a portion of the graphic.
    Set the crop area to match the clipping mask.
    Export the graphic to a PNG file, with only the portion of the graphic included in the crop area displayed.
    In CS5,
    Converted the crop area to an artboard.
    The clipping mask is already in place, so no changes there.
    Set the artboard to match the clipping mask.
    Attempt to export to a PNG file, but the PNG file automatically contains the entire graphic, not just the area included in the artboard.
    I found a workaround online, but it involves flattening the transparency, ungrouping the object and then manually deleting the portions of the graphic that we don't want/need. While this works, it's not a viable solution because I need the ability to go back and make modifications to the original graphic if needed.
    Any suggestions are greatly appreciated!
    Thanks,
    Kellie

    You have "Clip to Artboard" checked in save for web or "Use Artbaords" checked for export, correct?

  • Filling text/using a clipping mask, then using the knife tool

    Hey, new to the forums here, and I have a problem....
    I'm digitizing my notes for an earth science class and I'm using Illustrator CS5.
    I'm attempting to make a simple text effect which is leaving me baffled.
    The text says "Earthquakes" (in Impact, 24pt.)
    I wish to texture the text with a photo of sandstone.  I can do this.
    I wish to cleave the text in twain with the knife tool.  I can do this, too.
    What I cannot do for the life of me is to cut the text in half after applying the clipping mask.
    Nor can I apply the texture (via clipping mask) after cutting the text in half.
    I've tried all manner of different combinations, including doing some of the work in Photoshop, and still nothing works.
    I tried to create an outline (apparently essential for using the knife tool on text), cut the text in half, and then make the clipping mask, but that only gives me hollow, invisible letters which I can't seem to fill with the appropriate image.
    Does anyone out there have any ideas?
    In case it's not clear, I want my text to be filled by an image, then I'd like to cut the text approximately in half (I would prefer to use the knife tool, as it looks better with a curved cut)
    It's that simple, but I haven't been able to stumble upon a solution on my own.
    On a side note, I've also happened upon some tutorials for "cutting text" that involves drawing a line across it, then using Divide from the Pathfinder toolbox, but this keeps giving me errors.  Thoughts?

    I like your answer because it showcases things I had never thought of.  As it happens, minutes after posting this I decided to reverse the workflow from Illustrator into PS and then back.
    Essentially, I converted my text via "outlines", used the knife tool, then cut and pasted it into PS.  Then I added the stone texture into a new layer and applied a mask.  I cropped it and imported it back into Illustrator.
    Of course, that's a lot of steps, so as soon as I get back, I'm going to try the way you just described as I think it will come in very handy in the future.
    Thank you.
    Message was edited by: MercuryCrest

  • How do you remove the number sequence when exporting layer comps to files? CS6. Windows 8.

    Hi
    I remember in CS5 there was a script you could change, but I can't remember what it was called or where it was saved.  Can anyone help please?
    I would like to stop Photoshop automatically adding a number prefix to exported layer comps.
    Thanks

    So I've found a bit in the script that I think might be it (below).  Can I remove that whole bit?  Or would changing the 4 to a 0 do the trick (I tried and it didn't do anything)... Sorry, but I'm not a coder so don't really know if I'm barking up the wrong tree or not.
    Thanks
    for ( compsIndex = 0; compsIndex < compsCount; compsIndex++ ) {
                    var compRef = docRef.layerComps[ compsIndex ];
                    if (exportInfo.selectionOnly && !compRef.selected) continue; // selected only
                    compRef.apply();
                    var duppedDocument = app.activeDocument.duplicate();
                    var fileNameBody = exportInfo.fileNamePrefix;
                    fileNameBody += "_" + zeroSuppress(compsIndex, 4);
                    fileNameBody += "_" + compRef.name;
                    if (null != compRef.comment)    fileNameBody += "_" + compRef.comment;
                    fileNameBody = fileNameBody.replace(/[:\/\\*\?\"\<\>\|\\\r\\\n]/g, "_");  // '/\:*?"<>|\r\n' -> '_'
                    if (fileNameBody.length > 120) fileNameBody = fileNameBody.substring(0,120);
                    saveFile(duppedDocument, fileNameBody, exportInfo);
                    duppedDocument.close(SaveOptions.DONOTSAVECHANGES);

  • Export video from multiple iOS devices to a Mac without using iTunes

    I am tasked with importing video files from multiple iPads to a single Mac to aggregate for editing.
    The file sizes on each device are many gigs large. I don't want to use iMovie on the Mac or iOS.
    I don't want to use iTunes (since there are many iPads not owned by me to import video from).
    Suggestions?
    Paul
    Chicago

    iTunes. Other than that there is no direct method. However, do try the iPhone forums.

  • How to Display multiple records in Table in VC without using BAPI.

    Hi All,
    I am working on Visual composer (NW2004s SP10). I am trying to display Poitems from BAPI_PO_GETDETAIL. I am creating my front end using VC. I have created one form and one Table where I want to display POItems. I am writing my logic of retrieving data from BAPI in CAF.I am connecting them in Guided procedures.When I run my process in Guided Procedures I am getting single row displayed in table. Can Anyone help me how to display multiple rows in table.
    Regards,
    Sheetal

    Hi Sheetal,
    if the BAPI returns a table, then you get multiple rows. From which system is the BAPI, so that I can check the BAPI to give you further information.
    Best Regards,
    marcel

  • How to change IP address and subnet mask without using the sys-unconfig ?

    I have Solaris 10 x86. I've ran into problems using the sys-unconfig command
    to change hostname and IP address.
    How to I manually change the IP address and subnet mask values on Solaris 10 manually?
    Thanks.

    We just switched over a DNS server by using ifconfig, (same subnet), and killing named. seems to be working fine, anything I should look out for ?
    steps:
    Prep -
    - change name in /etc/hostname.e1000g0
    - change name and IP in /etc/hosts and /etc/nodename
    - # uname -S dnsint02
    Activate
    - unplug old dnsint02
    # ifconfig e1000g0 192.168.2.80
    # kill -9 [PID of named]
    Cleanup
    - Remove old key on clients I SSH from.
    - reconfigure backup software for new name/server combo.
    Edited by: HarryC on Jun 25, 2009 9:29 AM

Maybe you are looking for

  • Two devices under one apple ID, how do I keep my privacy?

    I have two devices under one apple ID, my sister's iPhone 4s and my own iPod touch 5. iMessages and FaceTime requests etc are being sent to both devices instead of the specific one it's meant to be sent to. For example, I am recieving the iPhone's iM

  • SQLLIB18.LIB in Oracle 10g

    Hello All, My application has oracle 7.3 as database.Now we want to migrate our database on Oracle 10g. Problem I am facing is there is a file SQLLIB18.LIB in oracle 7.3. I am not able to find it on oracle 10g client.Can anyone tell me which file in

  • Multiple Online Numbers - Only want one forwarded

    Hey there, am hoping someone can help with my query re multiple online numbers. I have one Skype account, and multiple online numbers. One number is for a 'home' number, the other is for a 'business' number. I was hoping to set up call forwarding suc

  • How to create data stores in ODI ?

    Hi all, I am new to this ODI part.Can anyone please help me as how to create data stores in ODI. A prompt reply will be highly aprreciated. Thanks Saurabh.

  • Eem applet or script for sending email for syslog denies

    I am wanting to have my isr's send an email when a certain number of deny's occur on an ace.  So if i have a particular ace set up to log when tcp 3389 denied.  Then the eem applet or script would track when that deny entry happens.  When the deny hi