How do I create a pond ripple effect?

Hey guys, I'm designing a wrap for a hummer. My client wants it to look like the hummer has a force field and show a few bullets hitting the truck and causing a ripple. I googled this and found out that the "zig zag" filter under "distort" does this. Only problem is, this option is greyed out on my comp. It could be that my project file is half a gigabite (required for the size of printing on the truck). Could someone please help me figure out how to use this option or even suggest another program I can use to do this? I can't think of any other way.
This is the design I want the effect on
This is the effect I want.

Hi again.
Let's start at the beginning. Perspective. Shock waves propogate in concentric circles from the point of impact. Viewed at a 90 degree angle to the plane being struck, the shock waves will appear exactly as that, concentric circles, not ellipses. The side of the Hummer is vertical, so the viewing angle of a typical observer will be about 90 degrees. Creating concentic ellipses will make it appear as though the shockwaves are out of plane with the side of the Hummer.
My first post was a demonstration of principle. How to create the basic skeleton. What happens next depends on what you think the shock wave should look like. I wouldn't think it would look exactly like a high energy impact on a force field. A drop falling into a pond is not exactly high energy. They will both have concentric rings, but the distribution and profile of the waves would be different, I would expect. A physicist could properly inform us.
Anyway, I repeated a slight variation on the process on a 732mb file. As you note, the Zig Zag filter was not available. I didn't spend time perfecting the wave frequency and such.
1. Make a circular selection where you want the shockwave. (Make it elliptical if you're still not convinced about that.)
2. Copy the selection to a new layer. Ctrl+J is the easiest way.
3. Ctrl+Click on the layer thumb to create a transparency selection.
4. Convert the selection into a Layer Mask. Layer>Layer Mask>Reveal Selection.
5. Select the Mask thumb. Ctrl+Click on the Mask thumb. You should get a circular selection.
6. Apply the gradient (radial) to the selection from the center. (You're painting the gradient onto the layer mask.) It will look like nothing happened.
7. Apply Bevel/Emboss to taste. Now you will be able to see the rings. I used the Ring-Double gloss contour to tart it up.
8. The Ripple effect is available at this file size. I applied it to to taste.
The number and spacing of the rings is determined by the number and spacing of the alternating 0 and 100 percent transparency pairs on the gradient applied to the mask. It's endlessly adjustable. If you want, you could double down with another layer, as in the tutuorial. The actual appearance of the rings can be modified for days just in the effects pallet. When you add Ripple or other effects to the rings, I would think you could get just about anything you want. Without too much trouble. It all depends on what you think a projectile striking a force field should look like. You can paint on the layer mask to lighten or darken portions.
But I just had another thought. With the Marqee Tool set to rectangular, select a work area surrounding where you want the shock wave. Copy it to a new layer. Create a new document and paste the new layer into it. Then you should be able to use the Zig Zag effect as in the tutorial. Then paste or drag the layers back into the original document and align to the original work layer. Delete both work layers. I just tried it and it worked for me in my 732mb file. But using the Zig Zag pond ripple seems to offer less flexiblity than the layer mask method. If assigned this task I would use a mask.
FWIW.
Lee

Similar Messages

  • How can I create a video with effects using my ipad?

    How can I create a video with effects (sepia, B&W, Negative, oval or any other shape borders) using my ipad?  I would Like to keep a higher res and also be able to shrink it down to email or send in a MMS. Or should I just upload it to my PC and mess with it there? Some of the apps I have are very easy to use compared to the learning curve needed for video editing software.
    Thanks

    Thats the Problem . . . how many apps do I have to try until I find the one I want? I noticed a few will render the video thus losing its original size. When I went to edit it more in iMovie the video was smaller--not good. And what software do you suggest, Templeton, for the PC? I love the apps because they are easy. I dont have hours to mess around on a software to figure out if its something I want. Im looking for simplicity. Maybe Ill get more into it later. I just want to record simple video of my playing the guitar for self analysis and create a short video for family and friends.
    Apps:
    iMovie
    CinemaFXV
    VideoFix
    Cartoonatic
    Video illusion
    VidEditor
    Software:
    Windows Movie maker (wont accept .mov files)
    After Effects (Too little time, so much to learn)
    Wondershare (Very easy but little choices)
    VideoPad (Again. Few choices)

  • How do I create a sparkle star effect using pse 10?

    How do I create a sparkle star effect in pse 10.

    There are also brushes included in PSE10:
    The effect on the photo left is the Assorted Brushes...Crosshatch 4 (#48) clicked once with the default settings, then changed the angle to 56d and clicked again.
    The effect on the photo right is the Assorted Brushes...Starburst Large with its size increased to 119pixels.  Without moving the cursor, increase the opacity of the effect by clicking again....
    Ken

  • How do I create a Rubber Stamp effect?

    If you are familiar with the font "Ink Pad", this is the effect I want to use on an object.  It has the real rough looking edges of a rubber stamp.  How can I create this effect with Illustrator?

    Hello Kelly,
    Here is a method that I use:
    First place a photo of a wall or floor and use "Live Trace" default
    You will end up with a black and white texture like this:
    Then Select all the white areas and delete them. If you have a lot of black texture, feel free to delete as much as you want. You can always copy and paste pieces wherever you want.
    Now Place your design on top of the texture you have created. Then send the design to the back.
    The last step is to select the outlined text and the compound shapes and apply "Subtract From Shape Area" with Pathfinder. Please note that this option does not work on CS3 from the menu (one of the hundred of bugs of this lousy version), so please use the Pathfinder Window.
    And this is the end result:
    This was a quick sample, but I am sure you can do something a lot better than this sample. I think the difficult part is to get a good photo. Maybe next time I will use a damaged concrete floor or wall photo.
    I hope this helps!

  • How do i create this kind of effect

    Hi i was just wondering if anyone knows of any tutorials or anything on creating this kind of effect. Do you think it was done in after effects?
    Its the 3d camera pan at around the 2:40 mark of the video.
    http://www.coreonlinemagazine.com/index.php/aaron-hadlows-new-movie-calibrate/336
    Thanks

    One more thing, guys. I looked through most of the effects he used and I can explain how did it, except how on earth did he pull this off?
    Take a look, I isolated them (hope these links work):
    http://www.mediafire.com/?2mgyymnbb2m
    http://www.mediafire.com/?z1mnyanwgmn

  • How can I create a shadow text effect?

    How can I add a blur effect to text on a BufferedImage. I am trying to create a shadow text effect. Here is what I have currently.
    BufferedImage image = new BufferedImage(500,120,BufferedImage.TYPE_INT_RGB);
    Rectangle2D Rectangle = new Rectangle2D.Double(0,0,500,120);
    Graphics graphics = image.getGraphics();
    Graphics2D g2d = (Graphics2D) graphics;
    g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_ON);
    g2d.setPaint(Color.white);
    g2d.fill(Rectangle);
    g2d.draw(Rectangle);
    //Shadow text
    g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_ON);
    shadow = new TextLayout("Shadow Text", new Font("Serif", Font.BOLD, 70), g2d.getFontRenderContext());
    g2d.setPaint(Color.lightGray);
    shadow.draw(g2d, 13, 103);
    //Main text
    g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_ON);
    text = new TextLayout("Shadow Text", new Font("Serif", Font.BOLD, 70), g2d.getFontRenderContext());
    g2d.setPaint(Color.black);
    text.draw(g2d, 10, 100);
    I found a blur effect but it affect the whole image not just the shadow. Here is an example.
    BufferedImage image = new BufferedImage(500,120,BufferedImage.TYPE_INT_RGB);
    Rectangle2D Rectangle = new Rectangle2D.Double(0,0,500,120);
    Graphics graphics = image.getGraphics();
    Graphics2D g2d = (Graphics2D) graphics;
    g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_ON);
    g2d.setPaint(Color.white);
    g2d.fill(Rectangle);
    g2d.draw(Rectangle);
    //Shadow text
    g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_ON);
    shadow = new TextLayout("Shadow Text", new Font("Serif", Font.BOLD, 70), g2d.getFontRenderContext());
    g2d.setPaint(Color.lightGray);
    shadow.draw(g2d, 13, 103);
    Blur filter
    float ninth = 1.0f / 9.0f;
    float[] kernel = {ninth, ninth, ninth, ninth, ninth, ninth, ninth, ninth, ninth};
    biop = new ConvolveOp(new Kernel(3, 3, kernel));
    op = (BufferedImageOp) biop;
    image = op.filter(image,null);
    //Main text
    g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_ON);
    text = new TextLayout("Shadow Text", new Font("Serif", Font.BOLD, 70), g2d.getFontRenderContext());
    g2d.setPaint(Color.black);
    text.draw(g2d, 10, 100);

    I thought I answered that question?!
    In your code above, watch out for statement:
    image = op.filter(image,null); The resulted buffered image is new, so you are updating the reference held in variable image.
    Unfortunately variable g2d is still refering to a graphics object back by the original image, so:
    g2d.setPaint(Color.black);
    text.draw(g2d, 10, 100);renders on the first buffered image, not the second.
    Here's my code again, touched up a bit.
    import java.awt.*;
    import java.awt.font.*;
    import java.awt.geom.*;
    import java.awt.image.*;
    import java.io.*;
    import java.util.*;
    import javax.imageio.*;
    import javax.swing.*;
    public class ShadowText {
        public static void main(String[] args) throws IOException {
            int w = 500;
            int h = 120;
            Font font = new Font("Lucida Bright", Font.ITALIC, 72);
            String text = "Shadow Text";
            BufferedImage image = new BufferedImage(w,h,BufferedImage.TYPE_INT_RGB);
            Graphics2D g = image.createGraphics();
            adjustGraphics(g);
            //start off all white:
            g.setPaint(Color.WHITE);
            g.fillRect(0, 0, w, h);
            //draw "shadow" text: to be blurred next
            TextLayout textLayout = new TextLayout(text, font, g.getFontRenderContext());
            g.setPaint(new Color(128,128,255));
            textLayout.draw(g, 15, 105);
            g.dispose();
            //blur the shadow: result is sorted in image2
            float ninth = 1.0f / 9.0f;
            float[] kernel = {ninth, ninth, ninth, ninth, ninth, ninth, ninth, ninth, ninth};
            ConvolveOp op = new ConvolveOp(new Kernel(3, 3, kernel), ConvolveOp.EDGE_NO_OP, null);
            BufferedImage image2 = op.filter(image,null);
            //write "original" text on top of shadow
            Graphics2D g2 = image2.createGraphics();
            adjustGraphics(g2);
            g2.setPaint(Color.BLACK);
            textLayout.draw(g2, 10, 100);
            //save to file
            ImageIO.write(image2, "jpeg", new File("ShadowText.jpg"));
            //show me the result
            display(image2);
        static void adjustGraphics(Graphics2D g) {
            g.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON);
            g.setRenderingHint(RenderingHints.KEY_FRACTIONALMETRICS, RenderingHints.VALUE_FRACTIONALMETRICS_ON);
        static void display(BufferedImage im) {
            JFrame f = new JFrame("ShadowText");
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(new JLabel(new ImageIcon(im)));
            f.pack();
            f.setLocationRelativeTo(null);
            f.setVisible(true);
    }

  • How do you create a mirror image effect on imovie 2014?

    All the tutorials online show how to create a mirror image effect on imovie 2011, however there are none showing how to do it on the current version.

    You can't do this in iPhoto.
    In order of price here are some suggestions:
    Preview, already on your Mac.
    Seashore (free)
    _[The Gimp|http://www.gimp.org/macintosh>_ also free
    Graphic Coverter ($45 approx)
    Acorn ($50 approx)
    [Pixelmator|http://www.pixelmator.com> ($60 approx.)
    Photoshop Elements ($75 approx)
    There are many, many other options. Search on MacUpdate.
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    Regards
    TD

  • How do I create a similar line effect to this:

    I'm trying to figure out the best way to create a similar line effect to this in illustrator, any ideas?
    Thank you!

    Draw a black spikes (vertically), option drag a copy, make a blend specified steps.
    Copy paste in front, rotate 180 degrees, adjust position
    Draw a circle on top, use as a mask.
    Rotate all about 30 degrees.

  • How do I create a 'write on' effect?

    Hello,
    Say I had an image of some text that spelt 'TOM' - is there anyway I could animate a mask that makes it look like the image is written on?
    My logic is coming from doing the same thing in after effects but I'm aware edge animate is very different.
    Please let me know if there are anyways of creating a 'write on' effect.
    Thanks!
    Tom

    Hello Kelly,
    Here is a method that I use:
    First place a photo of a wall or floor and use "Live Trace" default
    You will end up with a black and white texture like this:
    Then Select all the white areas and delete them. If you have a lot of black texture, feel free to delete as much as you want. You can always copy and paste pieces wherever you want.
    Now Place your design on top of the texture you have created. Then send the design to the back.
    The last step is to select the outlined text and the compound shapes and apply "Subtract From Shape Area" with Pathfinder. Please note that this option does not work on CS3 from the menu (one of the hundred of bugs of this lousy version), so please use the Pathfinder Window.
    And this is the end result:
    This was a quick sample, but I am sure you can do something a lot better than this sample. I think the difficult part is to get a good photo. Maybe next time I will use a damaged concrete floor or wall photo.
    I hope this helps!

  • How would I create old, glitchy like effects like these ones?

    Recently, there have been some teasers coming out on Snap-chat for an upcoming video game that feature some creepy, hypnotic, and cool effects. They can be found here:
    Black Ops 2 has been updated with viral marketing for Call of Duty: Black Ops 3 - UPDATE 12 | Charlie INTEL
    And I was wondering if there were any experts on here who would know how to recreate these things in premiere. For instance that overlay over the video, those lines over the video, that make it look almost like its a CRT TV screen being externally filmed. Or the static etc.
    If anyone could link me to other assets that I can use to just mess up video and make it look, I don't know, any type of visual artifacting or 80s/90s video tropes/effects, or even earlier. I'm open to anything. I'm attempting to make this film into a very similar style as those quick teasers.
    Also I do understand that I am limiting things here by making this a premiere thing. But I am a completely lost child trying to land on the moon when it comes to After Effects, so keep this premiere please. I do understand this kind of limits this stuff to mostly overlays or presets or other things that are for the most part already created. But im open to anything.
    Thanks and I hope you guys have some good ideas.
    TJ

    to further encourage your creativity:
    you can also export screenshots of your video and manipulate them, then reimport them and play with blending modes and/or mattes...
    Did you know that you can manipulate and distort image files by opening them in a text or audio editor?
    (for the latter you may have to change the file extension to .txt or another text format... then back to .tiff or jpg)
    Here's some ideas:
    Tutorial on Databending and Glitch Art | Critique Collective
    or for a cheap quick and easy way, throw your jpg screenshots through here:
    image glitch experiment
    And hey, go crazy, be creative, have fun!
    the most versatile and controlled way i know of is still RG Universe...

  • How would I create this sort of effect?

    I have attached an image and I need to know how to create this sort of border around a text....
    If anyone could give an "idiots" guide that would be great!!
    I really have tried but don't seem to be getting anywhere and i'm sure there's an easy shortcut somewhere.

    You can have a stroke that fills in the open spaces within ("the counters") by adding a pathfinder effect to the mix - I wrote up a tutorial here: http://www.illustratorhints.com/2010/05/fill-in-the-counters-on-live-text/
    Actually, that shows your whole question I think - I used offset fills instead of strokes, but the idea is the same.

  • How do I create a film projector effect?

    I have some text in photoshop and I want it to appear as if it's being projected from behind. So I want to create a blurry skewed version of the text behind it.  Anyone have any suggestions on how to achieve this?I tried just blurring it and using the transform tool, but that doesn't look right.
    Thanks in advance!

    Thanks Christopher, using Smart Objects is a good suggestion.  But I'm struggling to figure out what combination of effect(s), styles, etc. can achieve the look I am going for.
    I can't find a great example of what I want, but this is a good reference image:
    But I want my text to be in the foreground and a "beam" of light coming up from below appearing to project the text.

  • How do you create this dithered pixel effect?

    hey guys really need to figure out how this image was created...
    firstly was it done in photoshop? if so with what techniques? i tried using indexed colour in the image>mode, with palette>uniform, dither>pattern but still didnt get the high quality that these guys got. i tried saving as a gif/png with pattern option selected in photoshop and illustrator, still did'nt succeed. Was this done using pixelbender? or some type of plugin? anyhow, really need to figure this out. appreciate any help you guys can provide. thanks.

    Hey again,
    I thought i had everything worked out the first time, though as it now turns out, I did'nt. At the outset, let me just say that the overlay of the upper layer with halftone/dither worked just fine and absolutely no problems there. However, I am having a lot of difficulty in getting the lower layers to look right. The main issue for me is the colour/coloured glow? on the lowest layer and then the layer with code on it.
    For the layer with code on it I would really like to get the same colours and style that is used on the Reference image that I uploaded. For that i tried print screening an image of source code from a random website and even a print screen of code on 'style editor' (i am using Firefox). Inverting that print screen layer and/or then adjusting all kinds of settings like hue/saturation, channel mixers, curves, modes, etc. etc. just didnt help. I tried print screening from Dreamweaver-no luck. also tried copying the text and pasting into photoshop and adding lighting effects like blue omni etc...still nothing like the reference image. So i'm stuck there.
    Secondly, the Coloured layer(mostly blue)-I'm able to get those thin blue and coloured streaks just fine using a brush with colourdodge mode etc. and blurring. However the main blue 'blur' is still hard to create. I tried filling a separate layer above with blue and then motion blur followed by eraser at the edges but can't for example, get the change in colour of text at the bottom left corner to that burn effect among all the other things(using burn did'nt help). Anyhow to make a long story short...stuck here as well.
    Any help you guys can provide will be much appreciated! Thanks again for taking the time to help out.
    P.S Please click on the image to see it without forum downsampling.

  • How can I create a photo shutter effect in FCP?

    How do I make an effect like a photo is being take during footage playback. I've done the effect before but when the picture "blinks" I want to see a white flash instead of a black one. Is there a way to change the color to white?

    If I'm understanding correctly, use "Dip to color dissolve" with adjustments to the percentage of opacity at the start/end and threshold should do it.
    Change the color from default black to white and adjust the length of the transition to simulate the quickness of the flash. Split the clip where you want the effect and add transition, set to 'edit on center'.
    Hope it helps

  • Creating new folder ripple effect in other folders

    I was in the RoboHelp 7 Project Manager pod. The HTML Files (Topics) folder was highlighted. I right-clicked and selected New > Folder.
    I named the new folder Assets and pressed Enter to create the folder. All on its own, RH created an Assets folder under the Images, Multimedia, Style Sheets, and Baggage Files folders.
    Not only that, but every folder I created under the Assets folder was also duplicated under the  Images, Multimedia, Style Sheets, and Baggage Files folders. AND, if I try then to delete one of those folders, either a.) the Delete option is not available on the right-click menu or b.) When it is available and I select it, ALL instances of the folder are deleted.
    Why did RH create multiple Assets folders and why can't I create a single folder under only the HTML Files (Topics) folder?

    Hi there
    This is perfectly normal. You need to understand that the Project Manager is simply RoboHelp's way of organizing the different project assets. Think of it as perhaps "filters" that are only showing you files that are used. For example, when you look at the files and folders of the project in Windows Explorer, you will never see a folder named "Baggage Files" or "Style Sheets". And if you create a folder, even though you see it in Baggage Files, Images, Cascading Style Sheets and HTML Topics, it's only on your hard drive once.
    Hopefully this helps... Rick
    Begin learning RoboHelp HTML 7 within the day - $24.95!
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

Maybe you are looking for

  • Capturing VHS with converter?

    When using my Canopus converter (FireWire) to capture to FCPX the clips are auto split into like 30 second (not sure how long) clips which does not make sense for archiving these old projects. Is there a setting to make it continuous?

  • ORA-01950

    Hi All, My DB Version: 10.2.0 OS: Solaris 5 Hi while one of my user trying to create a table he is getting below error: create table emp 2 (ename varchar2(10)); create table emp ERROR at line 1: ORA-01950: Message 1950 not found; No message file for

  • Asking for purchasing reqistioner no. while making production order

    dear all asking for purchasing reqistioner no. while making production order.how do get rid of this reqisitioner no. option from production order. regards manish sharma

  • Download to SD card T2

    Hello, I can download from a third party software directly to the T2, but it continuously fails if I try to download to the SD card...I am trying to download the software to a 2gb Kodak memory card. Any advice? Thanks  Post relates to: Tungsten T2 Th

  • TS1398 How can I get the verify server page to appear, again?

    Accidentally dismissed pop-up about server verification, now I cannot connect to wifi. How do I get pop-up to reappear? I have pushed "forgot this network multiple times, turned phone on and off, reset network settings, all to no avail. Suggestions?