How can I remove the rectangular white space behind the extracted image

How can I remove the rectangular white or chequered space behind the image after i have extracted it from a photo, then save it as a separate image?
Any easy steps advice would be good1
Thanks

Hello Josh:
Short answer - I do not know of any Safari setting. I suppose you could save the page as a PDF file and play with it there.
Barry

Similar Messages

  • How can I remove apps no longer wanted from the cloud

    How can I remove apps no longer wanted from the cloud? they are not used any more and taking up space.

    Welcome to the Apple community Mickeymom.
    The apps are not actually in your iCloud storage, they are links to the apps in the App Store. What you are seeing is your purchase history and as such cannot be deleted.
    You can however hide your purchases, which you can do from the QuickLinks > Purchased option from the main page in the iTunes Store on your computer.

  • HT204266 How can I remove my credit card information from the app store?

    How can I remove my credit card information from the app store?  I would like to have an account without the credit card information.
    I would like to put in my credit card only when I am ready to purchase. 

    On your computer's iTunes you should be able to edit your payment info by going into the Store > View Account menu option and logging into your account, and on your account's details page there should be a payment link.  If you are doing it on your phone then tap on your id in Settings > iTunes & App Store and tap 'View Apple ID' on the popup - that should also give you a payments link on your account's page.
    Changing payment info : http://support.apple.com/kb/HT1918
    If you don't get the 'none' option on the payment details screen then do you owe iTunes anything or have any pre-orders/subscriptions due : http://support.apple.com/kb/TS5366 ?

  • How can I remove u0091*u0092 s and display the amount

    My coding
    T1  TOTAL,,,,,,&REGUD-SWABZ&    &REGUD-SWNES&
    Doubt :
    REGUD-SWNES is the value coming from structure REGUD,
    But the value is coming as **********70.250,92
    But I need to display as 70.250,92
    How can I remove ‘*’ s and display the amount ?

    Not sure why it is coming like that.   Is the field length big enough? 
    I guess, you could try....
    translate REGUD-SWNES using '* '.
    condense REGUD-SWNES no-gaps.
    But again, I have no clue as to why you are seeing this.
    Regards,
    Rich Heilman

  • How can I remove previous results from a process on an image

    I am doing a circular edge detect and allowing the user to move the ROI and change the settings on the fly. After a change I do another edge detect and all of the previously found circular edges remain on the screen. How can I remove those?

    These are overlays generated by the edge detection routines. You can remove them just like any other overlays. The function is IMAQ Clear Overlay.
    Bruce
    Bruce Ammons
    Ammons Engineering

  • How can I remove all non alpha/space characters from a string

    Subject changed by moderator.  Please use a meaningful subject in future.
    Hi all,
    Can anyone tell me.
    how to get only alphabets & spaces from the string..
    suppose..
    raj*&{]afhajk ajkf_+#fkh jah jka7767jk hhha
    I need only
    rajafhajk ajkf fkh jah jkajk hhha
    thanks..
    Rajeev
    Edited by: Matt on Feb 17, 2009 3:36 PM

    This will work.
    CONSTANTS:
      sm2big(52) VALUE
        'aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ'.
    DATA:
      str_out(60),
      str_in(60) VALUE
      'raj*&{]afhajk ajkf_+^#^fkh jah jka7767jk hhha',
      my_len          TYPE i,
      pos1            TYPE i,
      pos2            TYPE i.
    START-OF-SELECTION.
      COMPUTE my_len = strlen( str_in ).
      CLEAR pos1.
      CLEAR pos2.
      WHILE pos1 LT my_len.
        IF str_in+pos1(1) co sm2big
        OR str_in+pos1(1) EQ ' '.
          str_out+pos2(1) = str_in+pos1(1).
          pos2 = pos2 + 1.
        ENDIF.
        pos1 = pos1 + 1.
      ENDWHILE.
      WRITE:/ 'String In', str_in.
      WRITE:/ 'String Out', str_out.
    and the output
    String In      raj*&{]afhajk ajkf_+^#^fkh jah jka7767jk hhha
    String Out   rajafhajk ajkffkh jah jkajk hhha            

  • HT1918 how can i remove my credit card details from the iphone

    I fed my friends credit card details on my iPhone to purchase some apps, but whenever i am buying anything now on, the system does not prompt and the amount gets deducted from my friends account. Need to know how to remove the credit card details from the account.

    From that HT3702 page :
    If you update your billing information, the iTunes Store or Mac App Store will place an authorization hold on your payment card account, usually in the amount of 1 USD or the local currency equivalent, to verify your account information.
    You might see authorization requests on your online statement. These requests aren't actual charges; they are tests to confirm that your payment card account is active and has available funds to accommodate transactions. Authorization holds are removed by your financial institution shortly after your purchase clears. The time it takes to remove authorization requests varies by financial institution.
    The number of days that it takes to diappear varies by bank, but it's usually a few days - though with the weekend coming up it might take an extra day or two

  • How can I remove Norton 360 Safe Search from the Norton Tool Bar? There's no options button or toggle in 360.

    I have upgraded Norton 360 to 2013 on my desktop PC, and now I can't get rid of the Safe Search pane in the Norton Toolbar in Firefox 21. Previously I'd been able to turn it off.
    I can't find a button on the toolbar (I checked the circle logo), and no options in the Norton Settings, and I've tried to find something on this via Symantec but had no luck, except being asked to join the Norton Family service when I don't have any children!
    Can I edit Firefox About:Config to get rid of it? I have Firefox 23 on my laptop, which I upgraded from Firefox 14 immediately after I'd upgraded 360 to 2013 (the day before my desktop), which also had the Safe Search pane removed before the installation, and that is unchanged. Both run on XP SP3.
    I can't believe that simply upgrading Firefox again to 23 will fix this, as there is no Options button on the Norton Toolbar running on the laptop either, and obviously the Settings options in 360 are identical.
    Thanks
    Kif
    (BTW, Mozilla - it's "Add Automatically", not "Automatically Add". Please don't mash my language!)

    Sorry for the long delay.
    Yes, it's in IE8 and I can't turn if off there, either.

  • How to auto-crop empty area (white space) from a scanned image

    I have a image scan operation thru' which the user can scan a A4-size paper, but the actual data on the scanned image is a small area.
    Any way that we can programatically crop the white area from the scanned image?
    Does JAI have any apis for doing this ?

    If you look at the constructor for BufferedImage, you can create an image of a size you specify. After creating the image, you can draw on it by obtaining its Graphics via the createGraphics() method. Now, you can draw the source image on the target image using something like
    imageGraphics.drawImage(sourceImage, 0, 0, targetImage.getWidth(), targetImage,getHeight, sourceUpperLeftX, sourceUpperLeftY, sourceUpperLeftX + targetImage.getWidth(), sourceUpperLeftY + targetImage.getHeight(), observer);
    now, your BufferedImage has the cropped image on it. Dispose of the graphics (good habit to release resources it used) and you are done.

  • How can I remove an app forever, even from the cloud?

    There are a couple of apps that showed up on my iPhone -- I think my offspring downloaded them after they swiped my password >:( -- anyway, I removed them from my phone, but they still show up in the App Store > Updates > Purchased.  I would like for them to go away forever and ever, mainly because the offspring share the same Apple ID for apps, and they're really not appropriate.  If someone could point me in the right direction, that would be awesome.  Thanks!

    You cannot delete them from icloud at all.
    You can hide them:
    iTunes Store: Hiding and unhiding purchases - Support - Apple

  • HT3702 How can I remove those automatic purchases without disbaling the payment details?

    my statement from the banks shows some automatic purchases from the apple store. I need to remove these without disabling my account or editting the payment details (as in remove my payment details)
    how do I do this?
    regards
    HK

    If you are referring to auto-renewing subscriptions then there are instructions on this page for managing and stopping them : http://support.apple.com/kb/HT4098

  • How can I remove or align play comand in the bottom of the movie?

    Hi guys,
    Does somebody knows how to remove or align the movie controls in the bottom of the movie?
    I insert an .aac file and added a pictures as the background of this sound.
    The problem is that the controls (play, pause, etc) are in in the middle, or better saying placed in front of the pictures and i would like to place it in the bottom or top position.
    Thanks in advance,

    Aha - I did it. Switch off Voice-over, then add a sorted playlist. Fingers crossed...

  • TS3376 how can i remove old account in my device the old owner is diedalready can open her icloud to turn off

    hos can i activate my iphone when the old account is not yet remove because the old owner is already die

    Your only option is to contact AppleCare(or Apple ID Support), upon speaking to an operator you should explain that your problem is related to your Apple ID, this way you will not be charged for assistance, even if you don’t have an AppleCare plan.
    You'll need to explain your situation to them.

  • How can you remove unwanted pop-up ads and the virus creating them?

    I think I downloaded virus which causes unwanted pop-up ads that cannot be removed.  There is only the option to minimize, not close and they continually pop-up.  What can be done to run a safe virus scan and remove the unwanted pop-ups?

    Force Quit .
    Press command + option + esc keys together at the same time.  Wait.
    When Force Quit window appears, select the application if not already.
    Press Force Quit button at the bottom of the window.    Wait.
    Application will quit.
    If this does not help, press the power button for 7 or more seconds.
    Computer will shut down.
      Relaunch Safari holding the shift key down.
    Identify and remove adware/malware
    http://www.thesafemac.com/arg/
    http://www.thesafemac.com/mmg/

  • How can I remove files that do not contain the number 1 or ~1?

    I had to convert many .avi files.  The new names all contain ~1.  Those files I want to keep and remove the originals.  There are scripts to remove files with a numeral such as 1.  I need one to remove all files without the 1 or ~1. 
    I tried using a script that removed older files, but the new files seemed to have the same created dates and modified dates so that will just delete all the files.

    Thanks for your input.  I want to keep the files with a 1 or ~1 as it happens and delete the rest.  I have written some scripts.  I think I could write a script to delete all files with a 1, but of course that is not what I want.  I guess
    I need a script to delete all files except if they contain a 1.  I haven't used a forum since way back in the PC mag days.
    Whoops..........I just realized exactly what you were telling me and used your suggestion.  I guess I was trying to do more work than I needed.  I searched for all files with a 1 in the folder and then moved them to a different folder.  Then
    I deleted the rest.  Job done.  Thanks for the help.

Maybe you are looking for