Make a circle with outline and image

Hi All
I am trying to make an image in the shape of a circle, with a border, kind of like the image attached, but i need the black boarder to be even, and ideally need it to be a template so the circle and boarder is the same size and i just add different images.
ive looked everywhere and cant find any videos that do this.
Any help would be really appreciated
im using cs6 for windows

Hello,
Create a new image, for this example I used 600x600 pixels, adjust it as needed.
Press Crtl + R to enable rulers. (View > Rulers)
Double click on the background to convert it to a layer.
Make sure you have View > Snap enabled.
Press Ctrl + T to enter Transform mode. (Edit > Transform)
Click on the side ruler and drag a guide until it snaps to center. Click on the top ruler and drag another guide until it snaps to center. Hit enter or escape.
Select the circular marquee tool, and hold down Shift while dragging to constrain your selection to a circle:
Press Alt + Backspace to fill the selection with the foreground color.
Use the move tool to snap the circle to center.
On the layer pallete, turn Fill to 0%:
While keeping the circle layer selected, go to fx > Stroke:
Adjust the size slider to taste and hit OK.
Create a new layer bellow the circle layer.
In your layer pallete, hold down Crlt and click on the thumbnail of the circle layer  to load the selection.
Press Crtl + I to invert the selection. (Select > Inverse)
Press D then Crtl + Backspace to fill the selection with White.
Save your template for future use! Now all you have to do is drag your pictures at the bottom of the layer stack:
Hope this makes sense, please post again if you have any questions.
have fun!
EDIT: for some reason charles reply wasn't showing up, sorry.
also I expected the images to be auto resized?

Similar Messages

  • Where is the best place to make a slideshow with pictures and music on a mac?

    Where is the best place to make a slideshow with pictures and music on Macbook Pro?

    There are many ways to produce slide shows using iPhoto, iMovie or iDVD and some limit the number of photos you can use (iDVD has a 99 chapter (slide) limitation).
    If what you want is what I want, namely to be able to use high resolution photos (even 300 dpi tiff files), to pan and zoom individual photos, use a variety of transitions, to add and edit music or commentary, place text exactly where you want it, and to end up with a DVD that looks good on both your Mac and a TV - in other words end up with and end result that does not look like an old fashioned slide show from a projector - you may be interested in how I do it. You don't have to do it my way, but the following may be food for thought!
    Firstly you need proper software to assemble the photos, decide on the duration of each, the transitions you want to use, and how to pan and zoom individual photos where required, and add proper titles. For this I use Photo to Movie. You can read about what it can do on their website:
    http://www.lqgraphics.com/software/phototomovie.php
    (Other users here use the alternative FotoMagico:  http://www.boinx.com/fotomagico/homevspro/ which you may prefer - I have no experience with it.)
    Neither of these are freeware, but are worth the investment if you are going to do a lot of slide shows. Read about them in detail, then decide which one you feel is best suited to your needs.
    Once you have timed and arranged and manipulated the photos to your liking in Photo to Movie, it exports the file to iMovie  as a DV stream. You can add music in Photo to Movie, but I prefer doing this in iMovie where it is easier to edit. You can now further edit the slide show in iMovie just as you would a movie, including adding other video clips, then send it to iDVD 7, or Toast,  for burning.
    You will be pleasantly surprised at how professional the results can be!
    To simply create a slide show in iDVD 7 onwards from images in iPhoto or stored in other places on your hard disk or a connected server, look here:
    http://support.apple.com/kb/HT1089

  • I have a sharepoint custom list with Title and image attachments, now i want to display image attachments in div based on the title.

    hi,
    i have a sharepoint custom list with Title and image attachments, now i want to display image attachments in div based on the title.

    i am using the below code only
     SPSite mySite = new SPSite("http://sharepoinsiteaddress");
    SPWeb myweb = mySite.OpenWeb();   
    SPList myList = myweb.Lists["Announcements"];   
    SPListItem myListItem = myList.GetItemById(1);   foreach (String attachmentname in myListItem.Attachments)
    String attachmentAbsoluteURL =    myListItem.Attachments.UrlPrefix // gets the containing directory URL
       + attachmentname;
       // To get the SPSile reference to the attachment just use this code
      SPFile attachmentFile = myweb.GetFile(attachmentAbsoluteURL);
       // To read the file content simply use this code
       Stream stream = attachmentFile.OpenBinaryStream();    StreamReader reader = new StreamReader(stream);
       String fileContent = reader.ReadToEnd();
    here i am using panel, how can i attach this attached image to panel

  • Making a PDF with "Outline" and Bookmarks Using Pages

    Hi, I'm using Pages 1 and I have tried making a PDF with outline breaks but I failed. I thought using paragraph styles for my document would work but when I exported my document to PDF, all I got was a PDF that only has the thumbnails view but not the outline view. Also, when I exported my document that has bookmarks to PDF, all the bookmarks don't work anymore. How can I make a PDF document using Pages with all the bookmarks and the organization just like other PDFs that I encounter? Thanks

    Hello LadyinStilettos,
    welcome to the Pages Discussions. If I remember correct, in Pages 1.x there is no way to export text links to PDF. An outline view creation doesn't exist.
    If you want to have links in PDF (of the TOC, too), then you should upgrade to iWork'06. But outline view doesn't exist here like it doesn't in version 1.x.

  • Z-index, make it work with MVThemeBasedFOI and MVFOI

    Hello, I'm using MapViewer with javascript library OracleMaps.js(Ver11_B091229). I'm using circles drawn with the MVCircleTool and some layers using MVThemeBasedFOI.
    Circle :
    * circle drawn event handler
    function circleDone()
         var geom = circleTool[nbrCircle-1].getCircle();
         highlightSelection(geom, true);
         circleTool[nbrCircle-1].getCircleFOI().setClickable(true);
         circleTool[nbrCircle-1].getCircleFOI().attachEventListener(MVEvent.MOUSE_RIGHT_CLICK, rClickCircleFOI);
         circleTool[nbrCircle-1].getCircleFOI().setZIndex(999);
    As you can see I have a right click event on it(used for contextmenu).
    ThemeBasedFOI :
    function addThemeBasedFOI(themeview, maxWholeImgLvl, minClickZoomLvl, clickable)
         var themeBasedFoi = new MVThemeBasedFOI(themeview,themeview);     
         if(clickable==true)
              themeBasedFoi.setClickable(true);
              arrayThemes[cptTheme]=themeBasedFoi.getLayerName();
              themeBasedFoi.attachEventListener(MVEvent.MOUSE_CLICK, foiMouseClickEvent);
              themeBasedFoi.attachEventListener(MVEvent.MOUSE_RIGHT_CLICK, mouseRightClickFOI);
    mapview.addThemeBasedFOI(themeBasedFoi);
         //set zoomlevel click and whole img level
         themeBasedFoi.setMinClickableZoomLevel(maxWholeImgLvl);
    themeBasedFoi.setMaxWholeImageLevel(minClickZoomLvl);
         cptTheme++;
    Things work fine individually but together, the MVThemeBasedFOI is over the Circle(it's an MVFOI).
    MVThemeBasedFOI index can be changed(if it works) with the MVMapView's method setThemeIndex(MVThemeBasedFOI, index). On its side MVFOI index can be changed by setZIndex(idx) method.
    I tried 999(the maximum value) for the circle and 1 for the layer but it changed nothing, the layer is still over the circle. Layer index doesnt work the same as usual zindex(if you see code of OracleMaps.js it's seems to be index*2+130), if index is 1 it should be(if i'm correct) 132, it's under 999 but it does not work.
    Any idea on how I can make it work ?

    yes that true, changing it later will be problematic. But if we have the break points already figured out and design finalized we just then have to open it in Muse and then add the features that muse has like scrolling effects and such. life would have been really simpler if that media query handle feature from EdgeReflow is placed in Muse. On the other hand i don't mind if reflow has the scroll effects and all the cool things Muse has. Its possible to do a really nice responsive website with reflow and edge animate and then polish your site with dreamweaver and publish it to BC. Just that i like the features of Muse and the ease of designing but it lacks the true responsiveness we need, i know you can give full width and try make it look like responsive and then you have 2 more websites to finish, the mobile and tablet versions of the website. So its a lot of work, it doesn't really make it easy to keep up with this evolving web design industry. So i think i will stick with edge reflow, dreamweaver and edge animate till Muse becomes responsive fully.

  • Apple TV slideshow with video and images

    I want to make a "slideshow" with alternating video clips (from one movie) and pictures.Can I tell the movie to play for a certain amount of time and then switch to an image and then go back to the movie, repeating until the movie is over and then have the whole thing start over? Or can I use iMovie to break up the video and insert the image and make a movie to sync with the AppleTV? Is there an easy way to do this?

    jimmyburan wrote:
    is it fried?
    probably
    a graphics card issue? motherboard?
    one of these most likely
    HDMI?
    probably not
    has it turned into a paperweight?
    sounds like it I'm afraid
    What does the light do, constant amber flashing?
    Any response to remote from the light?
    Try unplugging all cables for a few mins then try again, if no improvement it's almost certainly had it.
    If in warranty try an Apple Store if you have one nearby.

  • Trouble with flash and image links

    Hi
    I have been using Dreamweaver for a while, but only for simple websites.
    I have now started on a new site, using a template based on css, with two sidebars. I am new to using css, and are "learning by doing"
    I wanted to use flash to make navigation buttons in the sidebar to the left, but when I put the flash into the box on the template it does not appear on the page in my browser, or it shows as a white field. So I moved the flash-file to the main part of the page, and it appears there. I have also attached links to the single buttons in the flash,when I made the flash-file, but they do not seem to work at all when I publish the site.
    I gave up the project of using flash buttons as navigation and tried to use images instead in the sidebar. The problem then was that I get the blue borders around the linked images. I have found the solution to that of this forum, but as being new to the whole css thing I do understand how I can apply a rule, and where to do it.
    My site is here: www.zookjempen.no/test
    Here you can see my flash buttons in the middle of the page, but nothing happens when they are clicked. Originally I wanted these buttons on the left, where the white rectangle is, which is the same flashfile.
    Could someone please try to explain to me why I get the white field instead of the buttons, and what I need to do to get the buttons to work when clicked?
    As I said I am pretty new to css, so plain english would be great.
    Thank you.

    Thanks. I was thinking of doing screen captures and showing those. But, I fixed the problem.
    Maybe it was my particular case, but it was sure screwed up. By recreating the Home page with the links at the top, checking to make sure it was OK, and then duplicating that page for remaining pages, I solved the problem.
    Interesting though, even though my "Gallery" page was long ago deleted, if I change the name of a current page back to "Gallery", it gets screwed up again. (This, even though the page is working fine prior to the name change.) That's either my defective site or an iWeb bug.

  • How can I make a slideshow with music and burn it to a disk?

    I need to make a photo slideshow with music and burn it to a disk. I am able to make the slideshow but I cant figure out how to save it or burn it to a disk.

    How do you want to play the slideshow?  On another computer or on a TV set?
    If it's the former export the slideshow as a QT movie file to the desktop and burn that file to a disk with the Finder.
    If you want to create a video DVD of the slideshow so that it can be viewed on a TV set, use the Share ➙ iDVD menu option.  That will export the slideshow into iDVD where you can complete the menu and project design.
    Once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image menu option.  This will separate the encoding process from the burn process.  To check the encoding mount the disk image and launch DVD Player and play it.  If it plays OK with DVD Player the encoding was good and you can then burn to disk with Disk Utility at the slowest speed available to assure the best burn quality.  Always use top quality media:  Verbatium, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    OT

  • How to make a podcast with one still image with iMovie 09

    I'm using trying to transfer my podcasts to Vimeo. I've been using iWeb to create a person web site with video and podcasts. I have embedded Vimeo with "html snippet widge." I want to do the same thing with audio, however Vimeo only accept "video" files.
    In my attempt to work around Vimeo's video issues, I had the idea to use iMovie 09 to create a "video file" using a single still image with my audio podcast play in the background. The single image would be consistent for the entire length of the audio. It seems simple...one still image file and one audio file.
    All of my audio files are less than 45 minutes in length. The problem is that when I insert an image in iMovie I can't get it to last for more than 10:00 minutes of my podcast. I've had to drag the same image over several times, extend each image's length to 10:00 minutes until I have enough images to last the full length of the audio file.
    I'm sure there's a simple way to do this with one image, used one time, and have the audio added.
    Anyone understand my situation and have a good idea?

    The most efficient method would be for you to do this in iMovie 6. You can download a version if you don't already have it on your computer. http://supportdownload.apple.com/download.info.apple.com/AppleSupport_Area/Apple_Software_Updates/Mac_OSX/downloads/061-3532.20070807.nq3ER/iMovieHD6.dmg
    Put all your clips into a new iMovie project, in the order you wish them to play. Use the chapters tab and add chapter markers for each clip (except the first one; iDVD will add that one for you). Close iMovie.
    Open an new iDVD project. Use the Media tab, then Movies, to locate your new iMovie. Drag and drop it onto the main iDVD window, taking care not to drop it into a drop zone. You should then see the title of your movie and the two options: Play Movie (which will play all the clips sequentiallly) and Scene Selection (which will take you to submenu(s) where you can select which clip to view).

  • How can i copy line with text and image to ms word

    When I insert an image in textflow using InlineGraphicElement it works, but when I copy the line with the image to MS Word it copies only the text (not the image).
    How can i copy the image to MS Word?

    If you want copy formatted text and image to MS Word, you need to give MS Word rtf markup, because Word can recognize rtf markup but not TLF markup.
    So you need to create a custom clipboard to paste a rtf markup. It's a large feature for you, because you need a tlf-rtf converter in your custom clipboard.
    TLF Custom Clipboard Example:
    package
        import flash.display.Sprite;
        import flash.desktop.ClipboardFormats;
        import flashx.textLayout.container.ContainerController;
        import flashx.textLayout.conversion.ITextImporter;
        import flashx.textLayout.conversion.TextConverter;
        import flashx.textLayout.edit.EditManager;
        import flashx.textLayout.elements.*;
        import flashx.undo.UndoManager;
        // Example code to install a custom clipboard format. This one installs at the front of the list (overriding all later formats)
        // and adds a handler for plain text that strips out all consonants (everything except aeiou).
        public class CustomClipboardFormat extends Sprite
            public function CustomClipboardFormat()
                var textFlow:TextFlow = setup();
                TextConverter.addFormatAt(0, "vowelsOnly_extraList", VowelsOnlyImporter, AdditionalListExporter, "air:text" /* it's a converter for cliboard */);
            private const markup:String = '<TextFlow whiteSpaceCollapse="preserve" version="2.0.0" xmlns="http://ns.adobe.com/textLayout/2008"><p><span color=\"0x00ff00\">Anything you paste will have all consonants removed.</span></p></TextFlow>';
            private function setup():TextFlow
                var importer:ITextImporter = TextConverter.getImporter(TextConverter.TEXT_LAYOUT_FORMAT);
                var textFlow:TextFlow = importer.importToFlow(markup);
                textFlow.flowComposer.addController(new ContainerController(this,500,200));
                textFlow.interactionManager = new EditManager(new UndoManager());
                textFlow.flowComposer.updateAllControllers();
                return textFlow;
    import flashx.textLayout.conversion.ITextExporter;
    import flashx.textLayout.conversion.ConverterBase;
    import flashx.textLayout.conversion.ITextImporter;
    import flashx.textLayout.conversion.TextConverter;
    import flashx.textLayout.elements.IConfiguration;
    import flashx.textLayout.elements.TextFlow;
    class VowelsOnlyImporter extends ConverterBase implements ITextImporter
        protected var _config:IConfiguration = null;
        /** Constructor */
        public function VowelsOnlyImporter()
            super();
        public function importToFlow(source:Object):TextFlow
            if (source is String)
                var firstChar:String = (source as String).charAt(0);
                firstChar = firstChar.toLowerCase();
                // This filter only applies if the first character is a vowel
                if (firstChar == 'a' || firstChar == 'i' || firstChar == 'e' || firstChar == 'o' || firstChar == 'u')
                    var pattern:RegExp = /([b-df-hj-np-tv-z])*/g;
                    source = source.replace(pattern, "");
                    var importer:ITextImporter = TextConverter.getImporter(TextConverter.PLAIN_TEXT_FORMAT);
                    importer.useClipboardAnnotations = this.useClipboardAnnotations;
                    importer.configuration = _config;
                    return importer.importToFlow(source);
            return null;
        public function get configuration():IConfiguration
            return _config;
        public function set configuration(value:IConfiguration):void
            _config = value;
    import flashx.textLayout.elements.ParagraphElement;
    import flashx.textLayout.elements.SpanElement;
    import flashx.textLayout.elements.ListElement;
    import flashx.textLayout.elements.ListItemElement;
    class AdditionalListExporter extends ConverterBase implements ITextExporter
        /** Constructor */
        public function AdditionalListExporter()   
            super();
        public function export(source:TextFlow, conversionType:String):Object
            if (source is TextFlow)
                source.getChildAt(source.numChildren - 1).setStyle(MERGE_TO_NEXT_ON_PASTE, false);
                var list:ListElement = new ListElement();
                var item1:ListItemElement = new ListItemElement();
                var item2:ListItemElement = new ListItemElement();
                var para1:ParagraphElement = new ParagraphElement();
                var para2:ParagraphElement = new ParagraphElement();
                var span1:SpanElement = new SpanElement();
                span1.text = "ab";
                var span2:SpanElement = new SpanElement();
                span2.text = "cd";
                list.addChild(item1);
                list.addChild(item2);
                item1.addChild(para1);
                para1.addChild(span1);
                item2.addChild(para2);
                para2.addChild(span2);
                source.addChild(list);
                var exporter:ITextExporter = TextConverter.getExporter(TextConverter.TEXT_LAYOUT_FORMAT);
                exporter.useClipboardAnnotations = this.useClipboardAnnotations;
                return exporter.export(source, conversionType);   
            return null;

  • Will Adobe ExportPDF convert a pdf with text and images to docx ?

    I have tried to convert an adobe pdf, which includes text and images, to a docx file.  The Adobe ExportPDF has not been able to do it - comes back with many errors.

    Mostly it can do it, though you can't expect a precise match on the layout. What errors do you get?

  • I was cleaning up the desk top on an old power mac G4 when I restarted an got a circle with slash and the small spinning wheel under it nothing else

    I received an old Power Mac G4 Quick Silver and was cleaning the desk top.  When I restarted all I got was a circle with a slash and the small spinning wheel under it...nothing else

    I suppose 3.6V PRAM battery is run out , so you'd better replace it.
    Or resetting PRAM could solve the problem.
    http://support.apple.com/kb/HT1379?viewlocale=en_US

  • I need to make a report with graphs, and generate an exit file to word

    I have to do the acquisition for a laboratory and to make inmediately a report with graphics and a constant test about the method of the experimentation

    Probably your best bet is to use ActiveX and control Word from LabVIEW, this way, you can act as you were using Word directly, automating all the steps to create your report. Look for examples in the developer zone, although there will be more examples relating Excel, that can show you the way to act. If you need to use this intensively, i think NI has created a Word toolokit that you can buy.
    For any particular question, just ask.
    Good luck

  • Is it possible to make a graph with drag and drop plots and use it as a control?

    I am trying to make a graph with multippel plots to use as a control, the plots should be drag and drop. Is this possible in LV 7.0 or do i have to use c++ or WB?

    I second Doc-Doc comment. I am not sure what you are asking.
    The attached is an example I found on the NI web-site some time ago. I cannot find the link again so here is a ZIP of what I found in a temp folder on my machine.
    Trying to help,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction
    Attachments:
    WF_SketchPad.ZIP ‏67 KB

  • How make menu button with unrolling and rolling up thumbnails

    Hello
    I need help with doing a menu with unrolling and rolling up buttons woth thumbnails;  now I have this made by as 2.0 but I need help with changing this on as 3.0. or if samobody have some ideas how can I do this using as 3.0 I will be grateful

    The only way to convert it to AS3 is to go thru it and replace the code as needed.  While some code may not have to change, quite a bit of it will.  Your best bet for getting thru it is to build it up from scratch one object at a time and get each coded as you go.  Otherwise you will be overwhelmed with error messages.  Here's a few pointers.
    All code is AS3 has to be placed on the timeline.  You cannot place code "on()" objects.  So each object needs an instance name.
    Any interaction or event handling such as mouse controls and file loading involve event listener/event handler pairs.  So you will want to start with looking into the addEventListener() method, which is pretty much used globally for any/all event processing.
    When it comes to loading external swf files, you want to use the Loader class.
    To determinine how to make the code work, I recommend using a practice file.  A file that you can implement one codig sequence in at a time just to determine what works.
    Converting this to AS3 will be a good exercise for you on the road to learning it.  When I wanted to start learning AS3 that's pretty much what I did, though with the sole purpose of the learning as my goal.  I took a fairly complicated menu design that I had created first in AS2, and then rebuilt it from the ground up using AS3.

Maybe you are looking for