If you want it to be on a transparent background, open the image you want to be cut out, and make a new layer. Move the new layer behind the original image. Render the image and cut out all you do not want. Make sure you save the file as a PNG file or the transparency will not stay there.
Well, first you have to make the non-transparent image transparent. go to colors>color to alpha the select the background (you can use the color picker tool by clicking the white bar and then the eye-dropper icon to the right of the HTML notation box) color of the non-transparent image. after you pres OK, the background color will change to transparency and you'll be able to see the layer beneath.
- Open "Edit Profile" - Select "Customize" - At Customize CSS just fill this :body { background-image: url(your image url); background-attachment: fixed; background-position: top center; background-repeat: no-repeat; background-color: transparent; cursor: ; } example :body { background-image: url(http:/www.de-angel.com/Friendster/FS.GIF); background-attachment: fixed; background-position: top center; background-repeat: no-repeat; background-color: transparent; cursor: ; }
Convert it to a format that does not support transparency (for example jpeg) or use a tool to edit the transparent pixel value.
Normally delete the background in the image then when saving, save with the transparent option checked. This will give you a transparent background. PNG is different than GIF format because with PNG you get 256 levels of transparency which allows you to smoothly blend your image to the page background on a webpage. GIF has only one level of transparency so you get a pixelated edge to your image.
There's this website that I use its called pixlr E
In the CSS for your element, you need to enter {background-color:transparent;} You might also need {background-image:none} depending on what's going on already. If you want to add a semi-transparent background, a PNG with the alpha channel saved is your best bet. Then just use the background-image declaration.
<p style="background-image: image.img"> Replace image.img with your image.
To change a clip art to a floating object, you can remove the background or convert the image to a transparent PNG format. Once you've done that, you can place the image onto any background or design where it will appear to "float" without a visible background.
# Create a new document any size you want and set the background contents to "Transparent". # Create a new layer. # Place the image you want to be transparent on this new layer (Layer 2). # Lower the opacity of this layer to make it as transparent as you want. # When you're finished, save the image as a ".png". # Done!Hope this helps!
first u select the object then go to image menu and choose the trim command. important:- background will be transparent then it will be work, because trim work only in transparent bg.
Assuming you want a transparent background: 1. Create a new image [File > New Image] -make sure you have "Transparent" selected 2. Open your image as a new layer [Layer > Open Image as a Layer (or URL/Library)] 3. Use the magic wand tool to select the white area -you may need to adjust the Tolerance level -you may need to use the Ctrl and/or Shift buttons to add or remove selected areas 4. Go to Edit and Cut, or just hit the Delete button 5. The area will now have be checkered grey and white which means it is transparent. Repeat steps 3&4 until all the white areas are removed 6. If you wish to retain the transparent background, save as a .png file