I want to know how to create a new script that can be run in batch proces in Photoshop Element 11 ?

I want to know how to create a new script that can be run in batch proces in Photoshop Element 11 ?

Have a look at the menu file/process multiple files. You can choose to add your signature (or the caption) to the image and export the new files.
If that solution is not flexible enough, consider using the very affordable (12$)  Elements+ add-on which offers a 'meta stamp' script :
http://elementsplus.net/v5/en/meta-stamp.htm
Otherwise, have a look at other free and good solutions like Faststone Photoresizer, Xnview...

Similar Messages

  • Want to know how to check for new line character in text file

    Hi All,
    I`m trying to read data from text file. However I`m not sure whether the data is in 1st line or nth line. Now I`m trying to read the text from the readline. But if text is "" and not NULL then my code fails. So I want to know how to check for new line character and go to next line to find the data. Please help.
    Thanks
    static int readandwriteFile(Logger logger,String filepath){
              BufferedWriter out = null;
              BufferedReader in = null;
              File fr = null;
              int get_count = 0;
              try     {
              if(new File(filepath).exists())
              fr= new File(filepath);
                        System.out.println("FileName: "+fr);
                   if(fr != null){
    in = new BufferedReader(new FileReader(fr));
                             String text = in.readLine();
                             if(text != null){
                             get_count = Integer.parseInt(text);
                             in.close();
                             else{
                                  get_count = 0;
         else{                    
    out = new BufferedWriter(new FileWriter(filepath));
         out.write("0");
                out.close();
                   }          //Reading of the row count file ended.
              catch(Exception e) {
                   e.printStackTrace();
              finally {
                   try{               if (in != null) {
                             in.close();
              if (out != null) {
                             out.close();
              catch(Exception e) {
                        e.printStackTrace();
              return get_count;
         }

    You are calling the readline() only once which means you are reading only the first line from the file...
    Use a loop (Do-While preferably)
    do{
    //your code
    }while(text == "")

  • How do I create a new Style that can be applied to an object?

    Under the Assets menu there is a tab called “Styles”.  My question is how do I create a new Style that I can apply to an object???  A link to a tutorial or something like that would be useful because I can’t find anything!!!    Thanks in advance for helping me eliminate this frustration!!! 

    KomputerMan.com wrote:
    What I want to do is create a library of styles that are basically pictures of various wood types.
    There are a couple of approaches you could try.
    Clipping paths
    1. Draw the part shape as a closed path.
    2. Position the image of woodgrain above or below the shape where you want it positioned.
    3. Cut
    4. Select the closed path.
    5. Paste Inside.
    See: Using FreeHand MX > Contents > Working with Objects > Working with clipping paths
    Tiled fills
    1. Use autotrace to trace the image of the woodgrain, using plenty of colors.
    Using FreeHand MX > Contents > Using Imported Artwork > Tracing bitmaps > Tracing an image
    2. Group the traced paths (but not the image) and create a tiled fill,
    Using FreeHand MX > Contents > Using Strokes and Fills > Applying attributes to fills > Using tiled fill attributes
    3. Make a style from a tile-filled object
    4. Apply the style to other objects.
    Judy Arndt

  • Hi guys! I'm new to Photoshop, and I want to know how to create a 3d scene.

    I have a class in school where I need to create a 3D model of a scene. anyone know how to turn this into 3d?

    Use the shape tools, like the pen tool for example and trace the back wall, then as a separate shape trace each side wall, the shape can be fill with a color. Then convert the shapes to 3d. Don't forget about the ceiling and the floor.
    The register will be a separate shape (this would be a good time to remove the slats in the register, before conversion.
    Speaking of removing, you can remove the door location from the wall before conversion as well.
    Then you can create a shape for the front of the door and the front of the door casing.
    Keep in mind that objects on the side are skewed, so you need to create unskewed shapes and allow the 3d process handle how it looks in the final render. (other wise, your door, the hole for the door and the door casing will not look right.
    So basically you are tracing the front of all the objects, then photoshop handles the depth of the objects. (by front I meant what you would see by rotating your head around the room not from the picture)
    The fire hydrant is basically a cylinder, which photoshop can create for you, the top discharge handle on the other hand may be beyond doing, you can try it, but you may give up, since photoshop is not really equipped to create odd shapes. (If it comes down to it, it would be better to make a simplistic shape two rectangle for top and bottom handle and a cylinder for the spout and a cylinder for holding the handle up from the hydrant. And call it a day )
    Door knob is a basic cylinder plus a smaller cylinder behind the knob to extend it from the door.
    The phone and cigarettes are nothing more than basic rectangles.
    I don't know if you caught on yet, but I am describing basic primitives which you build upon. Always try to break down an object to it most basic primitives. I assume you are familiar with geometry. A primitive is a rectangle, triangle, cylinder, sphere, cube, circle, etc.
    You should find some videos on youtube, adobe tv and kelby tv about 3d modeling.

  • How to create a check box that can be unchecked

    How do I create check boxes that can be checked and the unchecked in Forms Central?
    For example, if you accidentally check a box - you want to uncheck it. Right now it doesn't allow you to do that.
    please help.
    Thanks
    Gen

    Are you sure you're not using radio buttons? Check boxes behave the way you'd expect for me with a form generated by FormsCentral.
    I'm going to move this to the FormsCentral form since the team there may want to take a look at the form.

  • How to create an OS command that can be used in the process chains

    I need to create a command that can copy files from one location to another for a unix machine.
    I have the commands for the unix machine, but need to create a Z customer command so it can be executed in a process chain in SAP

    Hi Again,
    You can use ABAP program in the process chain.
    I guess there are some OS level commands in ABAP which will allow you to open, close, read , write and move files.
    Serach in ABAP help or on net.
    Bes regards,
    Sunmit.

  • I want to know how to create accessible pages documents for visually impaired. Is there a manual or guide available?

    I work for an NGO that has a lot of visually impaired staff. When I create pages documents and then export to PDF I often get feedback that the document is not very accessible. I have been searching for a manual or guide on how to ensure my documents are accessible, but cannot seem to find
    I have pages 5.0.1

    You need to add accessibility, after Exporting the pdf, with Acrobat Pro.
    I don't know of any software except maybe Indesign or Quark XPress* that actually builds it into the pre-pdf document.
    These references should help:
    http://webguide.gov.au/accessibility-usability/accessibility/pdf-accessibility/
    http://www.adobe.com/au/products/acrobat/pdf-accessibility-wcag-508-compliance-s tandards.html
    http://www.adobe.com/accessibility/products/acrobat/training.html
    Peter
    * Quark Xpress definitely did not have it up to QXP 7.5 but I can find no later references, so probably it is only Indesign.

  • I'm having trouble using adobe illustrator, i want to know how to create a typography portrait using my face and how to fill in a specific area full with words

    @

    Create text objects of different font weights, sizes and word lengths and move them around so they shape the face.
    If you need to "fill shapes" use a clipping mask (you can read about clipping masks in the manual)

  • Hi guys I want to know how to create SRM portal?

    Hi guys I am right now creating SRM portal, can anyone give info about please.

    Good Day A Patel
    Your question is a bit vague, can you elaborate a bit?.. are you talking about NW-PORTAL being a front end to the SRM GUI?..
    Please put more information so that we can advise if we can

  • Does anyone know how to create a new folder in web...

    There seem to be a  number of options to do this.
    Right click on an existing folder.
    Use the + labelled new folder
    Use Ctrl+ Shift+E
    However although boxes "create new folder" open a new folder is not created.
    I have done this in the past with no problem but it seems to have stopped working. I have tried the usual things loging off and back on and trying different browsers.
    Solved!
    Go to Solution.

    Hi Bob1001,
    Thanks for posting. Take a look at Help with BT Yahoo! Mail and let us know if it helps.
    Cheers
    David
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Flash newbie wants to know how to open a new browser

    Hello all! I'm a flash newbie who needs some help!
    I am building a flash website. To navigate within the site, i
    made buttons which use the "gotoandStop" behavior which takes the
    user to certain frames within the my Flash file timeline. However,
    I want this to happen in a new browser window for the user, like a
    popup.
    How do I do this?
    THANKS in advance, and I hope someone can help!!!

    Oh, someone just told me....hit the space bar. 

  • I'm using Firefox on a Windows 7 OS, and I want to know how to disable the small window that appears when I hover my mouse over a tab, bookmark, etc.

    Okay, so when I'm using Firefox, say I have multiple window open, I hover my mouse over a window's panel at the bottom of the screen and a small box appears telling me about the webpage on that panel. The same thing occurs when I hover over a tab or a bookmark, it's very annoying and frequently blocks my cursor when I'm trying to work. How can I disable this feature?

    I do not use Adobe Reader, but use Foxit Reader in its place, and had the same problem. In Foxit Reader, I right-clicked in the area at the top where you would expect the toolbar to be (it was a blank area immediately above the displayed PDF file), and chose which toolbars to display and that has "stuck" and I still see the Foxit toolbars when I load a PDF file after system shutdown overnight. The only problem is that the area where you would expect the toolbars is still there and blank, but the toolbars that I selected appear immediately below that blank area. See if that works in Adobe Reader for you.

  • I don`t know how to work the new itune , i can`t download music  , and it`s to complacated, everyone i knows feel the same way . and i want to be able to down grade back to the old itunes , but it want work now. how can i get the older one back working ?

    I can`t download music from the new itunes ,it`s complacated ,and i would like to revert back to the older version . i`ve tryed over and over ,with no luck .just want to get back to the old easy way

    Everything works the same in the new version as in the old version.
    What happens when you try to download music?

  • How to create a Dynamic UI that can work as a Graphic builder

    Hi Guys
    I have a requirement here
    There should be a Graphic Builder ...........like the way we see our Flex Builder
    But this should be a web application with the following functionality
    Lot of widgets on your left panel like say meter , cricle, chart, line graph etc. All this would be a different flex widgets(say compiled swf file loaded separately in the main application
    On the right Panel there would be dash board where they can drag and drop this above widgets and create a separate page like dragging a chart. user would be given option to configure the points for chart ....................and the data for the live chart would be feed from the backend
    Now I am little confused to how to go about ?
    Creation of separate widgets is ok ?
    Creation of applcation with this widgets is ok
    Giving an option to drag and drop , configure is ok ?
    But the main thing is that If we have to save the pages created by different user ? What is the best way to do that ? Do we use xml to save the customized widget pages including the UI layout information like widget Graph at coordinate x= 120 and y=56 etc etc then parse these xml to get the Layout back and putting the widget back to their location as the way the user created those pages
    Any suggestion ..................
    Regards
    Biswamit

    assign your library images each a class.  you can then use the "new" constructor to create instances dynamically.

  • How to create a fillable form that can be saved in Acrobat Reader

    I'm new with fillable forms.  I looked at it several months ago and I was sure I saw something about making the filled forms saveable in Reader but now I can't seem to find it.  Anybody know?

    Thanks!  Not sure exactly how to extend reader rights, but I imagine I'll figure it out.

Maybe you are looking for

  • Can't open a pdf download from my bank

    Until a few days ago, I was able to go to statements from my online banking web site.  Since I updated my google web browser, I've been unable to get the download to work.  I don't know if that browser update has anything to do with the download prob

  • My macbook pro runs slow, iTunes videos keep stuttering. Nothing has worked to solve this issue. Macbook Pro 13-inch mid 2012 2.5GHz i5 with 8GB RAM upgrade.

    Hello everyone. I have been having this issue for a few months now and nothing works to resolve it. The biggest issue is that iTunes videos constantly stutter ever few seconds, the audio portion of the video is not effected. The most I have open at o

  • Error in data load

    hi all, iam using ESSCMD Scripting IMPORT statement to load the data into my database i got an error saying localhost/demo/demo/essbase/Error(1090010) Error in File [datafile.txt] Which is a [Unable To Determine] Spreadsheet if any one faced it prior

  • Asset life

    Gurus, We have situation were we need to change the assets useful life after lease renewal and that can be done through 'Asset workbench' or 'mass change' but the problem is: The assets have 'sub components' and I think through 'Mass Change' only the

  • How to configurate Central system Monitoring - TX. DSWP

    Greetings experts, We Solman 7.1 Need information on the central activation from solution manager monitoring system to satellite systems. We need to activate alarm and mailing of these notices Thanks for the information to this point. Regards