How do I make a border or frame?

Running CS4/Win
I want to make an image that has a border around it - 384px by 151px. I downloaded a brush called SS-Frames but it is not performing like I had hoped. I am used to PaintShopPro where they have presets and all you do is pick one and then use your mouse to resize it, apply a color, yada, yada. I could draw lines and do it that way but there must be an easier way so therefore I'm posting in this forum.
Your help is most appreciated.

Yes, The Champ has been mostly sidelined lately, but he has been very instrumental in research and treatment work. Though he has provided for many "legacies," perhaps his greatest, and most far reaching is the Muhammad Ali Parkinson Center, a department of St. Joseph's Hospital and the Barrow Neurological Institute. Besides his name, and his wealth, he and his lovely wife, Lonnie, have worked tirelessly, and at many levels to expand both the research and the treatment. In Muhammad's case, it would be more correct to refer to his condition as "Parkinsons-like," as there are differences. Still, that has not stopped his continued support. We spend quite a bit of time with both Muhammad and Lonnie through the Barrow, and due to weather, they now spend most of their time in Phoenix, so we see a bit more of them. It has greatly saddened me to see the decline, but the mind, and the spirit are still there - just slightly below the "surface." He has touched so many, and on so many levels. We attended an event recently, where Billy Crystal did a wonderful tribute to Muhammad, who was in the front row. Great evening!
Now, back to our regularly scheduled program... As you can see, Photoshop offers many ways to do the same, or similar things. There is seldom a right, or a wrong, just ones that might suit your workflow better. I probably overlooked a half-dozen more in the process, but then my mind is slowing down, and I forget things more easily.
For a recent video "slideshow" presentation, I relied on a variation of that Action to do about 300 Images. However, I have also created more intricate "frames," and then just did a Selection for the "picture area of the frame" that was automatically added as a Layer Mask to Images brought in as Layers, for another video slideshow. It all just depends on what one needs or wants.
Glad to have come up with one useful solution for you, and on my first guess...
Happy editing,
Hunt

Similar Messages

  • How do you make movieclips return to frame one when mouse no longer over a button?

    If you like, please see the attached file. I have an instance of a movie clip on the stage that jumps to different labels (within the movieclip) when the large buttons at the top of the scene are in rollover state. The problem is that it stays there when the mouse leaves the button.
    How do I make that symbol go back to frame one (not there) within the movie clip so that it disappears when there is no activity on the buttons?
    Is there a button parameter like MOUSE_OFF (I know that's not one)?
    Thanks, Dan

    use a MouseEvent.MOUSE_OUT listener.

  • Noob question: How do I make a loop of frames?

    So I'm trying to make an walking animation but I don't want to move a symbol in motion tween for each part of the leg each time. So how can I make a loop of it? Thanks!

    I'm trying to like, idk how to explain, like for example if I animate animate 1 second of walking, but I want to have 60 seconds of walking and I want an easier way of repeating the same walking sequence, how would I Do that? I can't end the layer or else it blanks out.

  • How do I make CS4 not blur frames together when I slow down footage.

    I'm trying to get an effect similar to the oppening credits of Reservior Dogs, but whenever I slow down video, Premiere makes it look all ultra-smooth, which would be nice in most cases but in this one I want to just leave the frames as they are and not have any motion-smoothing. Any advice?

    Okay, the Posterize Time effect didn't work (I just ended up with a blank screen), BUT, I found that when I export the video at the frame-rate I want it to be, it creates the effect perfectly. Thanks for your help anyway!

  • HT204364 In using the photo album how can I make a border around a photo in color?

    How can I insert a colored border around a picture in an photo book?

    To do that you'll need a 3rd party editor like one of these:
    Some Image Editors that support layers:
    Photoshop Elements 10 for Mac - $79
    Rainbow Painter - $30
    Imagerie - $38
    Acorn - $50
    Pixelmator - $60 
    Seashore - Free
    Portraits and Prints - Free
    GIMP for Mac - Free
    OT

  • How can i make the border of an ellipse invisible?

    Hi everybody,
    I have created an ellipse and i want to hide its black boundaries.
    Can someone please tell me how i can do this?
    Thanks in advance.

    Below is the code i am using to draw an ellipse.
    Now, I have to add an image to this button which is also oval in shape. The requirement is that only the image should be visisble, not the black lines of the actual ellipse.
    public class DiagonalEllipse extends JButton {
    Ellipse2D.Float ellipse = new Ellipse2D.Float(18, -13, 23, 56);
    public DiagonalEllipse() {   
    super();
    setContentAreaFilled(false);
    public void paintComponent(Graphics g) {
         super.paintComponent(g);
         Graphics2D g2d = (Graphics2D)g;          
         AffineTransform tf = AffineTransform.getRotateInstance(580,ellipse.getCenterX(),ellipse.getCenterY());     
         Shape diagEllipse = tf.createTransformedShape(ellipse);
         g2d.draw(diagEllipse);     
    //Created a new button and adding image to the button.
    JButton button = new DiagonalEllipse();
    button.setIcon(imgOne);
    Thanks,

  • How to make the border of a linked pciture go away in IE(8)

    picture A links to picture B. A blue border around picture A appears and when I clicked picture A which now links and displays pictures B, but after going back to the page that contains picture A, there is a purple color border appears on picture A indicating the link has been visited.
    I've created a CSS rule a
    set border to "none", also tried setting border-width to "0", both didn't work.
    How can I make the border go away? It seems only happen in IE(8) and not Firefox.
    Please help, thanks.
    Tony

    I couldn't get a img { border: none; } to work. I didn’t know where to input this line. But base on your info I've created a new CSS rule, tag img and set border to none, and it works.
    I was getting a little frustrated and you have saved the day.
    Thanks Bob,
    Tony

  • How can I make a decorative page border in Pages?

    How can I make a decorative page border in Pages?

    Hi Janet,
    I suppose that you are asking how to include a decorative border of your design into a pages document. How you design that border is rather out of the range of these discussions. So, let's say that you have a graphic that approximates a picture frame and has the required dimensions to frame your content.
    If you want to have the graphic appear on every page, Drag or Insert > Choose, to incorporate your design in to the document. The position it as you want it, and then Arrange > Send to Background and Format > Advanced > Move Object to Section Master.
    If there is more than one section in your document, there may be more considerations, but if you do this at the outset in the creation of your document, the design of the first section will flow to subsequent sections.
    Regards,
    Jerry

  • How can i make my scrollpane in a way that at the opening of a frame it doe

    How can i make my scrollpane in a way that at the opening of a frame it does not scroll down automatically?
    code is below
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.*;
    import java.awt.event.*;
    import java.net.*;
    import javax.swing.JOptionPane.*;
    import java.io.*;
    import javax.swing.colorchooser.*;
    import javax.swing.filechooser.*;
    import javax.accessibility.*;
    import javax.swing.border.*;
    import java.sql.*;
    public class Signup extends JFrame
         JLabel p1,p2,p3,p4,p5,p6,uid,upass,cpass,fname,sname,hint,sl,ed,age,adr,cit,zip;
         JTextField uname,fnamet,snamet,hintt,adrt,adrt1,city,zipcode;
         JPasswordField upassw,cpassw;     
         JComboBox sex,education,agegr;
         Signup()
         Container c=getContentPane();
         c.setLayout(null);
         c.setBackground(Color.white);
         /** JPanel c = new JPanel();
         c.setBackground(Color.white);
         int v = ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS;
         int h = ScrollPaneConstants.HORIZONTAL_SCROLLBAR_AS_NEEDED;
         JScrollPane jsp = new JScrollPane(c, v, h); ***/
    p1=new JLabel("Create Your Icafe!ID",10);
         p2=new JLabel("Personal Information");
         p3=new JLabel("User Address");
         p4=new JLabel("Tell Us About Your Hobbiess (Optional) ");
         p5=new JLabel("Tell us something about what you like. This will help us choose the kind of content to display on           your pages.");
         p6=new JLabel("--------------------------------------------------------------------------------");
    uid=new JLabel("User Id");
         upass=new JLabel("Password");
         cpass=new JLabel("Confirmation Password");
         fname=new JLabel("UserName");
         sname=new JLabel("SurName");
         hint=new JLabel("Hint Question");
    sl=new JLabel("Sex");
         ed=new JLabel("Education");     
         age=new JLabel("Age Group");     
         adr=new JLabel("Address");
    cit=new JLabel("City");
    zip=new JLabel("ZipCode");
         uname=new JTextField(10);
         uname.requestFocus();     
         uname.setToolTipText("UserName");
    upassw=new JPasswordField(10);
         upassw.setToolTipText("Password");
         upassw.setEchoChar('*');
         cpassw=new JPasswordField(10);
         cpassw.setToolTipText("Confirmation Password");
         cpassw.setEchoChar('*');
         fnamet=new JTextField(10);
         fnamet.setToolTipText("FullName");
         snamet=new JTextField(10);
         snamet.setToolTipText("SurName");
         hintt=new JTextField(10);
         hintt.setToolTipText("Hint Question");     
    String[] gender={"[Select one]","Male","Female"};
         sex = new JComboBox(gender);          
    String[] edu={"[Select one]","S.S.C","Inter","Graduate","Post Graduate"};
         education= new JComboBox(edu);     
    String[] ageg={"[Select one]","0 - 15","16 - 35","36 - 70","70 - 100"};
         agegr= new JComboBox(ageg);     
    adrt=new JTextField(15);
         adrt.setToolTipText("Address");
         adrt1=new JTextField(15);
         adrt1.setToolTipText("Address");
         city=new JTextField(15);
         city.setToolTipText("City");
    zipcode=new JTextField(15);
         zipcode.setToolTipText("ZipCode");
         p1.setBounds(200,70,160,30);
         uid.setBounds(350,100,160,30);
         uname.setBounds(400,100,160,30);
         upass.setBounds(335,140,160,30);
         upassw.setBounds(400,140,160,30);
         cpass.setBounds(260,180,160,30);
         cpassw.setBounds(400,180,160,30);
         p2.setBounds(200,220,160,30);
         fname.setBounds(330,260,160,30);
         fnamet.setBounds(400,260,160,30);
         sname.setBounds(335,300,160,30);
         snamet.setBounds(400,300,160,30);
    hint.setBounds(315,340,160,30);     
    hintt.setBounds(400,340,160,30);
         sl.setBounds(370,380,160,30);     
         sex.setBounds(400,380,160,30);
         ed.setBounds(335,420,160,30);     
         education.setBounds(400,420,160,30);
    age.setBounds(330,460,160,30);
    agegr.setBounds(400,460,160,30);
    p3.setBounds(200,500,160,30);
         adr.setBounds(340,540,160,30);
         adrt.setBounds(400,540,160,30);
         adrt1.setBounds(400,580,160,30);
         cit.setBounds(370,620,160,30);
         city.setBounds(400,620,160,30);
    zip.setBounds(590,620,160,30);
    zipcode.setBounds(640,620,160,30);
         Font font = new Font("SansSerif",Font.BOLD, 12);
         setFont(font);
         c.add(p1);
    c.add(uid);
         c.add(uname);     
         c.add(upass);
         c.add(upassw);
    c.add(cpass);
         c.add(cpassw);
    c.add(p2);
    c.add(fname);     
         c.add(fnamet);
    c.add(sname);
    c.add(snamet);
         c.add(hint);
    c.add(hintt);     
    c.add(sl);
    c.add(sex);
    c.add(ed);
         c.add(education);
    c.add(age);
         c.add(agegr);
    c.add(p3);
    c.add(adr);
         c.add(adrt);
         c.add(adrt1);
    c.add(cit);
    c.add(city);
    c.add(zip);
    c.add(zipcode);
         setResizable(false);
         //int a=DO_NOTHING_ON_CLOSE;
         //setDefaultCloseOperation(a);
         show();
         setSize(800,500);
    // Border raisedBorder = new BevelBorder(BevelBorder.RAISED);     
         setContentPane(c);     
    public static void main (String arg[])
         try{
         UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
         }catch(Exception s)
         Signup swu=new Signup();

    just try the following:
    jsp.getVerticalScrollbar().setValue(0);after inserting and adding all your components. this will set the vertical scrollbar up to the very first line.
    regards

  • In actionscript 3.0 how do i make a nested movie clip button go to a frame on the main timeline

    I am making a website based in flash actionscript 3.0 i have a button nested in its own movie clip, because I have the button expanding to be able to read it i have figured out the only way to do this is by creating it as a movie clipa nd inside the movie clip creating it as a button
    I added an event listener to the blog button by saying,
    blog.addEventListener(MouseEvent.ROLL_OVER,gotoblog);
    function gotoblog(evtobj:MouseEvent){
         gotoAndStop(2)
    this part of the code works it goes to the 2nd frame of the timeline it is in and stops wich is a blown up version of the origanal symbol
    i added on frame 2 a second command
    blog.addEventListener(MouseEvent.CLICK.gotoblogpage);
    function gotoblogpage(evtobj:MouseEvent){
    gotoAndStop("blogframe")
    trace("the blog button was clicked")
    i have named the symbol blog and have name the frame of where the blog page is going to be "blogframe" this line of code at the bottom is where i run into trouble the output window in Flash is saying "The blog button was clicked" just like i want it to. no errors are accouring why than is the playhead not going to frame "blogframe"? if the button is working when i click it the code is right i belive the problem here is it does not want the playhead to go to the frame i want it to. So i gues my question is, how can i make a button withing a movie clip interact with the main timeline?

    I have a similar problem if could please help me i'd really apreciate it!!
    So i have a looping animation of some thumbnails, the hierarchy goes like this
    Scene1(main timeline) -> imgBar(MC)->imgBarB(MC within the imgBar MC)
    My buttons symbols are in the last MC "imgBarB" where i have this code:
    ss1.addEventListener(MouseEvent.CLICK, OneButtonClicked);
      function OneButtonClicked(event:MouseEvent):void{
      MovieClip(root).gotoAndStop("ssbox1");
    I want to control the Btns in my "imgBarB" MC to play a labeled frame(named "ssbox1") on another MC on the main timeline,this other MC goes like this:
    Scene1(main timeline)->ssbox_mc(MC where my labeled frame is)

  • How can i make a  flowing toolbar that stays in front of the main frame?

    I want to make a toolbar that has to stay in front of one of my JInternalFrame, this toolbar will have two buttons and they will change the states of some TextPanes in the JInternalFrame (font,styles, etc.). How can i do so?? how can i make it flow on the internalFrame? how can i make it interact with the internal frame's components? and how can i associate both of them ( their 'actionPerform') ??
    thank's

    You can check for problems with the <b>places.sqlite</b> database file in the Firefox profile folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    *Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/

  • How do i make a frame a enclosing a repeating frame appear only on the last page of a report?

    I have a frame that encloses a repeating frame. How so i make them print only on the last page?

    Assuming you have other content, you could:
    set the Print Object On property to be last page.
    anchor it to the main content that repeats on every page, so this frame only prints after the other one is done
    Assign a format trigger where you make it display only if current page is equal to total number of pages
    create a trailer and move the frame there

  • How to make separate/individual text frame from one parent frame in indesign with javascript

    Hi all,
    Please suugest - how to make separate/individual text frame from one parent frame in indesign with javascript.
    Thanks
    Rohit

    @Larry – ah, your interpretation could be the right one…
    May I rephrase the question:
    "How to split threaded text frames to single ones?"
    "SplitStory.jsx" or "BreakFrame.jsx" under Scripts/Samples indeed could be the answer.
    From the comments in the code of "BreakFrame.jsx":
    //Removes the selected text frame (or text frames) from the
    //story containing the text frame and removes the text contained
    //by the text frame from the story.
    //If you want to split *all* of the text fames in the story, use the
    //SplitStory.jsx script.
    Uwe

  • How to make the basic graphics frame VerticalJustification as bottom align?

    Hi:
    In indesigne CS3 script, how to make the basic graphics frame
    VerticalJustification as bottom align?
    Thanks in advance.

    Vertical justification applies to text frames, not to graphic frames.
    Peter

  • How can i make a still frame from imovie 11 using mpeg streamline clip

    How can I make a still frame from iMovie using mpeg stream clip?

    See my User Tip here.
    https://discussions.apple.com/docs/DOC-3231

Maybe you are looking for

  • How can I create a new folder in an external disk that is connected via USB to my Mac?

    How can I create a new folder in an external disk that is connected via USB to my Mac?

  • Problem with different calendars under Mountain Lion

    I upgraded recently from Snow Leopard to Mountain Lion and experiencing an annoying problem with the calendars "On My Mac" (I am using a MacBook Pro from mid 2009). With iCal under Snow Leopard I had seven calendars - Meetings, Performances, Family,

  • Fire reflection?

    Seeking advice on best way to special effect the reflection of fire on glass... In the scene a woman is inside, looking out window.  The script calls for a huge bonfire outside. I need to see the fire's reflection on the inside of the window....  (ca

  • Webutl configuration for forms11gR2

    Hi all, I have installed form 11gR2 on Windows XP and trying to configure webutil for excel generation reports. I came to know part of webutil is configured only jacob.jar has to be signed. I followed steps for signing jacob.jar and successfully done

  • Capitalization of Services on Asset

    Dear Experts, We are capitalizing AUC to Final asset through AIAB & AIBU without using internal order. We also capitalize other expenses by adding AUC asset no. in direct expense postings and follow the aforesaid procedure. We are not using PS module