Creation of a Script of Action to cut individual corners on the images in a document.

Hi all

I am a wedding photographer and my album designs involve changing the images to round individual corners according to the flow of the page. Currently, it takes much more time than I like it too and I was looking for a way to contribute to this process take less time.

I currently use the rectangle tool, change to the size of the image and round up the necessary angles with the properties box, then hide the image with the selection of one.

Would it not possible to create an action that could automate this process for each design corner that I use? (IE every single corner, the two upper corners, etc.).

I tried looking everywhere and for the life of me cannot understand it at all.

Hope it makes sense.

Kind regards

Kelsey.

The solution proposed by JJMAck is probably best suited to your needs, if the creation of album pages.

However, to answer your direct question - it is possible to create an action that will apply to every angle of an image little matter the size of the image.
The principle is to save a path in an action that makes a curve at the top left - then invert the whole mask, regardless of the image and repeat the curve at the top left of each time until you get the corners you want.

For example, to get the curves on the leash across (up and down) record measures include:

1. Add a layer mask to the layer revealing all

2. click on the link (between the image and the mask) to untie the mask

3. draw a path on the left in the form of a curve - once closed and drawn by clicking on the top right of the palette actions and click "insert the path." This will put this path in your action.

4. click on this way of work in the palette traced, and then on the way to loading as a playlist

5. click on the mask

6 change the black fill (which will create a curve in the mask at the top left
7 edit transform Flip Vertical-(cela sera retourner le masque uniquement, quittant la courbe en haut à gauche en bas à gauche)

8. click on the way to work in the palette

9 load path as a selection

10 click mask

11 edit black fill (which will create a new curve on the mask to what is now upper left

12. click on the link to reissue the mask to the image

Variations on that can be used to update the rounded corners in any of the four corners (although it is always drawn on the mask at the top left) - so be independent of the size of the image.

I hope that helps

Result:

Dave

Tags: Photoshop

Similar Questions

  • Cut the text from the image using the Pathfinder tool

    Hi all

    I'm cutting text from an image in Illustrator. I use the version on a Dell XPS 12 CS6.

    I have scoured the internet for instructions and have tried everything, but when I followed the same steps in Illustrator I don't get my desired result. I created the contours for the text, so that the image and text are on the same layer, grouped (and dissociated) and then I tried all the options in the pathfinder, nothing helps. I've done it before with an image, but for some reason can not get it to work this time.

    I even tried to make the image in a clipping mask, so it would be a 'form' instead of 'image', but that didn't do anything either.

    If anyone has any advice, I would greatly appreciate it that I spent hours trying to figure this out!

    Thank you!

    Erin

    Pathfinder will not work with a path and a picture.

    Instead, put your text above the image (it can be the living text), select both.

    You can then use the button do mask in the transparency to cut your text on the image palette.

  • Camera raw preset on script or action

    I have Camera Raw files as smart objects in Photoshop and I want to start an action or a script to desaturate the image.

    Actions can't save files ACR smart object so I was hoping there is a way using a script and an ACR preset.

    I don't know how to write scripts, but I'm willing to give it a go if someone can tell me if it is possible, or better yet at least help me get started.

    Thank you guys.

    As far as I know, Camera Raw is not be scriptable. You need to open the files and then apply one of the many methods to desaturate the image in PS.

  • Action/Script Photoshop to place the vertical line at the center of the Image

    How to create an action (or a script) in Photoshop that creates a vertical line in the center of the page?

    Here is an example of what I'm looking for.

    001-002.jpg

    First go to view > rulers, then right-click on the rule, and the percent change units.

    (so the action registers per cent and will work on different size documents)

    Then drag a vertical guide at the Center, drag one to the top of the image and the other down.

    (the goal is so the online tool is aligned with the top and down and you know where is the center of the document)

    For action, you can use the online tool and just save lines from the top of the image down along the center guide.

  • I need a script to perform a specific action and save file with the SAME name of document .jpg

    I have all my PSD master files registered as follows: mydocument_PSD.psd. I want to run a custom action to sharpening and then save the file as mydocument.jpg (note the part "_PSD" should be removed).

    I found this Photoshop-export-PSD-script/Export - PSD.jsx to edwardloveall/Photoshop-export-PSD-script master · · GitHub that gets me close to there, but that's a png and is the name of the document to the right and there is no action ran.

    Any ideas?

    This gives a try...

    #target photoshop;   
    
    main();
    function main(){
    if(!documents.length) return;
    try{
        var path = activeDocument.path;
        }catch(e){
            alert("This document has not been saved");
            return;
            }
    if(activeDocument.name.toString().toLowerCase().search(/_psd\.psd$/) == -1){
        alert("Filename is not in the correct format");
        return;
        }
    var fileName = activeDocument.name.toString().match(/[^_]*/);
    var savedState = activeDocument.activeHistoryState;
    doAction("savelarge","Action Set");
    //////////////////////////////////////////////////////////////////////
    SaveJPEG(File(path + "/" + fileName + "_large.jpg"),10);
    activeDocument.activeHistoryState = savedState;
    savedState = activeDocument.activeHistoryState;
    doAction("savesmall","Action Set");
    //////////////////////////////////////////////////////////////////////
    SaveJPEG(File(path + "/" + fileName + "_small.jpg"),10);
    activeDocument.activeHistoryState = savedState;
    };
    function SaveJPEG(saveFile, jpegQuality){
    jpgSaveOptions = new JPEGSaveOptions();
    jpgSaveOptions.embedColorProfile = true;
    jpgSaveOptions.formatOptions = FormatOptions.STANDARDBASELINE;
    jpgSaveOptions.matte = MatteType.NONE;
    jpgSaveOptions.quality = jpegQuality;
    activeDocument.saveAs(saveFile, jpgSaveOptions, true,Extension.LOWERCASE);
    };
    
  • We can create Script or action with item 11? If this isn't as I believe, item 12 will get this option or did in photoshop?

    I d like to use the Script function, one creating my own script or action.

    I think that this function is not possible in element 11 so the question would be is in the 12 element or just photoshop CC?

    Thank you

    Bertrand

    You can create your own scripts in a couple of different ways.

    (actions are easier to record than writing scripts, but we need full version of photoshop such as photoshop cs6 or cc2014 to record the actions)

    Java script is the most common, as it is works on mac and windows.

    (not to be confused with the manuscript of java for browsers, internet and such)

    You can write your own or it is possible that someone else has already written one.

    As far as stocks go, by far the easiest way is to use the full version of photoshop to record an action.

    (PES 11 can load and game record in photoshop actions, but was not built in the action recorder)

    It is probably much easier to find an already made to a script action.

    What kind of script or action did you have in mind?

  • Corrupted script or action?

    When I open an image in the CC, it starts to scroll the shares immediately. Resizes to 150px and repeat then improve the sharpness, contrast, sharpness, contrast, etc etc.

    Have I not a corrupted script or action?

    It's completely unusable PS!

    The fixed. I have command-Option-shift at startup to remove preferences and it seems to have solved the problem!

    Thank you!

  • Say what Script (or Action) you run from in this script

    Is there a way within a script to tell the name of the javascript file that you run?

    For example, if I'm under ' My Actions/clipOut.jsx "can I set a variable to return" My Actions/clipOut.jsx "?

    (or if I run action 'Video Out' of the action game 'My Actions', is there a way to return this info in a script)?

    Thank you!!

    the path of the currently executing script is stored in the. Global filename in $ variable.

    essayez.writeln($.fileName) $;

    Kind regards

    Markus

  • _ Is there a way to use a script in action?

    Is it possible to use a script in action? I don't know how to code, although...

    You can call a script inside an action and this action will take place until you quit Illustrator. After the reboot, you will have to save this part of the action again. This is a bug.

    What kind of script are you looking for?

  • Is it possible to use a Script in action? -It doesn't seem to work...

    Is it possible to use a Script in action? -It doesn't seem to work...

    I use the script "around any corner" of SATO Hiroyuki..., and I want to apply to only one anchor (on multiple boxes)

    An Action can call a script in the file > Scripts menu through the point of Menu Add Action step. But it works only for the duration of your Illustrator work session. IF you exit and then restart, the add step Menu item will be empty. This bug has been reported for the COMPLETE FOUR VERSIONS of this botched program.

    However, if I understand your description of what you're trying to automate an Action won't able to automate the selection of a particular anchorpoint several paths. You will need to perform the selections at the beginning. If the script would then apply as you wish to each path depends on the way in which the script is written.

    JET

  • Y at - it a script that will be the image draws a raster object selection?

    Hello! Here's my problem:

    I need to run Image Trace - with a specific preset - more Action on each object of a selection. So, basically, I want to run the Trace of the Image (default) + current Action on every object in my selection.

    Is there already a scrip there and if not how would I build one? I am new to scripting, which means that I have basically no idea of what I'm doing. Can someone help me?

    Sorry,

    a bad line of code on my part has been the origin of the problem.

    Line 14 to the controls of the code for an element of the frame

    I was testing just the object itself.

    I should have tested its typename.

    Replace this line with this:

    if(sel[i].typename == 'RasterItem'){
    

    that should solve the problem

  • CS5 - Action starts automatically when you open the program

    I have CS5 and it was working properly until recently, now when you open the program first, it starts automatically perform an action, then I have to stop the action and continue with what I was doing.  Does anyone have an idea how to stop this action without deleting?  Thank you.

    I guess you've planned somehow a script to run at startup. I have no more CS5, but in more recent versions of Photoshop, you can find Scripts under file and would go to the Scripts event Manager dialog box. You can see that I set this up to run the sticker to the startup action. To stop running just uncheck the events allow to run box. It's probably a little bit different in CS5, but you can probably get by on your own now.

    Terri

  • How to make a script to resize the image to fit the exact framework?

    Good afternoon

    My friend works on a task to do several images to adapt to the size of the image 500 x 700 px.

    We are working on this script, if she sometimes makes the height above 700 px.

    Can anyone help to change?

    ___

    doc = app.activeDocument;

    doc.changeMode (ChangeMode.RGB);

    var fWidth = 500;

    var fHeight = 700;

    If (doc.width > fWidth, 'px') {}

    doc.resizeImage (UnitValue(fWidth,"px"), null, null, null, ResampleMethod.BICUBIC);

    }

    else {}

    doc.resizeImage (null, UnitValue(fHeight,"px"), null, null, ResampleMethod.BICUBIC);

    }

    ___

    The thing is the need of the image to have a ratio of 5:7 to fit 500px 700px area.  An image can have a width and height of any number of pixels. All a camera will have a width and a height greater than the 700px. If your script above would create a very distorted portraits bouquet close

    Download the package of my action craft he has a script that I wrote for use in actions that make it very easy to do what you want.

    Scripts can be used in actions and actions can be used in scripts.  Photoshop scripts can also be programmed as a Photoshop plug-in.  When a plug-in is saved in action the plug-in saves the setting you used in its dialog box in the action stage. When the Action is played.  The plug-in does not display the dialog instead, it will use the setting saved in step of the action.  No user interaction is required action may be batched.

    Most Photoshop users cannot write scripts, but it have no problem using scripts to write than others.  As Adobe Photomerge, Image Processor, image Fit etc...

    I wrote a plugin script using Adobe adapt design Image that will make the selection of image format while maintaining the orientation of the document.  So if you have a 4:3 camera and a collection of pictures of her you landscape of 4:3 and 3:4 Portraits.  If you use my plugin aspectratioselection script in action and a followed centered 3:2 aspect ration of a culture of image and batch as the action on your images you would be left with landscapes of 3:2 and 2:3 Portraits.  The three step action, that's all you need registration.

    menu stage 1 file > automation > AspectRatioSelection...  In his dialogue game 5 7 central rectangle replace feather selection 0

    menu step 2 Image > Crop

    menu step 3 file > Automate > Fit Image in its width and height 700 px value dialog box

    You wind upward with 700x500px landscapes and portraits of 500x700px.

    I have created at least six of the lately. I use to do slideshows for my various devices.   I put the images I want to use in a folder of image source on my desk and play action creates six slide shows is a slide in a slide show on my desktop folder. In six of the subfolders. The Action is all two steps. The first step is running a script that deletes the folder slide shows.  The second step is a step in Image Processor Pro plugin.  This process, the image source in the slide shows folder file, save six series of jpeg images, it's six subfolders. Galaxy tab display 16:10 sideshow 2560 x 1600 and also as a 3:2 slideshow 2400 x 1600.  Surface Pro 3 sideshow 3.2 2160 x 1440, iPo4 4: slide show of 3:2 960 x 640, HDTV 1920 x 1080 and 4kTV 3840 x 2160. I take a coffee break... While the action runs.

    Package of shares of crafts UPDATE August 10, 2014 added conditional measures Action Palette tips.
    Contains

    Example of
    Download

  • How to run a script for all the images in a folder?

    How to run a script for all the images in a folder?

    You can assign your script to an action, then use processor by batch or image with the option apply to all subfolders.

  • dynamic action turns an article based on the result, and checks the database!

    I use Apex 4.1

    I do not know how to accomplish the following:
    If a pick list is changed, a function is checked and based on the results of a another field is disabled or enabled.

    I created a dynamic action (change) that executes a PL/SQL code, now I need to disable the other element.

    the problem is that I can't save the dynamic action because of the sign #.

    example:
    Start
    HTP.p ("< script type =" text/javascript"> '");
    HTP.p ('$('#P35_FT_00010_DOC_NO').attr ("readonly", "true")');
    HTP.p ("< /script >");
    end;

    I tried document.getElementById, but an error occurs also when I try to save.

    I think the wrong way?... Help, please

    1. create a step forward (not the simple/standard one) dynamic action.
    2. create initially unconditionally (the wizard will not let you take the PL/SQL expression as a condition but we will go back and change it later)
    3 assume that TRUE from your PL/SQL will lead to disable the item, then choose 'Disable' and the item you want to disable.
    4. Once created, go back in the DA and change the status of PL/SQL expression and put your PL/SQL in there (suppose you have a function returns boolean called MY_FUNC and TRUE to him means disable).
    5 copy the DA in its entirety to a new DA will be FALSE to activate the element.
    6. Once copied, go into the new DA and change the status of PL/SQL to NOT (my_func).
    7 change the REAL action of the DA to activate the element.

    So now you should have two similar DAs... one for when MY_FUNC is true and disables the element, a when "NOT (my_func)" is true and allows the element.

    If you do not disable, you can run javascript instead to set readonly. It seems that this is kind of what you tried to do, but you seem to use a jQuery selector, I suppose that (I did not recognize your syntax to off the bat)?

    Try to use the javascript API instead Apex:

    if ($v('P35_EN_DIS_DOC') == 1 )
      $x('P35_FT_00010_DOC_NO').readOnly='true';
    else
      $x('P35_FT_00010_DOC_NO').readOnly='';
    

Maybe you are looking for

  • Unable to sync after installing iOS 10.0.2

    After installing iOS 10.0.2 this morning, I was not able to sync my iPhone 6 s + with my MacBook Pro running Sierra. Y at - it something I need to do. I turned off the phone and computers and they started separately, but not luck. I tried to sync wir

  • Help the music app

    I am playing music from my music on an iphone app 6, and all I get is a screen of apple's music with a photo of a woman wearing headphones.  I can't leave this page, as there are has no buttons or links, so I can't access any of my music at all.  I h

  • Conflict with the multimedia link and phone via USB Portal

    Connect my laptop via a USB cable to use portal to phone via the USB port, the application Media Link automatically launches and passes the USB of Motorola Phone Portal parameter to USB Mass Storage. Any way to disable this? If I put USB return later

  • Mobile Administration hacked password

    Help, please. IM currently online but my computer told me another user is connected to my laptop. I have treid changing my passsword administration but its saying its wrong now. Which means that the hacker has changed and in control now. Is there a w

  • [Email] Savings in base64 accessories for use in EML

    I try to save e-mails to eml files. For attachments, how can I get the binaries base64 encoding? I guess I could make a Qdatastream, but wouldn't the encoding Base64 requires reading across the folder at a time? The bindings can be from a few kb (qui