Problems saving image with outer glow as gif

I've created a logo with an outer glow and it looks great as an illustrator file but there are problems when I save it as a gif file.  The glow is replaced by a white blob around the logo.  Not sure if this has anything to do with it but the image has a transparent background.  I'm new to the Adobe suite.  Should I be adding the glow in Photoshop or can it be done, and look right, in illustrator?
Any help would be greatly appreciated.  Thanks.

GIFs cannot have alpha transparency. So you need to choose the same background color as you use on the HTML page, so that Illustrator can calculate your graphic when saving for web.
PNG can have alpha transparency, but you cannot use the "screen" blend mode in it.

Similar Messages

  • Basic Photoshop 101: I want to use an image with an outer glow in another Photoshop document. When I place the image, the outer glow has hard edges where the box of the image cut the glow off. Naturally, I want a soft feathered outer glow. How do I get th

    Basic Photoshop 101: I want to use an image with an outer glow in another Photoshop document. When I place the image, the outer glow has hard edges where the box of the image cut the glow off. Naturally, I want a soft feathered outer glow. How do I achieve that? Thank you.

    That should work out, maybe edit it to force updating in the new image.
    Could you please post a screenshot with the Layers Panel visible?

  • Is lag to be expected? Brush with Outer Glow and Stroke

    I have a new Dell XPS One 2720 running Windows 8, 4th Gen i7, 16GB RAM, Nvidia 750M 2GB and Cintiq 21UX hooked up via HDMI as a second monitor in Extended Desktop mode.
    I am a comic artist and am working on an A4, 400 dpi document in Photoshop CC 64bit and if I try to draw a line with an Outer Glow and 5 point Stroke applied I get crippling lag.
    Is this normal for this spec machine, I've just 'upgraded' from a 4 year old iMac and I would say Photoshop ran better on that machine than my new PC. That can't be right, can it?

    Thanks for the link to the other thread JJMack, will check that out.
    Curt Y, Turned off all visual effects in System Properties > Advanced > Performance and problems contrinued.
    Might be getting somehwere though. Opened up the exact same file in the 32 Bit version of Photoshop CC and I don't get any lag at all when drawing a line with a stroke and outer glow applied.
    Obvious difference between the 32 and 64 Bit versions and  is that the former uses less of my systems RAM, so I went in to the Performance Tab in Preferences and changed all the values in the 64 bit version to the same as the 32 bit version and the lag was gone in the 64 bit version too.
    Downside to this is that Photoshop is now using only 13% of my available RAM (1895Mb). I also changed the Cache Tile Size from 1024K to 128K and unticked USE Open CL in the Graphics Processor Settings.
    Does this point to some bad RAM?

  • Problem Saving Image to TIFF

    I'm trying to convert a scanned image to TIFF format. When I try to encode the image to TIFF I get the following errors:
    ava.lang.Error: Int or float buffers require 32-bit data.
         at com.sun.media.jai.codecimpl.TIFFImageEncoder.encode(TIFFImageEncoder.java:206)
         at com.sun.media.jai.codecimpl.TIFFImageEncoder.encode(TIFFImageEncoder.java:153)
         at DocScan.save(DocScan.java:171)
         at DocScan$TwainSaveRunnable.run(DocScan.java:100)
         at java.lang.Thread.run(Thread.java:484)
    Some of the code I am using is as follows:
    public void scan()
    Twain twain=new Twain();
    twain.setVisible(false);
    twain.setPixelType(Twain.BW);
    twain.setCurrentUnits(Twain.INCHES);
    twain.setXResolution(100);
    twain.setYResolution(100);
    twain.setFrame(0,0,8.5,11);
    twain.setBrightness(900);
    twain.setXScaling(.5);
    twain.setYScaling(.5);
    image = Toolkit.getDefaultToolkit().createImage(new TwainImage(twain));
    setSize(width=image.getWidth(DocScan.this),image.getHeight(DocScan.this));
    repaint();
    public void save()
    { fd = new FileDialog(this, "Save a file", FileDialog.SAVE);
              fd.setVisible(true);
              fileName = fd.getFile();
    File f=new File(fileName);
    try
    PlanarImage PImage = JAI.create("awtImage",image);
    FileOutputStream out = new FileOutputStream(f);
    TIFFEncodeParam param = new TIFFEncodeParam();
    ImageEncoder encoder = ImageCodec.createImageEncoder("TIFF", out, param);
    encoder.encode(PImage);
    out.close();
    catch (Exception ex)
    { ex.printStackTrace();
    I would greatly appreciate any help.
    Thanks

    Hello All,
    The below code allows you to read TIFF images. You must have Java Advanced Imaging installed on your system for this to work
        RenderedImage ri = JAI.create("fileload", filename);However the problem I am facing is that, when I save the image back to another TIFF file, the image is getting saved in negative colours, i.e, black in the final image, where originally white is there.
    I hope I am clear about the problem and also hope that the code works for you.
    best wishes
    Issac

  • Problem saving attachments with longish filenames

    We're having a problem saving attachments from Mail that are 25+ characters in length. ie. If we click on the "Save" attachment button in Mail, we get an alert that the file can't be saved because it's too long. We can drag the file to the desktop, but then can't move it without getting the "name is too long" alert. We have to change the name, deleting a bunch of characters. Using HFS+. Anyone have a solution?

    When you drag the attachment to the desktop you should be able to click on the file's name then edit it so it's less then 25 characters. Try saving it again after deleting some characters.
    We just switched from OS 9.4 to OS 10.4 (Intel) and found that Photoshop did not recognize any of the pics in our folders because we haven't been saving them with the file extension (i.e. jpeg, eps, etc.) We had to open all our pic files then add the extension. Apparently our old Macs could recognize a photo file but our new ones need the extension to be able to read the file. So if your file name is too long it's probably cutting off the extension - your computer won't let you save it until you make room for the file extension at the end.
    Hope this helps.
    Intel Mac Pro   Mac OS X (10.4.7)  

  • Problem uploading images with php script.

    As a webdebdesigner i developped a cms system to upload images with php to a mysql database. Firefox version 5.0.1 for MAC and earlier have no problems with uploading through the script. But after that version it is impossible to upload images bigger then 250kb. The page where the customer chooses his image for upload stalls and the form is not sent to the actual upload script, which should validate and process the image.
    This problem only occurs in Firefox, all other browsers work just fine!
    On top of that: Giving feedback to firefox not possible for MAC.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web site development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

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

  • Problems uploading images with uppercase (.JPG) file extension.

    I am using coldfusion 8 and have no problems uploading an image using CFFile when the image has a lowercase file extensions such as .jpg however if the same file has a Uppercase file extension .JPG coldfusion hangs and then just times out. The files are exactly the same just different cases in the extensions.
    Any idea?
    My cffile is set as such   <cffile accept="image/*" action="upload" destination="#uploadfolder2#" filefield="profilePictureFileBrowser" nameconflict="makeunique" >
    I tried changing the accept property to image/*, image/jpg, image/JPG but that did not fix the problem either

    Thanks for the quick reply. So I removed the tag and even though I get an error after submitting the form it appears to not hang anyways. Any idea how to fix this?
    I am on a windows 2003 server so cases sensitifity should not be a problem. I am perplexed as to why this would work with lowercase extensions an not upper?

  • Why does adobe camera raw keep saving images with the incorrect white balance?

    I am having an issue when I edit images.  here is the scenerio:
    I choose 50 Raw files and open them in Camera Raw.
    I edit each individually - many of them have different white balances.
    Once I have each image how I want them, I select all and click done.
    Sometimes all the edits are saved correctly, but very often all the changes are saved correctly except white balance.  The program seems to take the white balance from one image and applies it to all the images.
    Why???  Very frustrating to have to go back and individually edit all the white balances again.
    Thanks!

    It seems to not happen if I slow down a few seconds before I click select all and then done.
    That should not be the problem, once you changed settings and hitting done they all should be applied immediately. It even is not needed to first select all, that is only needed when you need to open or save the files.
      But I still don't know why it would only change the white balance in every shot and not everything.
    If it happens again could you first in Bridge select one of the none changed files and with right mouse click menu choose select purge cache for selection?
    And can you provide more details about system version, app versions and file types?

  • Problems acquiring images with IMAQ-1408

    I have a IMAQ-1408 acquisition card that I recently transplanted from an old computer to a new P4. Initially, it did record a few images (both in one of my programs and using the test panels in the Measurement and Automation Explorer. Now it doesn't acquire. I have tried several things like switching PCI slots, adjusting some of the settings like the sync voltage levels and such, but I'm not getting any images. All 6 diagnositc tests past (from 'FPGA register' to 'Basic interrupt'). Also, the card is still detecting something - when I connect to a video source, I get the error ... when I have it disconnected from the video, it gives an IMG-ERR-VLCK. So it must be detecting some of the V-synch pulses. Anyway, at what poi
    nt do I decide that my card is non-functional? Are there any more setting adjustments I should try. (BTW, I'm using an NTSC source).
    thanks

    This issue is sounding more like a hardware problem if the diagnostics fail repeatedly. Before considering repair or purchasing a new board, I still recommend testing the card in another machine just to be thorough.
    The board most likely can be repaired (I'm not sure about the cost, since it is most likely out of warranty). Otherwise, the PCI-1409 board is similar to the 1408, but has several advantages. Please see this KnowledgeBase for more information on the differences. If you are interested in the repair/replacement options, please generate a service request to speak directly with an engineer. You can generate a request online at "http://www.ni.com/ask">www.ni.com/ask. This will allow us to set up an RMA if need be.
    Regards,
    Jesse D.
    Applications Engineer
    National Instruments

  • Problem Saving PDF with Opacity Masks in Illustrator CS3

    I'm having trouble exporting an Illlustrator CS3 file to PDF. I have two layers in the the .ai file that have opacity masks applied. When I save the file as a PDF, the two layers with opacity masks seem to disappear (or they are flattened down to white/100% transparency.) They do not show on screen nor when printing. I've tried opening the saved PDF in Illustrator to investigate, and the layers are still there, but with no opacity mask. Where am I going wrong? I've tried a new file with a simple shape and a simple opacity mask, and it exports fine to PDF. So something is wrong with my file set up, but I can't pinpoint what! I have also tried exporting to various versions of PDF, and nothing works. Help!
    Screen cap from Illustrator:
    Screen cap of PDF:
    Correct (Illustrator) with subtle starburst effect:
    Wrong (Acrobat PDf), no starburst!
    Thanks for looking!

    Not sure what's going on in your file, but it's definately having a problem with the Steaks layer. Trying to release the clipping mask and ungrouping all the layers is having a problem so it might have something to do with the way the streaks layer was built.
    Using your file I replaced the streaks layer and put a starburst that's clipped to the icon shape. I've attached two files. One is for Illustrator CC so you can retain the gradient fill on the stroke which is only available in newer versions of Illustrator. The other has the starburst I created expanded so that you can open the file and retain the startburst look.
    CC
    https://dl.dropboxusercontent.com/u/37256756/Go-IconCC.ai
    CS3
    https://dl.dropboxusercontent.com/u/37256756/Go-IconCS3.ai

  • Problem saving queries with calculated key figures

    Hello Experts,
    I am analyzing this problem since many hours during the last weeks and I don't know, what else to do.
    The problem is saving a key user query containing a calculated key figure in the production system (BW 3.5 SP SAPKW35015). The Error 'The query could not be saved due to a problem in transport' occures.
    If I exclude the KF from the query, saving is possible, so the calculated KF must be the source of the problem.
    The system is set to not changeable, but the 'Object Changeability' of 'Query Elements' in 'RSA1' --> 'Transport Connection' is set to 'Changeable Original'. If I set this option to 'Everything changeable', saving of the query works, but this is not possible in production, because transported standard queries would also be changeable.
    For saving queries, die authorization object S_RS_COMP and S_RS_COMP1 is included completely with *, but this does not help.
    I also transported the query and the KF again from development system ... no change, same problem.
    I found the SAP note 533413, but what does this mean? "This problem can only be solved in the next BW release ..." I heard from colleagues, that BW 7.0 has the same problems.
    Does anyone have an idea, how to solve this problem?
    I would be very thankful for any reply...
    Hannes
    Edited by: Hannes Heidrich on Jun 23, 2008 12:07 PM

    Thank you for your answer, but I have set the Object Changeability to Everything Changeable and restricted the user with S_RS_COMP. So only certain query names can be used and changed. Experiences from collegues said, that deleting and transporting again would not help.
    Best Regards,
    Hannes

  • Saving images with quality 12 increases size. Why?

    A minutely modifyed image saved with quality of 10 maintained its original size (more or less), but saving with a quality of 12 increases size.
    I would like to know why?
    I'd appreciate your comments.

    Because that's how .jpg works. Sizes of less than 10 usually compress your files somewhat, lower numbers resulting in smaller file sizes and more compression, with a corresponding loss of quality. Sizes greater than 10 also use the .jpg compression algorithm, but they choose less compression, and so two pixels that may have been compressed together at compression 10 may now be separated at compression 11 or 12, resulting in a larger file. (But that doesn't imply an increase in the quality, even at 12 there is still a slight decrease in quality in that the .jpg saved version still doesn't exactly represent what you saw on the screen)
    The amount of modification to the photo doesn't really matter in how much the space the .jpg compression takes up.

  • Problems saving/exporting with Opacity Mask in Illustrator CS6

    Hi, I'm very new to illustrator and self taught. I'm having issues exporting a file with opacity masks to PDF. I have a file with three layers, each with a opacity mask. When I save the file as a PDF, the opacity masks seem to disappear (or they are flattened). I've tried creating a new document and creating it again with no luck. Where am I going wrong? I just want it to look like it does in Illustrator when its exported! Heres the file: Dropbox - BB Logo.ai
    Ideally I'd like to export it to a JPEG or PNG whilst maintaining the opacity masks to give the logo texture. Any suggestions?
    I appreciate any help! Thanks
    Its a little hard to see but heres an Illustrator screenshot:
    PDF screenshot:
    Thanks for looking!!

    You'll need to outline the text and provide the mask image.
    Apart from that: looks to me like a problem with resolution. There's a structure in your exported file, but it's smoothed.
    Without knowing what exactly you did step by step it's difficult to solve this problem.

  • Saving images with BitmapData

    I am saving a screen shot of my application using the
    following code...
    var bd : BitmapData = new BitmapData( target.width,
    target.height );
    bd.draw( target, new Matrix());
    to get the contents of the target (a UIComponent) into the
    BitmapData object, which I then convert to a PNG, etc, etc. My
    question revolves around the fact that when I do this, the
    resulting image only shows the "viewable" portion of the target
    component. As an example, I have a Canvas that is nested in another
    Canvas in such a way that there are scrollbars. When I do the
    saving, rather than getting the entire size of the inner Canvas, I
    only get the viewable size of the outer Canvas.
    My question is, how do I (or can I) get the entire content of
    the inner Canvas and not just what is viewable/
    Thanks

    In Keynote you can add your image to a slide, move the bottom of it upwards, select reflection, adjust the background color and opacity to get the effect you want and then export as a JPEG.
    If the Keynote slide size doesn't suit your photo size you can do as above, take a snapshot and crop it.

Maybe you are looking for