White image on transparent background

I have an image with white components which I want to save as
a gif with transparent background but fireworks wants to export the
white as transparent. Is there a way round this? Many thanks,
Alex

Two options come to my mind:
1) Set the transparency to No Transparency as Alex said. Then
choose a background color that you do not need as a color as well.
Then in the optimize panel, look in the bottom left and notice the
three buttons with checkered backgrounds. The one with the plus
icon lets you choose a transparent color by hand. Select that, and
click the background color.
This way you can make the transparent be any color you want.
The problem with this is it might be hard to find a color that
isn't also in your image, and you might not *want* to change the
background color(since this will affect your image possibly).
2) Use 'Alpha Transparency'. This is usually used for image
formats, like PNG, that support full alpha transparency, but you
can use it with a GIF in a way to: set your canvas background to
Transparent(no fill), then choose Alpha Transparency for you GIF.
Notice that now in Preview mode that only the background is
transparent. You can then control the "matte" color in the Optimize
panel to simulate as if there was a solid background color for
semi-transparent areas, since semi-transparency can't be in a GIF
it has to make it a solid color blended against a background
color.

Similar Messages

  • Giving a black and white line work image a transparent background

    I am working in Photoshop CS4 (mac).  Currently, the image is comprised of black line on a white background.  How do I go about giving the image a transparent background?

    A day later, I have still not figured out how to accomplish what it is I am trying to do. 
    I have not yet tried what you have suggested in the last post and am about to go at it once again.  I should mention two things.  1. My  goal is to drop this image into InDesign (cs4) when completed. 2. The image has interior space betwen the line work/image itself that I would like to contain transparency.  Not sure if I am being clear here. The issue lies in when I actually drop the image into InDesign.  While the image appears to already have a transparent background, once it is dropped into InDesign, the image then assumes an opaque/white background.

  • Printing Images with Transparent Background

    Sorry if this question has already been asked, but I couldn't find anything similar to it in a search through the archives.
    I have a couple of images with transparent backgrounds in a document, much like the shells and the blue flowers in the "Classic Brochure" template in Pages 2.0.1. These images show up perfect on the screen, and when printed as .pdf files, but when I print to either an hp color laserjet 4600 or an hp laserjet 1320, the images show up with a clear box around them; the colors under the box (where it should be transparent) are faded and slightly blurred. This happens both with my document, and the unaltered "Classic Brochure" template. I've tried moving various objects backwards and forwards, but it doen't seem to have any effect. It even happens with one of the text boxes I have in the document.
    Another odd thing is that the printed "box" isn't the same size as the box that appears when you click on the object in the document. It's a bit bigger. I've seen other posts about problems with hp printers, but I'm not sure it's related. Any insight would be appreciated.
    MAF
    iMac Intel Core Duo   Mac OS X (10.4.7)  

    http://indesignsecrets.com/eliminating-ydb-yucky-discolored-box-syndrome.php
    Bob

  • Framing image with transparent background png frame

    hi,
    i'm trying to find a way to frame images with transparent background png frames...
    what i'm doing now is
    1-drawing my image on a panel
    2-creating a 2nd image using the frame's filename, stretching this 'frame-image' to a size slighlty larger than that of my main image and drawing the 'frame-image'
    the problems with this method are:
    1-depending on the width of the frame, the frame sometimes hides parts of the image (thick frame), and sometimes there is a gap between the frame and the image (thin frame).
    2-if the image file containing the frame is larger than the frame (Ex: The image is 300x300, the frame is centered in this image and is 200x200; as opposed to the image is 200x200 and the frame takes up all the space), when i position the 'frame-image' near the top left corner of the image i want to frame, the frame appears at the wrong place (shifted down and to the right). This is due to the fact that i'm placing the top corner of the created 'frame-image' and not the frame, who is not in the top corner of my 'frame-image'.
    Is there a way to do what i'm trying to do???
    My ideas (which i don't know how to achieve are)
    1-To 'analyse' my transparent background png file and
         1-only keep the frame,
         2-calculate the frame's thickness
    OR
    2-Let java do the analyzing for me and tell it to frame my image with the frame in the png file
    please feel free to ask for more explanations if my description/question is confusing,
    thanks.

    Have you looked into the Border interface? If what you really want to do
    is put a custom border on a component, you may be able to do it this way.
    Anyway, here is some code that stacks and centres 2 images. It's not hard to do.
    import java.awt.*;
    import java.awt.image.*;
    import java.io.*;
    import java.net.*;
    import javax.imageio.*;
    import javax.swing.*;
    public class Example extends JComponent {
        private BufferedImage backgroundImage;
        private BufferedImage foregroundImage;
        public Example(BufferedImage backgroundImage, BufferedImage foregroundImage) {
            this.backgroundImage = backgroundImage;
            this.foregroundImage = foregroundImage;
        public Dimension getPreferredSize() {
            int w = backgroundImage.getWidth();
            int h = backgroundImage.getHeight();
            return new Dimension(w, h); //assuming this is bigger
        protected void paintComponent(Graphics g) {
            super.paintComponent(g);
            int w = getWidth();
            int h = getHeight();
            //paint both, centred
            int x0 = (w-backgroundImage.getWidth())/2, y0 = (h-backgroundImage.getHeight())/2;
            g.drawImage(backgroundImage, x0, y0, null);
            int x1 = (w-foregroundImage.getWidth())/2, y1 = (h-foregroundImage.getHeight())/2;
            g.drawImage(foregroundImage, x1, y1, null);
        public static void main(String[] args) throws IOException {
            URL url1 = new URL("http://weblogs.java.net/jag/Image54-large.jpeg");
            URL url2 = new URL("http://weblogs.java.net/jag/DukeSaltimbanqueSmall.jpeg");
            JComponent comp = new Example(ImageIO.read(url1), ImageIO.read(url2));
            final JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(comp);
            f.pack();
            SwingUtilities.invokeLater(new Runnable(){
                public void run() {
                    f.setLocationRelativeTo(null);
                    f.setVisible(true);
    }

  • How I could find that an image have transparent background

    Hi All,
    I have an image with transparent background placed in an ellipse item.
    Is there exist a way using which I can find out that placed image have a transparent background?
    Regards,
    Alam

    This may help you find your iTune account:
    Frequently Asked Questions About Apple ID
    Without knowing your old account info there is nothing you can do.

  • Image with transparent background als foreground of a button

    I'd like to build an app with buttons using the phone's accent Color as Background and an Image with transparent Background as foreground of the button. It should look like the tiles on the start screen of WP8.1.
    The following code doesn't work (no foreground appears)
    <Button x:Name="myButton" Background="{ThemeResource PhoneAccentBrush}">
     <Button.Foreground>
         <ImageBrush ImageSource="/Assets/myImage.png"/>                    
     <Button.Foreground>
    </Button>
    Are there any ideas?
    Thanks
    Martin

    Hi mfv_technet,
    The Foreground property is used to get or set a brush that describes the foreground color. So we can not bind the Foreground to a image,
    if I do not misunderstand you, in my mind if we want to set the button look like the tiles on the start screen of WP8.1, maybe you can try to refer to the following xaml:
    <Button x:Name="myButton" Foreground="Red" Background="{ThemeResource PhoneAccentBrush}" Margin="116,136,0,363" Width="195" Height="141">
    <Button.Content>
    <StackPanel Orientation="Vertical">
    <Image Source="/Assets/myImage.png" Width="80" Height="80"></Image>
    <TextBlock Text="Button"></TextBlock>
    </StackPanel>
    </Button.Content>
    </Button>
    The result:
    If I have misunderstood you, please feel free to let me know.
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Image with transparent background shows up with a white background in ID

    Amateur needs help.
    I have a copy of a logo with a transparent background.  I made the (white) background transparent in PS by creating a layer from background and then selecting the white color in the background and deleting it.  This has always worked in the past.  But when I place this image into ID, it shows up with a white background.  I have tried saving as a PSD, TIF, JPG, etc.  I cannot get it to work. 
    I normally research these things until I find an answer, but I am on a tight deadline.  Thanks!

    I totally forgot to put that in my post.  Yes, I am putting logos with transparent backgrounds in front of colored rectangles.  That's how I noticed that this one logo is showing up with a white background.  The weird thing is that the other two logos are fine.  I did find a different version of this logo and this one works fine.  The one that works fine is a JPG and the one that shows up with a white background is a JPG.

  • Photoshop Image with transparent background - exporting gives me a white background ?

    Hi,
    OK, hours of my life have gone into this one already - I guess that's computers!  I have some images in Photoshop which already have transparent backgrounds, however when I try and drag these into a different program, they move across with a white box as their background.  I have tried saving as TIF, GIFF ... - all sorts, so I am clearly missing a pretty fundamental step that I can't see.
    Any help would be SO appreciated.
    Thanks.
    Doreen.

    Save as PSD or PNG, depending on whether you final output will be print or web. Then use Place instead of dragging the image over.

  • Image with transparent background changes surrounding fill color when PMS...

    Hello.
    I have a .PSD image I'm using in InDesign CS3. It's a greyscale image with a transparent background. When I bring it into InDesign and set the background color of the image box to a Pantone and then print it, the PMS color within the area of the .PSD image size changes color compared to the rest of the page. But, when the same document is printed, but with "All Spot to Process" via the Ink Manager, the page prints fine. I get the same results on a number of different Canon and Xerox proofing printers. I have uploaded a PDF to my web server showing an example of the results I'm getting the PDF can be found here:
    http://theboyk.net/temp/PMSvsCMYK.pdf
    The first page is the document printed normally. You can see the color change in the green (Pantone Green). The second page is the same document printed with "All Spot to Process" via Ink Manager.
    Does anyone know why this happens when I leave it as printing a spot color?
    Any advice would be appreciated!
    Thanks,
    Kristin.

    I totally forgot to put that in my post.  Yes, I am putting logos with transparent backgrounds in front of colored rectangles.  That's how I noticed that this one logo is showing up with a white background.  The weird thing is that the other two logos are fine.  I did find a different version of this logo and this one works fine.  The one that works fine is a JPG and the one that shows up with a white background is a JPG.

  • Question about images with transparent backgrounds in inDesign

    Hi,
    I've recently switched from Quark to inDesign CS5.5, and I'm trying to figure out how to do something that was easy in Quark but doesn't seem to work in iD. I'd like to colorize a greyscale image that has a transparent background. In Quark, I could import it as a TIF and then specify different colors for the image and background (which I could specify to be transparent). In iD, seems that the transparency needs to be included in Photoshop (which wasn't the case in Quark; the method worked for any greyscale TIF), and that I need to chage the color of the in original image if I want to keep that transparency. Also, from what I've read, the imported image works better as a PSD.
    Is this correct? Does the transparency and color need to be specified in Photoshop for me to have a transparent image? (The image is too complex to include a clipping path, and it's being placed on a photographic background, so I can't simply change the bckground image to a solid color to make it blend in).
    If this is the case, it's really disappointing--I was able to get some great effects in Quark using the other method. I hope I'm misunderstanding what to do, or there's some kind of workaround.
    Thanks in advance for any help,
    --Harriet

    ID will only colorize non-transparent grayscales or bitmap mode images. If you don't need continuous tone, saving in Bitmap mode will render the white areas transparent when you colorize ( if the frame itself has no fill color, else that fill color will show), but that's not much good if you need a true grayscale. Changing the blending mode of a colorized grayscle to Multiply will cause white areas to be come transparent, but other areas will multiply over any background, which may not be what you want, either.

  • Black background when scaling images with transparent background

    I am implementing Zooming functionality for reports which have some icons. I am trying to scale icon by scaling its image. But the problem I am facing is that the icons have transparent background and the scaling puts a black background in place of transparent. Is there any way to maintain its transparency or better yet, Is there anyway to put a white backgound instead of the black one that is created by default ? Here is my code
         public static Icon getScaledIcon(Icon icon){
             if(icon instanceof ImageIcon){
                  Image outImage = ((ImageIcon)icon).getImage();
                      return new ImageIcon(getScaledImage(outImage));
             }else{
                  Image outImage = new BufferedImage(icon.getIconWidth(),
                            icon.getIconHeight(),
                            BufferedImage.TYPE_INT_ARGB);
                    JComponent comp = new JComponent(){};
                    icon.paintIcon(comp, outImage.getGraphics(), 0, 0);
                    return new ImageIcon(getScaledImage(outImage));
        public static Image getScaledImage(Image image){
             image = image.getScaledInstance((int)(image.getWidth(null) * getScale()),
                           (int)(image.getHeight(null) * getScale()), Image.SCALE_SMOOTH);
            return image;
        }I haven't done much image manipulation , so I would really appreciate any help or advice.

    I have also not done much of image work. But I guess you could achieve your functionality of showing scaled image in the screen by not scaling the image and show it, instead scale the image in paint method by calling g.drawImage giving the height and width. But use high resolution images so that scaling is good.
    If you do in this manner, you could give any colour you want as background to fill the transparent area or leave it as such.
    Regards,
    techece.

  • Block white images over colour background

    Possibly a simple question, but I can't find referance about it anywhere.
    I'm trying to place a block white image of hand-drawn text (saved as a psd or/and tiff file with layers so that the surround is transparent) into indesign CS4. Placed over the top of a solid red colour. However when I do this, the image becomes transparent and invisible on the page.
    I've also attempted to do this by importing a greyscale black version (in tiff format), and then converting the colour to either paper, or a white. But with no luck. This could be because indesign treats paper colour or white as transparent, but is there any way to get around this short of changing the image to bitmap and losing quality?

    Should work fine with a psd file, strange... Try this:
    Check if you have a clipping path into your file
    if not:
    - open you image in Photoshop
    - select all you image (Ctrl+A or Cmd+A)
    - Create a new document with transparent background (it should have the size of what you just copied)
    - go back to your first image and with the magic wand select what will be white
    - go back to the new doc,and paste
    - Save to PSD file, do not forget to tick the add layers feature, eventually remove the profile if there is one
    IN Indesign, import you file. you shouldn't have to modify your image to get what you want
    Other idea (kind of old-fashionned but good trick)
    -make your image negative with Ctrl or Cmd + I (black text, white background), you can then flatten the whole thing
    -Convert your grey image to bitmap (1bit) with Threshold 50%
    -save to tiff
    In indesign, import the file, select you image unelect you rimage select it again with the white arrow then change the color to "paper" of whatever color you want.

  • Using images with transparent backgrounds

    Hello. I'm trying to design several forms using a large background graphic along with several other overlays (defined by the form user) that contain transparent backgrounds. Unfortunately, everytime I go to change the graphic, the program won't recognize the transparency of the overlay and substitutes white in it's place. So, for example, I have a background image that is rectangular and when my form user selects an overlay that is circular, it inserts the circle with a white background (which is supposed to be transparent). Can anyone help me with this?
    Thanks!
    -Mike

    Min required version of flash player for my application is 9..
    I think I figured it out, Here is my solution:
    private function completeHandler(evt:Event):void
       var originalWidth:int=loaderG.content.width;
       var originalHeight:int=loaderG.content.height;
       var scale:Number = 0.5;
       var matrix:Matrix = new Matrix();
       matrix.scale(scale, scale);
       myBitmapDataObj=new BitmapData(originalWidth, originalHeight, true, 0xFFFFFF);
       myBitmapDataObj.draw(loaderG.content, null, null, null, null, true);
       var copyBitmapData:BitmapData= new BitmapData(originalWidth* scale, originalHeight* scale, true, 0x000000);
       copyBitmapData.draw(myBitmapDataObj, matrix, null, null, null, true);
       var myBitmapG:Bitmap=new Bitmap(copyBitmapData,PixelSnapping.AUTO,true);
       addChild(myBitmapG);
    I also try blur filter on my bitmap:
    var blur:BlurFilter = new BlurFilter();
       blur.blurX = 1.4;
       blur.blurY = 1.4;
       blur.quality = BitmapFilterQuality.HIGH;
       myBitmapG.filters = [blur];
    Or is there better solution?

  • How to insert image with transparent background?

    I have several logos saved at .GIFs with transparent backgrounds that I would like to import into my dashboard, but it seems that the image component only supports JPEG.  Is there a way to import images while maintaining their transparency?

    Well, you CAN insert GIFs or other image formats.  But I have yet to figure out a way to take a GIF with a transparent background and import it into my Xcelsius while preserving the transparency.  The transparent background always just defaults to white.
    This is a crucial feature as I have some logos I want to use that are circular.  But if I can't give them a transparent background, it drastically limits their placement options.
    I know that flash does support transparency, so am I missing something here?

  • Saving image with transparent background for web/Dreamweaver

    How do I save a little image, so that the background stays transparent. I already have the image set up in Photoshop with a transparent background and have saved it as gif and png. When I import it into Dreamweaver the background stays white instead of transparent. What am I not doing right, since I read several posts saying that png and gif are the right formats to save in, if you want a transparent background?
    Thanks for any help with this,
    Anne

    Well now that you have told me to save with some sort of an alpha channel, it works perfectly.
    In CS5:
    Select layer,"Composition,Make movie". Then navigate to "Output module" and choose an option that has "alpha channel" in the title.Choose a name for your project "Output to". I now use "lossless alpha".I don't know if that is the best one, but it seems to be working fine.
    There is no "Quicktime" option in CS5 as in older versions of AE.
    I was trying to save as a video in general or for photoshop and that just wasn't working out well.
    I don't know what the "Frames to Layers import assistant" is that you mentioned though. I still tend to drag and drop, rather then import.
    Thanks for your help.

Maybe you are looking for

  • Zen Micro not recognized in Dev. Mgr. or Media Sou

    OK, I got this Zen Micro off of Ebay. It has some songs already loaded on it, they work fine, sound is great. It came with the CD, and I installed it onto my computer (XP SP2). I'm under the impression the USB cable it came with works because I plugg

  • IDVD menu and music selection

    I created a DVD and have replaced the Theme music with a selection from iTunes. When I go into the chapter menus, I am not able to select the music from iTunes. It reverts back to the default music. The default is really loud and doesn't fit the them

  • Install Oracle 9i(R2) on Windows 7

    Can I Install Oracle 9i (Release 2, Version 9.2.0.1) on Windows 7 platform by choosing by choosing the Windows XP compatibility mode on the Oracle 9i (R2) installer i.e. setup.exe file?

  • Using bind varaible for order by clause

    Hello Can some one suggest for the following scenario? My order by clause will be constructed based on the selected fields in the form. And now the order by clause need to be passed as parameter to Excel report. When I use Ref cursor and OPEN-FOR-USI

  • Adding commas to metadata

    I am working on adding metadata to my images. Many are works of my own or public domain art pieces. I need to be able to add an artist's name as Lastname, First, but that would result in two metadata bits. Is there a way to add in a comma as part of