Need to create template to delete sections (in a batch of images, if possible)

I was given a batch of photos (all the same size) that need notches punched into each side. The result are notches with deleted space on both sides.
Since there is a stack of them to do--and the notches need to be precise--I was trying to figure out; 1) How should the template look? Specifically, should the area to be punched out be black or white? What color should the area to remain be, etc.? 2) Once the template is set up what is the process to punch out the area to be deleted? 3) Is there a way to automate the process with a batch command?
Would appreciate knowing the steps required or if you know of a tutorial (free) on the procedure.
[CS5 Photoshop]

White is opaque and black is transparent. Once you made your selection you can save the selection to a new document. The new document will then contain the alpha mask and a layer that matches it. An action could then load the new document and load the selection then close the new doument.
Anyway I am sure you will find multiple ways to do this.

Similar Messages

  • I need to create a MIDI file with control cues only. Is that possible?

    I need to create a stand alone MIDI file with control cues to control a non-musical device which does understand these files.
    Must I create a virtual device in MIDI Setup for Logic to talk to?
    Must I create notes in order to create regions that will export?
    Is it possible to do this in MIDI channel 0?
    Is LogicPro the tool to use to do this?
    The maker of the device uses ProTools to create his MIDI files.
    I use a MacBook Pro with OSX 10.10.2 running LogicPro 10.1.1.
    Thanks!
    Doug

    No you cannot trigger a paragraph style with a character or character style.
    But you can have a Apply Next Character Style
    Accountable for: <paragraph style name "Heading 1">
    >> Bullet1 <paragraph style name "Bullet">
    In the Heading 1 style go to "Next Style" under "General"
    and choose "Bullet"
    The select from "Accountable for:" to the last bullet in the list
    Right Click on the Heading 1 style and go to Apply Heading 1 and Next Style.
    http://creativebits.org/indesign/taking_advantage_of_indesign_s_next_style
    http://indesignsecrets.com/where-is-apply-__-then-next-style.php

  • solved pls help needed in creating template

    hi frs
    i have created a template need some modification to be done my xml output looks like below
    off            hours              q1           q2          q3         avg
    aaa          10                    1            2            3            2
    bbb          20                    2            4             0           3i have done everything but my doubt is while creating avg
    to get average i used the following code
    <?(xdoxslt:get_variable($_XDOCTX,'Q1_COUNT')+xdoxslt:get_variable($_XDOCTX,'Q2_COUNT')+xdoxslt:get_variable($_XDOCTX,'Q3_COUNT') 
    +xdoxslt:get_variable($_XDOCTX,'Q4_COUNT')) div 3?> i have used div 3 but my requirement is like if any thing is 0 for ex if q1= 2 and q2=4 and q3=0 then my formula for avg is like below
    <?(xdoxslt:get_variable($_XDOCTX,'Q1_COUNT')+xdoxslt:get_variable($_XDOCTX,'Q2_COUNT')+xdoxslt:get_variable($_XDOCTX,'Q3_COUNT') 
    +xdoxslt:get_variable($_XDOCTX,'Q4_COUNT')) div 2?> like wise if we have values like q1=1 ,q2=0 ,q3=0
    then
    <?(xdoxslt:get_variable($_XDOCTX,'Q1_COUNT')+xdoxslt:get_variable($_XDOCTX,'Q2_COUNT')+xdoxslt:get_variable($_XDOCTX,'Q3_COUNT') 
    +xdoxslt:get_variable($_XDOCTX,'Q4_COUNT')) div 1?>how to get it.
    pls help.
    thanks
    basa
    Message was edited by:
    Badsha
    Message was edited by:
    Badsha
    Message was edited by:
    Badsha

    Hi,
    I dont know the solution for this, but heres a work arround
    //create new label some where else in the excel sheet as shown below
    Label lblcmbdata;
    for(int i=0; i<1000; i++)
                 lblcmbdata = new Label(75, i, (i+1)+" satish", format);
                 sheet1.addCell(lblcmbdata);
    }//set the validation range as shown below
    writableCellFeature.setDataValidationRange(75,0,75,1000);
    Label cmb = null;
    cmb = new Label(0, 1, "Select",format);
    cmb.setCellFeatures(writableCellFeature);
    sheet.addCell(cmb);this will create a combo list with 1000 values
    also you can keep the data to be populated in the different sheet in same workbook by creating a named range as below
    workbook.addNameArea("cmbdata", sheet1, 0, 0, 0, 1000);
    // then fill the data in sheet1
    Label lblcmbdata;
    for(int i=0; i<1000; i++)
                    lblcmbdata = new Label(0, i, (i+1)+" satish", format);
                    sheet1.addCell(lblcmbdata);
    //set the validation named range as below
    writableCellFeature.setDataValidationRange("cmbdata");
    Label cmb = null;
    cmb = new Label(0, 1, "Select",format);
    cmb.setCellFeatures(writableCellFeature);
    sheet.addCell(cmb);Thanks and Regards
    Satish

  • Need help creating trigger with delete capabilities

    I have two tables:
    create table person(userid integer,
    lname varchar(20),
    fname varchar (20),
    phone_number varchar(12),
    email_address varchar(35),
    city varchar(20),
    zip_code varchar(20),
    department varchar(20),
    major_street varchar(20),
    cross_street varchar(20),
    notes varchar(100),
    Primary Key (userid));
    create table vehicle(car_id integer,
    make varchar(15),
    model varchar(20),
    year integer,
    gas_mileage integer,
    capacity integer,
    owner integer,
    primary key (car_id),
    foreign key (owner) references person (userid));
    I am trying to create a trigger that would delete all those records in vehicle whenever someone deletes a record in the person table. Here is the code that I run but it get a compilation error. Here is the the trigger text followed by the error:
    CREATE OR REPLACE TRIGGER ON_DELETE_PERSON
    AFTER DELETE ON person FOR EACH ROW
    BEGIN
    DELETE from vehicle
    where owner=userId;
    END;
    2/4 PL/SQL: SQL Statement ignored
    3/19 PL/SQL: ORA-00904: "USERID": invalid identifier
    Any suggestions?

    CREATE OR REPLACE TRIGGER ON_DELETE_PERSON
    BEFORE DELETE ON person FOR EACH ROW
    BEGIN
    DELETE from vehicle
    where owner=:old.userId;
    END;

  • Need to create a 'gradient mask' using a b&w photo image.

    I have not created a document yet and would like some thought on how to do this: I want to use a continuous tone black and white image which is somewhat close to what would be a 'knockout' but with soft edges - so it gradates appropriately over the background image I want to use, making the black part of the image used as the mask become much of the effect of a gradient mask: the background image shows through whereever there is the 'black' and 'tone' of the image. I hope this makes sense.
    my first thought is to create a layer mask and then paste the black and white image onto that, but I'm not sure if that will work to accept the 'soft tones' of the image and work appropriately.
    Has anyone had experience with this type of thing that they can share what steps I should take to make this effect work?
    TIA,
    Ken

    Doug.S wrote:
    Such a mask can also be very useful in an adjustment layer to control color, sharpneess, contrast, luminance, etc.
    See/search for PPW, Dan Margulis, Photoshop books on color corrections such as LAB or Photoshop workflow, or Italian site "color duels" or Yahoo group "colortheory".
    This is interesting. I'll check these sources and try some of this today. Thanks Doug.

  • Creating a photoshop action to save a batch of images as patterns

    I am trying to use Photoshop actions to script about a thousand image files into PAT files. I am running into a problem with actions when it comes to defining a pattern. The program naturally selects the filename as the name of the pattern when doing it manually, but when I do this while recording an action Photoshop logs the filename used in creating the action and then uses that filename for all sripted patterns. Is there a way to alter that setting to select the current file's name instead?

    You might want to move this thread to the general photoshop forum if tou want an action.  However your not going to be able to do create the action you want for when you record menu Edit>Define Pattern the "Pattern Name Dialog" will pop up and whatever is used in it will be recorded into the action.
    Also Photoshop Scripting DOM does not have a interface for creating and nameing patterns.  However you should bne ale to write a script to do what you want using code generated with Photoshop Scriptlistner Plug-in and modifying the hard coded name to a variable you set with somthing like the active document name.
    Before defining the patern you may be able to see if the name is all ready use for a pattern name so you can add something to the name to avoid duplicateing name.
    ScriptListner Code difine pattern
    // =======================================================
    var idMk = charIDToTypeID( "Mk  " );
        var desc14 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref12 = new ActionReference();
            var idPtrn = charIDToTypeID( "Ptrn" );
            ref12.putClass( idPtrn );
        desc14.putReference( idnull, ref12 );
        var idUsng = charIDToTypeID( "Usng" );
            var ref13 = new ActionReference();
            var idPrpr = charIDToTypeID( "Prpr" );
            var idfsel = charIDToTypeID( "fsel" );
            ref13.putProperty( idPrpr, idfsel );
            var idDcmn = charIDToTypeID( "Dcmn" );
            var idOrdn = charIDToTypeID( "Ordn" );
            var idTrgt = charIDToTypeID( "Trgt" );
            ref13.putEnumerated( idDcmn, idOrdn, idTrgt );
        desc14.putReference( idUsng, ref13 );
        var idNm = charIDToTypeID( "Nm  " );
        desc14.putString( idNm, "Pattern 5" );      <------ change "Pattern 5" to be a variable
    executeAction( idMk, desc14, DialogModes.NO );

  • Create templates for LSO

    Dear gurus,
    I need to create templates for the LSO. Templates which we can capture data on for the personal development plans. I need these templates to have a drop down not to allow free text. For instance, when an employee's going for a course, the information must come from the templates regarding courses he needs to attend in that prticular financial year as per his PDP. I appreciate your input in advance

    To learn about templates, see http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/project-templates.html
    Another solution is page fragments: See http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/pagefragments.html

  • Need to create stupid proof templates for non-designers

    Ok folks, I'm new to this forum having come across it in search of a solution to my problem.
    I need to create illustrator template files (.ai not .ait) that customers can download and use to create their own artwork for print. I have to create them in every printable paper format from business cards to A3 posters, folding, non-folding yada yada.
    Now, previously, we used an .ai file with a guide layer we created. This guide layer had all relevant info, was named accordingly. It was set not to print and locked. As I tend to use print to file, distiller and all, this has always been perfectly adequate to create my pdfs. Of course, this doesn't work the same way when saving a pdf, which is what most people do. However, customers who wish to download the templates are having some difficulty with the concept of 'make sure you delete the guide layer before saving your pdf'.
    For the most part, the customers using these files are not illustrator literate. Even though there are clear instructions to 'delete' the guide layer when saving the needed pdfs, they are failing to do so. This means when the .ai (with the non printable layer) is saved to pdf, the guide layer as a hidden object is saved within the pdf. Upon printing at our printing facilities, the guide layer has been printed with disasterous results.
    A possible solution we came up with was to use the ruler guides to create the guide layer. For this solution to work though, I need to be able to use different colours for different guides within the same document. Which we can't. We can only change all the guide colours and they are all the same colour.
    Another idea would be to outline text indicating various printable and non-printable areas and making them into guides via View>guides>make guides, which works to an extent but looks messy, especially when viewing the full page and again, isn't particularly distinctive, leading back to having different guides in different colours.
    I've come across another possible solution involving template layers. Viewing the resulting pdf seems fine and in all purposes it does what we need, except for when reopening the saved (not printed) pdf back in illustrator, the template layer is still there and I need it gone. The same way it would be if the .ai were printed to postscript and sent through distiller.
    My ideal solution would be to have to ability to have the different coloured ruler guides in place throughout my document, but as I previously stated, all guides have to be the same colour and that's useless in this instance.
    So, has anyone got any bright ideas. Coincidentally I need to create the same templates for both psd and indesign but I'll cross that bridge when I've figured this out.

    Hey Mike, thanks for the response.
    1. Not a chance, if, even when the process is described in great detail in an info pdf, available as info on the website (with screenshot instructions) and mentioned in the .ai file itself, they aren't even deleting the guide layer, then turning off 'Preserve illustrator editing capabilities' is kind of a stretch. Like I said, the folks these templates are to be designed for are not illustrator literate for the most part.
    2. Not sure if this would work. I'd have to look into it.
    3. Beyond my capabilities. I'll let you know if number 2 works.
    One possible solution I've come up with uses the idea of a template layer always on top, with 'DELETE THIS LAYER' and screenshot of layers pallette and clear little red arrows etc. If I can the template layer to always remain on top, with their artwork layer underneath, they would have to toggle hide/unhide to view their artwork, and the reminder to remove the guide layer would be pretty much in their face. That's not a guarantee either though.
    Personally, I think what I've been asked to achieve is a pretty hard task and honestly, I'm thinking there are no failsafe options.

  • Need help with creating template. Changes are not going through to index.html page

    Hi all,
    I have an issue with my template that I am creating and also a question about creating template Regions (Repeating and Editable).
    Somehow my changes to my index.dwt are not changing my index.html page.
    Also my other question is: For my top navigation bar and left navigation bar links, do I need to select and define each individual button or link as Repeating/Editable Region? or can I just select the whole navigation bar (the one on the top) etc...
    Below are my steps for creating my template...I am kinda fairly new to using DW and this is my first attempt to making a template following the DW tutorial CD that came with DW CS3.
    I appreciate any help with this...regards, Dano
    -Open my index.html file
    -File/save as template
    -Save
    -update links - yes
    -Select Repeating and Editable Regions (I selected the whole top navigation bar and selected Repeating Region and Editable Region, same with the left side navigation links)
    -File close all
    -Open the index.dwt
    -Save as and selected the index.html and chose to overide it..
    When I make changes to my index.dwt it is not changing the index.html
    I feel that I am missing some important steps here.....
    Website address
    www.defenseproshop.com

    Figured out

  • I need to create a form on my website that viewers fill out and send to me on my iWeb created website. Is there a template or widget that can create fill-in forms?

    I need to create a form that viewers can fill-in and send back to me from my website.  I created the website in iWeb and would like a template or theme that has the form creator included.  It there a widget?  Sorry, I'm a novice.

    If you want to raise your web design skill level above that of the average iWeb user, you can try creating your own. The actual form layout is fairly easy if you use CSS to style it since the amount of HTML is minimal now that table layouts are a thing of the past.
    Here's some examples of forms created in iWeb...
    http://www.iwebformusicians.com/iweb-snippets/form.html
    The formmail.php script is probably the hardest part to get your head around and the example provided in the download on the above page uses a very simple one along with a formmail-thank.php.
    http://www.iwebformusicians.com/iweb-snippets/form.html
    Nowadays we need to consider mobile device users more and more so forms need to have the special inputs required to launch the various types of keyboard on these devices.
    Here's an example of a form which responds to browser/device width. On mobile devices, the
    jQuery UI Datepicker disappears to be replaced by the mobile version.
    For those of you who don't have a mobile device to test it on, this page also has illustrations of the various keyboard types and the alternative date pickers...
    http://ezmacwebdesign.com/Demo/Responsive-Form-Inputs/datepicker-form.html

  • Need to Create More Options in Cisco ACS 5.2 User section

    Hi Team,
    I Need to create more options on Cisco ACS 5.2 under internal identity store in users. please help how to do add, default not showing all.
    i have seen on internet. attaching doc.
    Regards
    MR

    To create additional attributes for internal users do the following:
    - go to System Administration > Configuration > Dictionaries > Identity > Internal Users
    - Press Create to define the additional attributes you require
    For each attribute can
    - define the type
    - give a default value. This will be applied to all existing users and appear as default when new user is created
    - indicate whether the attribute is required and must be defined for each user
    - define a policy condition. If define such a condition will appear as an option when customize rules in a policy

  • I have ad Apple ID on my iPad , when I use the apple on my iPhone for the first time, I put in my Apple ID for the iPad, didn't work. Need to create a new one. Why? How can I just use my iPad ID on my iPhone?

    I have ad Apple ID on my iPad , when I use the apple on my iPhone for the first time, I put in my Apple ID for the iPad, didn't work. Need to create a new one. Why? How can I just use my iPad ID on my iPhone?

    Hi kamfong,
    Went to Settings where?
    If you want to use your exisiting Apple ID on your iPad, you need to:
    1.     Go to Settings>iTunes & App Store and sign out the new ID, and then sign on the old one
    2.     Go to Settings>iCloud, scroll to the bottom and delete the iCloud account, and the sign back onto iCloud using the old ID
    You still have not indindated why you are saying that using your old ID originally "didn't work". What do you mean by that? Did you get some sort of error when you tried to sign on with your exisiting Apple ID?
    Cheers,
    GB

  • I need to create a playlist and don't want the same songs in my everyday playlist.

    I'm new to Mac and Need to create a playlist on my itunes like a holiday playlist which I have, but I don't want the same music in my everyday playlist.  How do I do this.  I thought I did my draging the music to that playlist but they are still showing up and playing in my playlist.  thanks for the help

    Yes yes indeed,
    OMG,
    I finally got it off,
    I called IT Support
    and this guy saw where it had doubled the size during the encryption, and showed me how to go in and delete,
    and I was able to finally turn it off,
    although it took 3 hours to do so.
    but worth it.
    so never will I again listen to anyone about that,
    I'm done with the encryption of my machine.
    I wasted a trip going to the Apple Store,
    thank you.

  • Help need in creating DB objects programatically .

    Hi All,
    I have a case where i need to create a table in DB from ADF and need to insert/modify/delete their records in java code.
    Is that possible to create an update-able view object from java code rather going with conventional declarative steps in ADF?
    Regards,
    Suresh kumar.k

    ADF BC runtime doesn't give you any feature out for the box for creating DB objects, you may need to use standard JDBC API+ DDL. (btw, there may be design time API used by JDev for DB synch . however I'm not sure about the feasibility of using the same in your context) Next step may be building programmatic EO/VO. You can refer this blog post for the same - http://jobinesh.blogspot.com/2010/06/model-driven-approach-for-building.html

  • How to create new or delete the existing row in the grid....

    hi my friends...
    i am developing report using Reuse_alv_grid_display...
    my requirement is... At runtime
              1.  i may create new row on the grid (empty row inwhich  i may enter the data).
              2.  i may delete a existing row in the grid
              3.  i may edit the existing data...
    then i have to trace the modification in the grid in one internal table...
    how can i get into this.....
    note:
    i have some idea to edit the existing record in the grid and trace those modification,
    but i don't know abt how to create new or delete the existing row....
    can you give me some idea...

    Hi deva,
    write a class which implemets these methods
    CLASS lcl_event_receiver DEFINITION.
      PUBLIC SECTION.
        METHODS:
    To handle the toolbar on alv
         handle_toolbar
           FOR EVENT toolbar OF cl_gui_alv_grid
              IMPORTING e_object e_interactive,
    To handle the buttons on the alv grid
         handle_user_command
           FOR EVENT user_command OF cl_gui_alv_grid
           IMPORTING e_ucomm.
    endclass.
    Now Implement these methods.
    CLASS lcl_event_receiver IMPLEMENTATION.
    To handle the toolbar on alv
      METHOD handle_toolbar.
       DATA ls_toolbar  TYPE stb_button.
        CLEAR gs_toolbar.
        MOVE 3 TO gs_toolbar-butn_type.
        APPEND gs_toolbar TO e_object->mt_toolbar.
        CLEAR gs_toolbar.
        PERFORM icon_create USING 'ICON_INSERT_ROW' gs_toolbar-icon.
        MOVE text-010 TO gs_toolbar-function.
        MOVE text-012 TO gs_toolbar-quickinfo.
        MOVE ' ' TO gs_toolbar-disabled.
        APPEND gs_toolbar TO e_object->mt_toolbar.
        CLEAR gs_toolbar.
        PERFORM icon_create USING 'ICON_DELETE_ROW' gs_toolbar-icon.
        MOVE text-011 TO gs_toolbar-function.
        MOVE text-013 TO gs_toolbar-quickinfo.
        MOVE ' ' TO gs_toolbar-disabled.
        APPEND gs_toolbar TO e_object->mt_toolbar.
      ENDMETHOD.
       METHOD handle_user_command.
    In this form, check the function code(e_ucomm has the function code), based on that do the required action.
    as i said yesterday(i.e for appending a row, deleting a row, modifying a row)
        PERFORM user_command USING e_ucomm.
      ENDMETHOD
    endclass.
    Before calling the alv method, create a object of this class.
    DATA :
          gref_event_receiver  TYPE REF TO lcl_event_receiver,
          gv_tables_alv          TYPE REF TO cl_gui_alv_grid.
          CREATE OBJECT gref_event_receiver.
          SET HANDLER   gref_event_receiver->handle_user_command
                        FOR gv_tables_alv.
          SET HANDLER   gref_event_receiver->handle_toolbar
                        FOR gv_tables_alv.
    check this program for event handling, it is the similar way
    demo_abap_objects_events
    Hope u understood this.
    Regards,
    Prasant
    reward if helpful

Maybe you are looking for

  • Sapscripts help

    hi guys, i have a requirement to modify the standard PO form medruck into my company specific layout which i am working on, there is also a requirement that the print/email option will be triggered based on some logic which is if a document is a purc

  • HT201359 How to delete billing payment

    I keep trying and trying to see how to delete it. It won't let me get free apps. It's very frustrating. Help me please !!!

  • IPhoto Network Port Selection for Sharing - Wireless vs. Ethernet 1GB

    I am sharing iPhoto 6.0.3 across the house between a Mac Mini Intel Duo (Media PC) and a Mac 20" Intel Duo (Desktop). I initially had the sharing via wireless network, but with my large 8 megapixel files and 10,000 photos, sharing was impossibly slow

  • Can't log in via the web

    Anyone know why it is that if I go to the flash forums on line and click on login - I always get sent back to the list of adobe forums? It happens if I click on "my forums" as well OR "New Topic" It is starting to bother me that I can't use the web i

  • How do I remove adobe plug-in?

    So 2-3 years ago I didn't like the way Safari displayed or was unable to view PDF's in Safari. So I downloaded a plug-in that enabled me to see PDF's in the same way you see them in acrobat reader. Now, I like the way Safari does this on it's own and