Is there a script or action to delete all the alpha/channels?

Hi
when i work on an image , i create lots of alpha channels , is there a script/action to delete all with 1 click?
i run ps cs6 64bit , windows7 64 bit
i found a short script but it's amazing slow
thanks

Thanks Kelly
i miss you one thing delete all 4 color samples
i use notepad++ and synwrite
something like delete color samples can be done with the plugin
to delete color samples i use this
#target photoshop
app.bringToFront();
var theImage = app.activeDocument;
// flatten the layers
// theImage.flatten();
// delete alphas
// theImage.channels.removeAll();
// delete paths
// theImage.pathItems.removeAll();
// delete layercomps
// theImage.layerComps.removeAll();
// delete color samplers
theImage.colorSamplers.removeAll();
// clear guides

Similar Messages

  • Hello,  Is there a script that I can change all the colors of a layer in to 1 PMS color, unite every object and than give it an offset of -0,2 mm ?

    Hello,
    Is there a script that I can change all the colors of a layer in to 1 PMS color, unite every object and than give it an offset of -0,2 mm ?

    the offset has to be semi-automatic, apply an Offset Path Effect (by hand), create a Graphic Style out of it (by hand), then the script can apply this graphic style to objects.

  • Is there a quick, easy way to delete all the "lost" songs from my Library?

    OK, I'm storing all my music in my iTunes folder, which I moved to an external HD. In my iTunes Library (within the application itself), there must be thousands of MP3s listed that I no longer have the MP3 files for. Is there a quick way to update the library so that it only lists what music I actually have on my HD? Basically, I want to get rid of all the songs that show up in my library which I no longer have on my HD. Is there any way to do that?
    thanks!

    Thank you for your reply Diane. I'll look into that site. I probably did delete all the files through the finder, but to be honest, I don't know how they all got into my Library to begin with. Is there a way to erase my whole list and then rebuild it based on what files are contained in my iTunes folder? that might be easier.

  • Function Module to delete all the red requests in Info Cube

    Dear Friends,
    Is there any standard FM which can delete all the red requests in the infocube ?
    Thanks & Regards,
    Ashutosh Singh

    you can use RSDD_INFO_REQUID_DELETE.
    you've got to create a program in which you first read table rsbkrequest (where you can find the status of the request)
    then you can use these id's in the function module.
    as a lead check this paper (other objective but same principle)
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a7ba9523-0b01-0010-18ab-cf8b3b8c374a?quicklink=index&overridelayout=true
    M.

  • An action that deletes all hidden objects

    Hello
    In a constant effort to save and place smaller files...I was wondering if there was a way to script illustrator files so that it deletes all the hidden objects.
    I end up with so many hiden objects in these files, I am sure that would be a great help, if I could set an action either inside of illustrator or through a script to drag and drop files onto to that would delete the hidden files.
    I cannot find any commands on this in the program, so I did not know if it is possible, but I figures I would try.
    thanks!
    babs

    Here's a script that I have to delete hidden layers in a file. It could be reworked to target page items. Remember you can only delete something if it is visible.
    --get a sourceFolder that holds the files to process
    set sourceFolder to (choose folder with prompt "Choose a folder with files to process:") as text
    -- get a list of files of the files to process in the sourceFolder
    tell application "Finder" to set workingFiles to (every file of folder sourceFolder) as alias list
    repeat with aFile in workingFiles
        tell application "Adobe Illustrator"
            open aFile
            set currentFile to front document
            tell application "Adobe Illustrator"
                set myLayers to every layer of currentFile
                repeat with i from 1 to count of items in myLayers
                    set myLayer to item i of myLayers
                    set locked of myLayer to false
                    if visible of myLayer is true then
                        set visible of myLayer to false
                    else if visible of myLayer is false then
                        set visible of myLayer to true
                    end if
                end repeat
                delete (every layer of currentFile whose visible is true)
            end tell
            tell application "Adobe Illustrator"
                set visible of (every layer of currentFile) to true
            end tell
            close currentFile with saving
        end tell
    end repeat

  • Is there a way to delete all the messages for a user in CUC 8.6 ?

    With Unity it was possible as an administrator, to delete all the messages in a user's mailbox, directly from the server (Windows).  Now, with Unity Connection (8.6.1) is there a way to do the same ?  When I'm logged as an administrator, I can see, for every user, the number of messages and the size (Mailbox menu) that they have in their mailbox, but what I want to do is to be able to delete all the messages for a specific user... Is it possible with CUC 8.6.1 ?

    Hi there,
    The best way with Unity Connection is with the use of this excellent tool from
    the great suite of Unity Tools (** "reset" feature);
    Unity Connection Bulk User Delete   
    For resetting users you have the option of emptying the mailbox, resetting greetings, deleting voice names, resetting passwords, removing private lists and a number of other options you may choose.  For installations where the user base “changes over” frequently such as schools this may be a nicer option.  This option is also allowed for CoRes installations since it does not involve the removal of user objects from the Connection database.
    http://www.ciscounitytools.com/Applications/CxN/BulkUserDelete/BulkUserDelete.html
    Cheers!
    Rob

  • I am trying to sync my itunes with my ipod, but when I get to step 3 of syncing, it stops. Also, I deleted all the songs on my ipod, and when I go to my music in my ipod the songs are all still there and in a grey color and I'm not able to select them.

    I am trying to sync my itunes with my ipod, but when I get to step 3 of syncing, it stops. Also, I deleted all the songs on my ipod, and when I go to my music in my ipod the songs are all still there and in a grey color and I'm not able to select them. How do I completely clear my ipod music, and how can I solve the syncing problem?

    Sync works the same way it always has, connect the device, select the content desired to sync and sync.
    All the media should be in iTunes already, iDevices are not and have never been backup devices.
    If this is a new computer, move the content from the old computer to the new computer.

  • Is there a script called stopapps.sh to shutdown the Oracle Application

    Hi,
    Is there a script called stopapps.sh to shutdown the Oracle Application Server? Thank you in advance.

    Hi,
    I m posting in terms of oracle Application Server 10g release2 and release3,
    There is no script like stopapps.sh
    In order to stop an application server.
    *./opmnctl.sh stopall*
    opmnctl .sh is found in the location:$ORACLE_HOME/opmn/bin
    For more details,follow the below link
    Stopping OAS infra
    http://docs.oracle.com/cd/B1590401/core.1012/b13995/start.htm#i1031913_
    Stopping OAS midteir
    http://docs.oracle.com/cd/B1590401/core.1012/b13995/start.htm#i1032140_
    Regards
    Fabian

  • Is there an app that lets me delete all images from the camera roll at once?

    It is unbelievably ******** that apple doesn't offer an intuitive way of selecting all photos in the camera roll to facilitate deleting them. Is there an app that provides this funtionality?
    Think about how common the task of deleting images can be... I take multiple pictures of a moment, object, scene etc because I know the focus will be wrong on a few and the colors or lighting will be different even for photos taken consecutively within a short period of time (because of differences in how the camera is held and other constantly changing variables.) I only want to keep one of the many photos I take and don't want to waste storage on the other bad pictures. Additionally I would prefer to not have them lingering around such that they can be forgotten and then inadvertantly shared or whatever.
    If Apple won't do the right thing and add this functionality then I assume someone else has written an app and fixed it for them...so is my intution correct? And if so what is the name of this app?

    The iPhoto app provides the capability to delete all the photos in the Camera Roll.
    See https://itunes.apple.com/us/app/iphoto/id497786065?mt=8

  • Iphoto deleted all the photos from my photo library while I was in iPhoto. Is there a way to recover them?

    I am using OS Yosemite 10.10.2. I was working in iPhoto 9.6.1 with iPhone 5 attached and moving items from iCloud to iPhoto. iPhoto suddenly deleted all the photos in my photo library and displayed a screen as if I were using iPhoto for the first time. Regardless of what caused this, is there a way to recover the lost photos? Thanks!

    You might have accidentally used the Command+Option+Delete key combination described below to move them the to iPhoto Trash bin:
    Deleting Photos from an iPhoto Library
    1 - from an Event or the Photos mode: select the photo(s) and use the Delete key to move the photos to the trash bin. Then empty the iPhoto Trash bin as follows:
    2 - from an album, smart album, book, slideshow, card, etc.: select the photo(s) and use the key combination of Command+Option+Delete to move the photos to the trash bin.  Then empty the trash bin as above.
    NOTE: deleting a photo from an album, slideshow, book, etc., with only the Delete key only deletes that photo from that item. Deleting a photo from an Event deletes ALL occurences of that photo in the library.

  • Script that deletes all the data in the DB

    Somebody has or know a script that delete all the data (but not the tables) of the database???? I have dummy data and know I need the tables clean of data.
    How can I delete it???????? Thank you for you help
    Javier

    You could truncate all the tables with the following commandTRUNCATE TABLE <table_name>;This will delete all the data in the table while keeping the table structure, contraints, indexes, triggers, etc. intact so they wont have to be rebuilt. All foreign keys must be disabled to use the TRUNCATE command.

  • Ihone 4s lost all contacts. I tried to restore from backup but the error message now says there is not enough room. I have deleted all the apps without making any more room on iphone. Why did contact disappear and how do I get them back?

    ihone 4s lost all contacts. I tried to restore from backup but the error message now says there is not enough room. I have deleted all the apps without making any more room on iphone. Why did contact disappear and how do I get them back?

    In the simplest sense, archiving a file means making a copy that you never change and never discard. You already know how to do that.
    iPhoto has built-in archival features, in the sense that it saves all versions of an image that you've modified. As long as you have adequate backups, you don't necessarily have any reason to archive an iPhoto library. If you want to delete images from the working library but still have access to them in case you change your mind, then you do need to archive those images. I don't have a specific suggestion as to how you should do that. You might post a question in the iPhoto forum.

  • Hello, I have deleted my hotmail account and it deleted all the names with my contacts. Is there anyway this can be fixed?

    Hello, I have deleted my hotmail account and it deleted all the names with my contacts. Is there anyway this can be fixed?

    Yeah, add the Hotmail mail account back to the device.  It sounds like your missing contacts were synced to your Hotmail account.

  • I have accidently deleted all the text messages ive ever had with somebody, is there anyway I can get it all back?

    I have accidently deleted all the text messages i have ever had with somebody, is there anyway I can get them all back?

    Hi
    I have similar problem. I deleted contents of an iMessage from a spcific contact.
    I tried to restore them from backup however, it restored to certain date and it still lacks about 2 months. Is there a way to get those important 2 months?
    Thanks to advise me

  • I tied to sync my ipod to the itunes but, the apps wont sync it just says the apps will be replaced with the ones on the itunes library,but there isnt any apps on there, i deleted all the apps after i use to use the library for my old iphone helpp\!!!!!!!

    i tied to sync my ipod to the itunes but, the apps wont sync it just says the apps will be replaced with the ones on the itunes library,but there isnt any apps on there, i deleted all the apps after i use to use the library for my old iphone helpp, the ipod used to be synced with a another i tunes libary that i have deleted now

    See:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities
    or
    Sync Your iOS Device with a New Computer Without Losing Data - How-To Geek
    You can only sync with one ITunes library. It you switch iTunes library iTunes will erase the iPod and replace it contents with what is in the library of the new computer.

Maybe you are looking for