How do I make a custom brush image in a gradient color scheme in Photoshop Elements 12?

I want to make a custom brush image in a gradient color scheme.  I know how to change the hue jitter, but I want to "paint" the image with a gradient between two colors.  For example, I have an image of an octopus that I have used to create a custom brush.  I want the top of the octopus to be hot pink and gradually fade into a deep orange at the end of the tentacles.  Everything I've looked up just colors the background.  Thanks in advance!

Try the following:
Open the octopus image
Open a Gradient Map Adjustment layer above this. There are several preset gradients, but in my version of the program I don't see one with pink to orange.
When you double click on the gradient bar in the Adjustments palette, this will open up the Gradient Editor, where you can tailor the gradient to your specifications with color and opacity stops. (see below)
This will apply the gradient to the entire picture. However, the adjustment layer has a built-in mask (the white rectangle).
Left click on this and paint with a black brush to hide the gradient outside of the octopus. If you go too far, you can correct with a white brush.
Now, as to the Gradient map adjustment layer, here is how to configure it:
http://retouchpro.com/tutorials/?m=show&opt=printable&id=132

Similar Messages

  • How do you make an array of image icons and then call them?

    How do you make an array of image icons and then call them, i have searched all over the internet for making an array of icons, but i have
    found nothing. Below is my attempt at making an array of icons, but i cant seem to make it work. Basically, i want the image to match the value of the roll of the dice (rollVal)
    Any help would be greatly appreciated, some code or link to tuturial, ect.
    /** DiceRoller.java
    * Roll, print, Gui
    import javax.swing.*;
    public class DiceRoller extends JFrame
         private ImageIcon[] image  ;
         public String[] images = { "empty", "dice1.jpg",
                   "dice2.jpg", "dice3.jpg", "dice4.jpg",
                   "dice5.jpg", "dice6.jpg" };
         public Dice die;
         private int rollVal;
         public int rollNum;
         private JLabel j1;
         public DiceRoller(){
              j1= new JLabel("");
           die =new Dice();
           int rollVal;
           rollVal = die.roll();     
           image = new  ImageIcon[images.length];
         for(int i = 0; i < images.length; i++){
          image[i] = new ImageIcon(images);
         if (image!=null){
              j1.setIcon(image[rollVal]);
         System.out.println("Roll = "+die.roll());

    Demo:
    import java.awt.*;
    import java.net.*;
    import javax.swing.*;
    public class IconExample {
        public static void main(String[] args) {
            EventQueue.invokeLater(new Runnable(){
                public void run() {
                    launch();
        static void launch() {
            try {
                Icon[] icons = new Icon[6];
                for(int i=0; i<icons.length; ++i) {
                    String url = "http://www.eureka-puzzle.be/cast/images/dice" + (i + 1) + ".jpg";
                    icons[i] = new ImageIcon(new URL(url));
                display(icons);
            } catch (MalformedURLException e) {
                throw new RuntimeException(e);
        static void display(Icon[] icons) {
            JPanel cp = new JPanel();
            for(Icon icon : icons) {
                cp.add(new JLabel(icon));
            JFrame f = new JFrame();
            f.setContentPane(cp);
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.pack();
            f.setLocationRelativeTo(null);
            f.setVisible(true);
    }

  • How can I make a custom book size in iBooks Author

    How can I make a custom book size in iBooks Author?

    Book sizes (Landscape or Portrait) are fixed when using iBooks Author.
    Covers, however, can be square.

  • Adobe pro - print settings: How do i make a custom page size list, which i can copy to my other comp

    Adobe pro - print settings: How do i make a custom page size list, which i can copy to my other computers who have adobe pro installed?

    your right.. i ment acrobat pro :-)
    my problem is that i use the PDF printer to export CAD drawings as PDF´s.
    As it is now, there are some pre-defined page sizes in the print settings, and i know i can add custom pages manually one at a time.
    What i want is to copy the list of my danish standard page sizes, and use them on my other versions of acrobat.
    Its like 70 different sizes, and i have them made manually on my current computer, but i hope its possible to copy the list to other computers.
    Maby its some script where i can define the sizes, and then copy to another computer. Im just not that much of a computer genius :-)
    Hope i got through this without to many spelling mistakes...
    Thanks for helping.

  • When I print a webpage from FF how can I make the text and images bigger?

    I am trying to print an eticket for a flight. The text on the schedule comes out too small and the UPC symbol's black lines look ganged together. I know I can view it zoomed up, but how do I make the text and images stay zoomed so they will print out that way?

    I upgraded but the problem remains. At least with Firefox I do have the option to print a selection even if it mangles the top and bottom lines. With Safari or Chrome I have no option to print a selection. At the moment the only way to get a complete copy of the selection is to copy to openoffice etc and print from there.

  • 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...

  • How do I do to import my key words to all my photos from photoshop elements 10 organizer to  to bridge ?

    How do I do to import my key words to all my photos from photoshop elements 10 organizer to  to bridge ?
    I have downloaded photoshop CC and Bridge to test it but can not find out how to get my key words I have to all my photos, in to bridge.
    Or it can not be done ?

    Good day!
    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements
    and Bridge related one at
    Bridge General Discussion
    Regards,
    Pfaffenbichler

  • How to make a custom Linux image public, so that 3rd parties can use it to launch VMs?

    Is there a way to make one of my own custom Linux image public, so that 3rd party individuals can get it and use it to launch VMs? e.g. similar to AWS's Community AMIs?
    I currently has a custom Linux image, and when I tried to launch a VM, I can find it in "MY IMAGES" under the Gallery.  What should I do so that the 3rd party individuals can see and use this image to create VMs.
    Thanks in advance....

    I just posted similar question. With VM Depot, we still need to download image from VM Depot to our storage(which is time consuming) and then register the image with Azure. Then we can start to launch VM with the custom image. 
    Imagine we have multiple customers, each need to download custom image to their storage in order to launch VM, it could be both time and bandwidth consuming. 
    Wonder if you can do it as AWS community AIM way, we post the image there and customer can directly create instance from there without downloading the image to individual storage.

  • How do i make a customer service complaint.

    How do I make a complaint about a webchat operator phoning my home number to tell me off after I had filled in a survay about him. He was really rude and its really creepy to have him phone my home number to tell me off.
    There is no customer complaint no. I can find or option on any of the menus in the automated call.
    Bt must have a duty to provide a customer complaints department.
    Anyone I get through to on BT tell me they can't find it in their database. I have just been told by a BT operative to look it up in the yellow pages.

    Hi Vhon,
    Welcome and thanks for posting!
    I'm sorry that you felt the advisor that called was rude to you.  You can't find that option because whatever department you speak to should be able to address and deal with your complaint.
    Send us over the details and we'll get you sorted from here.  Click on my username and under the "about me" section of my profile you'll see the link to get in touch with us.
    Cheers,
    Robbie
    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 that 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 :-)
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • How do I make all of the images of the icons show in Safari Favorites?

    I am running the Yosemite Safari and when I click the Favorites bar some of the links don't have the images (look at attached photo). How can I make the image for the website appear?
    See how the Gmail, Youtube, Google, Google News all don't have icons? Thank you for your help!

    Try emptying caches.
        Safari > Preference > Advanced
        Checkmark the box for "Show Develop menu in menu bar".
        "Develop" menu will appear in the Safari menu bar.
        Click Develop and select "Empty Caches" from the dropdown.
        Delete Caches.db
        Close all windows and quit all applications.
        Hold "option" key down and click "Go" menu in the Finder menu bar.
        Select "Library" from the dropdown.
       Library > Caches > com.apple.Safari > Caches.db
       Right click the Caches.db file and select "Move To Trash.
       Close windows and relaunch Safari.

  • How Can I Make Acrobat Not Resize Images?

    I am trying to turn around 80 images into the pages of a PDF file. The pictures are saved as JPEGs and have the exact dimensions I want them to have as pages of a PDF. When I turn them into a PDF in Acrobat Pro 9 they get resized so when viewed at 100% the text looks like crap. I want to know how I can make Acrobat not mess with the dimensions of my pictures when turning them into a PDF. I make the PDF by clicking the Create button and selecting Merge Files into a Single PDF... . I then drag and drop the pictures into the window and click Combine Files. I have tried all three of the File Size settings and all of them turn out wrong. How can I make this expensive program work the way I want it to by doing htis simple thing right?
    I have attached two files, the first of one of the images that will make a page viewed in windows picture and fax viewer at the original size. The second is a screen shot of the messed up PDF with blurry text, viewed at 100%. I want the text in the second picture to look just like the text in the first.

    I am not trying to justify Adobe's choice, just an explanation of what may have happened. When one asks for 100%, there is a question of by pixel, by inches (cm), or by size on the screen. These are interpretations and the fact that MS and Adobe interpret them differently is not surprising. However, I think that what you are seeing is a result of the pixel display issues on the screen and with proper sizing, they should appear the same (at least I think). In Acrobat, there is also a smoothing feature under the display preferences that may be an issue and is related to how it extrapolates for the pixels.

  • How do you make a custom button that is Invisible When not selected

    Im just recently switching over to using a mac for authoring. I really like all the features in DVD Studio more than what i was using on a PC for the past 6 years. Which was ulead DVD Workshop 2.
    The only problem im having (For Now) is that i cant make my custom buttons invisible. I made this little black shape thing in photoshop and i want to use it in DVDSP for selecting different tracks.
    I thought all i had to do was just save the black shape with a transparent background in photoshop as a .psd and import it. But that didnt work.
    When i change episodes it just stays black the whole time. I want something that will be invisible when it is not selected.
    please help
    I can send someone my little shape if they can make it a usable button that i can make invisible in dvdsp. I really need to see the layers done with a shape as a button to see how they were able to make it invisible.
    i tried a few tutorials but instead of being invisible all i got was a shape that was stuck white the whole time. this is even when i put the opacity to 0 on normal.
    I want to make this into a button
    http://img694.imageshack.us/i/custonbutton.png/

    Ok, what you want to do is also in the same tutorial. See the section on "Advanced Highlights" (again, avoid the sections on layered menus), You can create an overlay that does have two colors. The bad news is that there will be absolutely no anti-aliasing at all. This means your graphic will be extremely pixelated. This is just the way the DVD specs are set up, so there is no way around it.
    Given that I would highly recommend redesigning your overlay. Take a look at variety of DVDs from Hollywood. See what they are doing in their menus. You can do anything they are doing, but you will notice that the overlay is very simple because of the limited anti-aliasing of DVDs. In all the years that I've been watching DVDs I've only see one DVD use two colors in the overlay, and that was the Jim Carey "The Grinch who Stole Christmas."

  • How does one make very large brush strokes of several inches wide. I could do this in the previous version of Apurture.

    I just upgraded my Aperture app but now it will not allow me to make inches wide brush strokes when I need to lighten, darken or other adjustments. In the previous version I could make inches wide adjustments. I really need to do this again. How can I do this?

    The brush size is measured in pixels.  The maximum is 1,000 px.  If you have any pixel-filtering turned on, the maximum size drops to 200 px.  In the Brush HUD, make sure "Detect Edges" is un-checked, and that "Brush Range" is "All".

  • How Can We make video files of images in Flex

    Hi
          Can Any body tell me how can i make a video file of images in flex.Please tell me wether its possible in Flex. to combine images to make a video file.
    Regards
    Vineet osho

    Ok,
    Let me take this example.
    Supposing A vendor with 3 AP open items, B vendor with 2 AP open items.
    When making a payment proposal, SAP shows only 2 lines, namely, collected by vendor code.
    Looking at DME file, however, it shows 5 lines which means all individual open items.
    What we want to make is 2 lines in DME file, which means grouping invoices by vendor in a DME file.
    Hope it makse sense.

  • How do you create a custom brush "shape"?

    I want to create an effect of a large paintbrush moving across the screen.
    Is there any way to create a custom brush "shape" to do this using the Paint tools? I can't find anything obvious in the help on how to do this.
    Thx
    Kevin

    Or, if you have Trapcode Particular, define your shape as a custom particle. The painting could then be controlled by animating the emitter position or defining a motion path by ways of a 3D light as an helper item.
    Mylenium

Maybe you are looking for

  • HT201303 i forgot my answer of my security question , how can i recover or change it?

    help me please!

  • Open suse 11.2 or 11.3 on G530 ?

    Hi, Has anyone tried Open suse 11.2 or 11.3 on G530 ?. Any suggestions ? Many thanks Moderator edit: Added detail to subject.

  • DB Connect Simple question

    Hi pLEASE tell me where can i PUT THE INFORMATION PROVIDED BY database administrator of the external application WHO provides the user name, password, and connection information. i NEED to put the connection information into a file called tnsnames.or

  • Printing white on colored paper

    I am trying to print a black and white photograph on stationery with a green plaid background. The plaid shows through on the white portions of the photo. I tried putting a white layer behind the photo with 100% opacity but it didn't work. I haven't

  • INTERNET ISSUE- CANT LOG ONTO ACCOUNTS

    MY INTERNET WORKS, IT WILL LET ME GO TO WEB SITES BUT WHEN I TRY TO SIGN INTO FACEBOOK OR ANY OTHER ACCOUNT I HAVE THEN IT DOES NOTHING.  IT WILL HIGHLIGHT WHEN I CLICK LOGIN BUT THEN NOTHING HAPPENS. PLEASE HELP ME FIX THIS PROBLEM