How to turn a black object into white on an image?

Hi,
on a picture. i can turn a blue object into yellow, green or any other color. and vice versa.
To do that i know 5 different ways, or combination of those methods.
1- Hue/Saturation
2- Color Balance
3- Selective Color
4- Replece Color (Similar to Hue/Saturation)
5- select the area, create a new layer, paint the selected area on new layer, blend the new layer with "linear burn".
but when it comes to black, i can't change the black to another color with any of the ways above. So i was wondering if it is possible to turn a black object into white without killing the texture. Or cleaning the object from colors, making it colorless.
best way i know so far is playing with "exposure" settings. but this time the objcet on the image is becoming blure and loosing its texture.
Here is the object i m trying to make white (or colorless). Do you know any way to do it?
i need to make that shoe as white/colorless as this one below.
Thanks!

Thanks for your help. But i wish it was that easy
i can simply select the whole shoe and do ctrl+i (short cut to invert) to invert the dark colors to white. But while it turns the dark colors into white it also turns white parts into black. which i don't want to.
it doesnt have to be plain white, i need it to be as white as possible then i can use it as a template to try different colors on it. (like the second photo i sent)
If i do it with "invert" the when i paint it the shoe doesnt look real, its because with "invert" option, light parts becomming shadow, and shaddows becoming light.

Similar Messages

  • How to turn a graphics2D object into a BufferedImage

    Is there a simple way to take a Graphics 2D I have
    drawn and turn it into a BufferedImage?
    MArk

    OK, I understand now. First of all, a subimage has to be rectangular. You can't get a subimage that's an irregular shape. If you want a transparent background, we'll approach that later. First:
    // Create a BufferedImage for your original image.
    BufferedImage wholeImage = new BufferedImage(x, y, BufferedImage.TYPE_INT_ARGB);
    Graphics2D g2 = offScreen.createGraphics();
    // Set the clip region to draw in.
    g2.setClip(...);
    // Draw your entire picture to the offscreen image.
    g2.draw(...);
    // Now we want a bounding box for your clipped region.
    Rectangle clipRect = g2.getClipBounds();
    // Get a subimage from your original image that contains the clipped region.
    BufferedImage clippedImage = wholeImage.getSubimage(clipRect.getX(), clipRect.getY(), clipRect.getWidth(), clipRect.getHeight());Now you have a subimage that has the proper bounds to contain your clipped image in the smallest rectangle possible. The second image can be written to disk. The TYPE_INT_ARGB implies an alpha channel that gives you a transparent background so there's no bounding "square" wherever you decide to draw your subimage. Does this help?
    Michael Bishop

  • I want to know how to turn a word document into a jpeg so I can put the document on Facebook as a picture. I have made posters and if I do a print screen they are unable to be read, or if i turn it into a PDF there is no save as jpeg??

    I want to know how to turn a word document into a jpeg so I can put the document on Facebook as a picture. I have made posters and if I do a print screen they are unable to be read, or if i turn it into a PDF there is no save as jpeg??

    iOS device backups are stored in your iTunes library.
    Move your iTunes library to an external drive.

  • HOW TO TURN OFF NAP TO ELIMINATE WHITE NOISE?

    RE: HOW TO TURN OFF NAP TO ELIMINATE WHITE NOISE
    Ive discovered that when ever I attempt to record audio in Logic pro 8 I get a constant white noise in the back ground. I've seen proevious posts regarding this and have downloaded the xcode developer tools but cant find the right path to locate the "nap disbale" option. I'm using  a mac pro intel 10.6.8 [snow leopard] please advice as I am going out of my mind!!...thanks

    There is a forum devoted to Logic Pro you might want to ask there.

  • How to convert a Graphics object into a JPG image?

    I have this simple question about how to make a Graphics object into a JPG file...
    I just need the names of the classes or the packages ... I'll figure out the rest of the details...
    Thanks...

    Anyway this might come in handy
    JPEGUtils.java
    ============
    * Created on Jun 22, 2005 by @author Tom Jacobs
    package tjacobs.jpeg;
    import java.awt.Image;
    import java.awt.image.BufferedImage;
    import java.awt.image.RenderedImage;
    import java.io.BufferedInputStream;
    import java.io.BufferedOutputStream;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.OutputStream;
    import javax.imageio.ImageIO;
    import com.sun.image.codec.jpeg.JPEGCodec;
    import com.sun.image.codec.jpeg.JPEGEncodeParam;
    import com.sun.image.codec.jpeg.JPEGImageDecoder;
    import com.sun.image.codec.jpeg.JPEGImageEncoder;
    * Utilities for saving JPEGs and GIFs
    public class JPEGUtils {
         private JPEGUtils() {
              super();
         public static void saveJPEG(BufferedImage thumbImage, File file, double compression) throws IOException {
              BufferedOutputStream out = new BufferedOutputStream(new FileOutputStream(file));
              saveJPEG(thumbImage, out, compression);
              out.flush();
              out.close();
         public static void saveJPEG(BufferedImage thumbImage, OutputStream out, double compression) throws IOException {
              JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(out);
              JPEGEncodeParam param = encoder.getDefaultJPEGEncodeParam(thumbImage);
              compression = Math.max(0, Math.min(compression, 100));
              param.setQuality((float)compression / 100.0f, false);
              encoder.setJPEGEncodeParam(param);
              encoder.encode(thumbImage);
         public static BufferedImage getJPEG(InputStream in) throws IOException {
              try {
                   JPEGImageDecoder decode = JPEGCodec.createJPEGDecoder(in);
                   BufferedImage im = decode.decodeAsBufferedImage();
                   return im;
              } finally {
                   in.close();
         public static BufferedImage getJPEG(File f) throws IOException {
              InputStream in = new BufferedInputStream(new FileInputStream(f));
              return getJPEG(in);
         public static void saveGif(RenderedImage image, File f) throws IOException {
              saveGif(image, new FileOutputStream(f));
         public static void saveGif(RenderedImage image, OutputStream out) throws IOException {
    //          Last time I checked, the J2SE 1.4.2 shipped with readers for gif, jpeg and png, but writers only for jpeg and png. If you haven't downloaded the whole JAI, and you want a writer for gif (as well as readers and writers for several other formats) download:
    //          http://java.sun.com/products/java-media/jai/downloads/download-iio.html
              ImageIO.write(image, "gif", out);
         public static void main(String[] args) {
              // TODO Auto-generated method stub
    }

  • Can i change Iphone 5 black body into white

    I want to change Iphone 5 black body into white body...Please help..

    You cannot.
    Sell your iPhone and buy a white one, or buy a case.
    Apple does not sell parts and will not exchange unless you have purchased in the last 30 days (or whatever the exchange period is for the retailer where the device was purchased).

  • How to add a ChartOfAccounts object into the database.

    how to add a ChartOfAccounts object into the database. please shows sample code
    thanks

    Dim CoA As SAPbobsCOM.ChartOfAccounts
                CoA = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oChartOfAccounts)
                CoA.Code = 11223344
                CoA.ExternalCode = "a1234"
                CoA.ForeignName = "f Test Account"
                CoA.Name = "Test Account"
                CoA.AccountType = SAPbobsCOM.BoAccountTypes.at_Other
                CoA.ActiveAccount = SAPbobsCOM.BoYesNoEnum.tYES
                CoA.FatherAccountKey = 100001
                If CoA.Add <> 0 Then
                    MessageBox.Show(oCompany.GetLastErrorDescription)
                Else
                    MessageBox.Show("Added Account")
                End If
    Remember the father account key must be a valid account number in the company where you are trying to add the new account.  (The G/L Account code seen in the SBO client)

  • How to turn a pdf file into excel document and keep original format

    I Have an excel bid form that i use all the time ,then i convert it into a PDF  And once in a while i need to add something to it  I paid for acrobat but when i try to turn the PDF back into an excel document the format is changed , the columns are in the wrong places And it does not look at all like the original excell form is there any thing i can do to  fix this If not this will be useless to me  any help appreciated

    A PDF does not contain any spreadsheet, word processing or page layout file format information.
    No "format", columns, rows, etc.
    "When you create a PDF, you’re painting a picture. Your paintbrush is the is the result of a combination of the software used to create the source document and the software you’ve chosen to convert your source document into the universal electronic document format we all know as PDF.
    Like the painter’s brushstrokes, each character, each line and each image is fundamentally independent, but they can interact with each other to produce particular visual effects. On the PDF page, objects are connected by a coordinate system and not a lot else. There’s no logical, semantic connection between the letters comprising a word; characters simply happen at a series of locations on the rendered page.
    As originally designed, PDF is fundamentally a system for painting objects onto a page, plus a whole lot of other features we aren’t talking about right now! There’s no innate concept of words, sentences, paragraphs, columns, headings, images, tables, lists, footnotes – any of the semantic structures that distinguish a “document” from a meaningless heap of letters, shapes and colors. PDF is fundamentally about how the document appears on the page, not how it looks when abstracted from the page."
    Duff Johnson, Each PDF Page Is a Painting
    http://talkingpdf.org/each-pdf-page-is-a-painting/ 
    Be well...

  • How do I convert an Object into an Array?

    If I have an instance of type object that I know is really a DataGrid row that was cast into an object when passed to a function, how can I cast that Object to an array, such that each index of this array would correspond to the information in a given column of the row?

    @Sathyamoorthi
    Can you please explain what this function does? Essentially, what should be contained in the String?
    I printed out the string and it seems like I am getting a random row in the Object, as opposed to first or last. Why is that?
    UPDATE: I printed out the value of dataGrid0.columns[5].dataField but it just turned out to be the id of the column.

  • How to turn my macbook pro into router via a usb dongle

    hello guys,,,
    would you please help me in this matter,,,
    how could i to turn my macbook pro into router via a usb dongle, in order for my other apple products can have internet connection too.
    im connected to the web via vodafone usb dongle.
    thank you!

    System Preferences>Sharing>Internet Sharing. Your MBP needs to be on all the time and not sleeping.

  • How to pass a locale object into another function?

    Greetings,
    i like to pass a locale object into another function. These are my code below
    import java.util.*;
    public class Locales{
         public static void main(String[] args){
              Locale locale= new Locale("EN", "US");
              convert(locale);
    public void convert(Locale convert)
         String language = convert.getDisplayLanguage();
         System.out.println(language);          
    }I got this error:
    Locales.java:6: non-static method convert(java.util.Locale) cannot be referenced from a static content
                    convert(locale);
                    ^How do i correct it?
    Thanks

    Did you bother to do a search?
    Did you bother to read any of the material that the search would have linked you to?
    If you had then you would be able to understand where you are going wrong and how to fix it yourself. Instead of being spoonfed by us.

  • How to turn an old laptop into a jukebox

    hi all!
    because this is my first post, i just want to say that i really like the arch community. didn't need to post anything until now, but since i switched to arch (2-3 years ago), this forum & wiki always helped me. so thanks!
    ok - i want to turn an olld laptop into a jukebox for partys. it is an acer aspire 1692 (Pentium-M 740 1.73GHz, 512MB RAM, 80GB HDD, ATI Mobility Radeon X700 64MB). so what i want is nothing than a fast system, playing the music. the music player should have the following (very basic) features: shuffle, fading, queuing, music library and fastness. my current music library contains around 19000 songs (~100gb). i think i would like to use openbox. but i still can't find a music player. i really like mpd but there is no such feature like queuing (for example, having a playlist, and then adding a song as the next song to be played in the cue, and then continue with the playlist).
    any suggestions? comments?
    thanks!
    hooch

    I would like to see you fit 100GB worth of music into an 80GB HDD ;P
    Are you saying none of those https://wiki.archlinux.org/index.php/Co … ions#Audio fits your needs?
    I would pause mplayer playing the playlist and open another one to play just this track, then return to the first one and continue with the playlist :-) I don't think mplayer supports fast handling of music libraries of ~100GB-size though. How about http://www.clementine-player.org/ ?
    Last edited by karol (2010-12-15 15:35:15)

  • How to get customer-specific objects into PCUI ?

    Hello,
    we want to get an Z-table as tab page of the business partner-application into PCUI. It should 'only' be possible to create new entries - today there is no need to modify or delete records.
    Does there exist something like a "cookbook" on this task or has anyone of you experience how to get customer-specific objects (without using EEWB) into PCUI ?
    Thanks in advance
    Martin

    Option 1:
    If you are good in ABAP.
    You can add new tab in which create a new Field group. Assign it to a model access clas in which handle the table update.You can get the details in PCUI cookbook itsel.
    Option 2:
    If you are good at java
    Develop an FM to update the table.
    Call the FM from webdynpro
    Include this webdynpro as HTML viewer in PCUI.
    Regards,
    Abdul Raheem S

  • How do u pass an object into a method

    I want to create a method getData that takes an object of type Helper and returns an object of the same type.
    how do u pass objects into a method and how do u get objects as returns im a bit confused

    That will just allow you to pass a parameter. If you want to return a helper object
    Helper paramHelper = new Helper();
    Helper someHelper = callMethod(paramHelper);
    public Helper callMethod(Helper hobj) {
        //<some code>
        Helper retHelper = new Helper();
        //<blah, blah>
        return retHelper;

  • Maps: how to turn a dropped pin into a favorite

    For iPhone iOS 8: The User Guide doesn't tell how to do this. Have dropped a pin at the current location but can't figure out how to turn it into a favorite. And then once you have a list of favorites, how do you access them?

    Yes I had the same problem on the iPad with the new Apple Maps.
    I have found that pins dropped by holding your finger on the map can be removed by the method described by the previous answer (from the Inofo panel) but pins that have been dropped by searches cannot be removed this way. To remove these pins clck on the search field and then in the top left corner of the 'Recents' list you will see 'Clear'. When you click on this you can clear all recent searches and all the drop pins associated with these searches should be cleard too. Trouble is it only 'clears all' you cannot 'swipe' to delete one at a time or 'Edit' the list.
    Hope this helps.

Maybe you are looking for

  • Search Box Problems in Dreamweaver

    HI I am having a really stupid problem with my search box.  I have created a form which has a drop down list for 'Positions' and one for 'Location' and then I have a keyword search field.  The keyword search field works fine but I am struggling with

  • Installing oracle developer suite under a different oracle home than the DB

    I have Oracle 10g r2 installed on a RHAS4 server. I installed Oracle developer suite 10.1 on this server. In the installation procedures, there are specific instructions to not install it under the ORACLE_HOME for an existing database installation. O

  • Why does my lock screen never shut off?

    When  I click the lock button, my lock screen will stay on forever unless I click the lock button again. Also, if I get a text and I don't know about it, my lock screen will stay on and drain my battery until I notice I got the text. Once I didn't no

  • Quark to InDesign conversion?

    Does anyone have any experience of Quark to InDesign convertor. I am not sure if there is is just the one, or more than one, such utility. I would appreciate any feedback on which is the best product to go for; and whether it is worth the money.

  • DHCP: possible to always assign same IP addr but provide different options depending on client identifier?

    Hi, We have many diskless Linux clients that do PXE boot. Each one has a reservation in DHCP and there are 2 policies in place that should provide different boot filenames (DHCP option 067). Alas, it seems these policies are ignored and the clients s