PNG 24-32 Transparency problem

I've just purchased CS3 Design Premium and I'm trying to
recreate a few pages using DW. When I add an image to a page I can
not get a transparency setting for the 24 bit or 32 bit PNGs in the
Image Preview pane. I can for 8 bit PNG or GIF, but the header I am
working with has some drop shadowing and looks horrible in less
than 24.
Is this a setting thing or something? Or does DW just not
support the use of transparency in 24-32 PNG?

IE < 7 doesn't render alpha transparency correctly. It
produces an off
color box around the image. But if your image isn't a
background image, you
can use a pngfix.js to force IE6 to render properly. As to
why it isn't
rendering properly in DW, I don't know for sure. My
transparent png-24
images look fine in DW8 - with or without the png fix.
www.homepage.ntlworld.com/bobosola/pnghowto.htm
--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com
"Chris_Rehm" <[email protected]> wrote in
message
news:fcs84i$i9d$[email protected]..
> I've just purchased CS3 Design Premium and I'm trying to
recreate a few
pages
> using DW. When I add an image to a page I can not get a
transparency
setting
> for the 24 bit or 32 bit PNGs in the Image Preview pane.
I can for 8 bit
PNG or
> GIF, but the header I am working with has some drop
shadowing and looks
> horrible in less than 24.
>
> Is this a setting thing or something? Or does DW just
not support the use
of
> transparency in 24-32 PNG?
>

Similar Messages

  • Placing a PNG file with transparency

    If I have a psd / Png file on Photoshop that has text with no background (transparent), and I do a Place of that file into Illustrator, I get a white background in additiotion to the Text.
    How do I stop the white background from placing withing the Illustrator? I have Illustrator CS3 and Photoshop CS3
    Thanks in advance.
    Bob

    Half a decade later, I am getting the same problem as the original poster   (although I am using Illustrator CC 64bit on Windows 8).
    I am trying to 'place' a PNG graphic in Illustrator, The PNG has a transparent background, which is being honoured fine in other programs (e.g. web browsers - even in its icon in Windows Explorer).
    However when I place it in Illustrator, the transparency doesn't work: instead the background is displayed as an opaque colour. It stays that way if I output to a PDF from Illustrator.
    The PNG in question is a 'paletted' type (I think it has a palette of 256 colours) - one of which is set to be transparent.
    Does Adobe Illustrator not support transparency in paletted PNG files?
    (I'm aware that you can generate a 24-bit PNG with the transparency done as an 'alpha channel'), but this is wasteful for many simple types of graphic, creating a much bigger PNG file size.

  • PNG 8 Alpha Transparency Palette Errors

    I am attempting to export a PNG 8 image with alpha transparency using Fireworks 11.1.0.205 on Windows 7 64-bit. When I attempt to optimize the image to PNG 8, Adaptive with Alpha Transparency and rebuild the palette it crushed the palette down. The image is a grayscale image and the bug appears similiar to the one reported here http://blogs.adobe.com/sarthak/2010/09/png-8-export-color-palette-issues.html.
    Here is a screen cast of someone doing what I want to do, http://brenelz.com/blog/png-8-alpha-transparency-screencast/ (fast forward through the parts of him editing HTML).
    This is an example of what I am trying to do, an PNG 8 with alpha transparency (view full image);
    This is what I get when I open and then export the sample image out of Fireworks;
    It crushes the palette.
    This is the optimize panel when the original file is first opened:
    This is what happens when the palette is rebuilt, which matched the exported palette;

    Linda,
    I do not appreciate your condescending tone. I have attempted all of your instructions. Embedded is a window capture of my graphic on a TRANPARENT canvas with your suggested settings. Also embedded is the resulting graphic. Finally, embedded is the original graphic that demonstrates what I am attempting to achieve.
    Transparent Canvas
    Resulting image on export.
    Original image
    I'm disappointed that you cannot be bothered to attempt to recreate the problem and post evidence to back up your claims.
    I have tracked down the creator of the original image who says about using Fireworks "the quality was rarely good enough." The tool used was ImageOptim, http://imageoptim.pornel.net/.

  • Saving PNG file with transparency

    Hello!
    In my application I generate "BufferedImage"s with transparent pixels. When I try to write them using ImageIO.write() in PNG format, the transparency information is lost.
    Can anybody send me working code for this problem?
    Thanks,
    Norbi

    What are you using to view the PNG? Are you sure it is a viewer that supports PNG transparency? Internet Explorer and the previewer built into Windows do not fully support PNG transparency so maybe that's the problem. See http://entropymine.com/jason/testbed/pngtrans/ for more info. I know for a fact the following code will generate a transparent PNG. Photoshop will read the transparency correctly but IE won't.
        public static final void main(String[] args) {
            // Create a new image with an alpha channel
            BufferedImage image = new BufferedImage(100,100,BufferedImage.TYPE_INT_ARGB);
            // Get a Graphics2D object that interfaces to the Image
            Graphics2D g2 = image.createGraphics();
            // Draw a red circle on the image
            g2.setColor(Color.RED);
            g2.fillOval(0,0,100,100);
            try {
                // Write the image to a PNG file,
                //  the red circle will have a transparent background
                ImageIO.write(image, "png", new File(args[0]));
            } catch (IOException e) {
                e.printStackTrace();
        }Anyone know how to do the equivalent with Jimi? This:Jimi.putImage("image/png", image, args[0]); only writes the PNG with a black opaque background.

  • Action script 3: Export object to image with PNG format - make transparent

    Hi!
    I have a problem in export a object to image .PNG (and make transparent). When i add a object TextField in stage and add effect for my object. Then i export to image with format is .PNG.I use BlendMode.NORMAL properties of BitmapData to draw my image - work done and image is exported.
    I use BlendMode.ERASE properties of BitmapData to draw my image - is not word
    See more in attact file : BlendMode.ERASE.png, BlendMode.NORMAL.png
    Code text effect: \OnlyTextEff\view\textEffs.as and \OnlyTextEff\effects\EnvelopeDistord_2.as
    Code export image: \OnlyTextEff\view\textview.as (function name is "exportHandler")
    download demo: http://www.mediafire.com/?vgnauwspt8b6x08
    Does anyone have a good example or explanation of that ? Thanks.

    // that looks like a pretty poor tutorial.  but
    public function init(e:Event=null):void{
    go=new Go();  // you need to declare go
    addChild(go);
    go.addEventListener(MouseEvent.CLICK,startgame);
    public function startgame(e:Event):void{
    removeChild(start_mc);  // where start_mc is the movieclip of your start screen
    addChild(game_mc);  // where game_mc is the movieclip of your game

  • Transparency  problems in director

    Hi all ,
    We are trying to acheive transparency for 3D models. When
    using png textures with transparency details we either get 100%
    transparency or 0% transparency. semi transparent areas are
    converted to 0% transparency. We are using 3dsmax 7.0 to export the
    3D models. The inbuilt shockwave player in 3dsMax displays models
    with correct transparency details , but when its taken to director
    we are getting transparency problems.
    Any one please help me
    How to get correct transparency for 3d models in director ?
    I also require following information.
    1. What version of directx is supported by Adobe director.
    2. Is there a standalone w3d viewer that supports directx
    9.0c .
    Thank you for your time and consideration.
    regards
    Avanthika

    when you export a model out of max it exports with
    transparency on some colors will show up invisible in the preview
    window
    but you can use 3dpi in director and turn transparency off or
    lingo but 3dpi is quicker

  • PNG and GIF export problems Flash Elements CC

    I'm having some trouble exporting transparent PNG's and transparent animated GIF's from Adobe's new Flash CS6 Elements, um, I mean Flash Pro CC.
    a) Options to set transparent animated GIF (even when set as transparent in export dialog) is not working, spitting out images with the stage background. In CS6, you could go into Publish Settings for GIF and there one could specify these settings. These are no longer available in CC, and means I cannot export transparent animated GIFs. Back to CS6!
    b) Transparent PNG export with artifacts - I have two vectors that have filters applied to them stacked on top of each other, on CC, I get strange transparent pixels in the middle of colour-zones surrounding the top image. On Flash CS6 there are none of these artifacts and exports as expected (using the exact same settings) - so back to CS6 yet again!
    So now I constantly have to work in both in CC and CS6 (you cannot drag vectors from Illustrator CC to CS6), so I am constantly having to jump between versions of the same app, because CC suite doesn't play with CS6 suite, but CC is a bit of a bimbo that seems to mess up all the time, forcing me to go back to do even the most BASIC of things.
    But hey, Adobe is a marketing company, as long as the marketing directors are happy with the product it's all good! Forget about those pesky users, too hard to please! Now I just need to remember to re-test every feature in new Flash CC to make sure that they actually work.

    Should have never updated...The old version exported my lovely animated gifs correctly. What the hell?!

  • ICC profile to convert RGB to CMYK,   jpeg is ok, png format have a problem

    When I use ICC profile to convert RGB to CMYK, jpeg format is ok, but png format have a problem.the color is lossy.
    It means, the png file color is shallow than jpeg file after convert.Could anybody help me?
    thanks
    source code
    import java.awt.image.BufferedImage;
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.OutputStream;
    import java.util.Iterator;
    import javax.imageio.IIOImage;
    import javax.imageio.ImageIO;
    import javax.imageio.ImageTypeSpecifier;
    import javax.imageio.ImageWriteParam;
    import javax.imageio.ImageWriter;
    import javax.imageio.metadata.IIOMetadata;
    import javax.imageio.metadata.IIOMetadataNode;
    import javax.imageio.stream.ImageOutputStream;
    import org.w3c.dom.Node;
    import com.sun.image.codec.jpeg.ImageFormatException;
    import com.sun.image.codec.jpeg.JPEGCodec;
    import com.sun.image.codec.jpeg.JPEGEncodeParam;
    import com.sun.image.codec.jpeg.JPEGImageEncoder;
    public class TestImage {
         public static void main(String args[]) throws ImageFormatException, IOException{
              BufferedImage readImage = null;
              try {
                  readImage = ImageIO.read(new File("C:\\TEST.jpg"));
              } catch (Exception e) {
                  e.printStackTrace();
                  readImage = null;
              readImage = CMYKProfile.getInstance().doChColor(readImage);
              writeImage(readImage, "C:\\TEST_after_.jpg", 1.0f);
        protected static String getSuffix(String filename) {
            int i = filename.lastIndexOf('.');
            if(i>0 && i<filename.length()-1) {
                return filename.substring(i+1).toLowerCase();
            return "";
        protected static void writeImage(BufferedImage image, String filename, float quality) {
            Iterator writers = ImageIO.getImageWritersBySuffix(getSuffix(filename));
            System.out.println("filename�F"+filename);
            if (writers.hasNext()) {
                ImageWriter writer = (ImageWriter)writers.next();
                try {
                    ImageOutputStream stream
                        = ImageIO.createImageOutputStream(new File(filename));
                    writer.setOutput(stream);
                    ImageWriteParam param = writer.getDefaultWriteParam();
                    if (param.canWriteCompressed()) {
                        param.setCompressionMode(ImageWriteParam.MODE_EXPLICIT);//NO COMPRESS
                        param.setCompressionQuality(quality);
                    } else {
                        System.out.println("Compression is not supported.");
                    IIOMetadata metadata = null;
                    if(getSuffix(filename).equals("png") || getSuffix(filename).equals("PNG")){
                         ImageTypeSpecifier imageTypeSpecifier = new ImageTypeSpecifier(image);
                         metadata = writer.getDefaultImageMetadata(imageTypeSpecifier, param);
                            String sFormat = "javax_imageio_png_1.0";
                            Node node = metadata.getAsTree(sFormat);
                            IIOMetadataNode gammaNode = new IIOMetadataNode("gAMA");
                            String sGamma = "55556";
                            gammaNode.setAttribute("value", sGamma);
                            node.appendChild(gammaNode);
                            metadata.setFromTree(sFormat, node);
                    writer.write(null, new IIOImage(image, null, metadata), param);
                    writer.dispose();
                    return;
                } catch (IOException ex) {
                    ex.printStackTrace();
    }

    Hi,
    I am having similar problems. I have read somewhere that png format can not handle CMYK colorspace anyway, which I find odd (and plainly stupid IM(NS)HO) which would mean that converting to RGB and therefore using profiles is mandatory.
    May be you should check if the internal format of the png files claims it is RGB or CMYK (using ImageMagick's "identify" command for example).
    HTH
    JG

  • Transparency problems when I distort Pdf image size (ie: 100%x99%) then Export. Is there away to fix

    I sometimes have transparency problems when I distort PDF image size (i.e.: 100%x99%) then Export. Is there away to fix.   Or at least be able to preflight and know I have an issue.

    Mostly I have seen borders and drop shadows that will just go away or other wise not print right but only when I distort the image and only on very complicated large PDF images.  When I print it at same % both horz and vert. this problem goes away.

  • Png files with transparent background show black only in firefox for android

    I have a wix created site and png files with transparent backgrounds are showing with a black blackground in Firefox for Android. They show transparent in all other browsers I have tried.
    I have tried saving the file as a gif, as a smaller png, interlaced, not interlaced, png 8, png24. It still shows black in Firefox for Android.

    Hi evelswoman,
    Thank you for your question. This sounds like a good one for the web compatibility team. Currently there are some compatibility documentation for background-image here: [https://developer.mozilla.org/en-US/docs/Web/CSS/background-image] and more details on background: [https://developer.mozilla.org/en-US/docs/Web/CSS/background]
    Filling a bug with webcompat.com with an example url can go a long way as well, I hope this helps.

  • Why can't I export a 24 bit PNG with alpha transparency?

    I have just upgraded my Macromedia Studio 8 to Adobe CS3, and
    it seems that I still can't export a 24 bit png with transparency
    from Fireworks (Photoshop can do it, but it's just not suited for
    volume graphic production). Anyone know something I don't, or can
    someone at least explain why I can have alpha transparency on 8 bit
    and 32 bit, but not 24 bit pngs? Currently, I'm planning to export
    everything from Fireworks, then batch-process through Photoshop to
    reduce from 32 bit to 24 bit, which is just... gah! Words fail
    me.

    Kathleen13 wrote:
    > I have just upgraded my Macromedia Studio 8 to Adobe
    CS3, and it seems that I
    > still can't export a 24 bit png with transparency from
    Fireworks (Photoshop can
    > do it, but it's just not suited for volume graphic
    production). Anyone know
    > something I don't, or can someone at least explain why I
    can have alpha
    > transparency on 8 bit and 32 bit, but not 24 bit pngs?
    Currently, I'm planning
    > to export everything from Fireworks, then batch-process
    through Photoshop to
    > reduce from 32 bit to 24 bit, which is just... gah!
    Words fail me.
    >
    If I'm correct, 8-bit png supports index transparency just
    like GIF's
    do. 32-bit png's support alpha channel transparency, so you
    can get
    variable or partial transparency in a full color image(8 bits
    for each
    color and 8 bits for an alpha channel) and 24-bit png's are
    similar
    jpegs, only you get lossless compression and no user-defined
    settings.
    So essentially, when you export a 32-bit png file you are
    exporting a 24
    bit color image with an 8-bit alpha channel.
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    Extending Knowledge, Daily
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    news://forums.macromedia.com/macromedia.fireworks
    news://forums.macromedia.com/macromedia.dreamweaver

  • .png transparency- problem with underlying layer control

    I have an opaque orange rectangle with a clear uneven square cut into it through which I am displaying a slideshow (Spry Image Slideshow) and it works fine except that I cannot control the slideshow with my cursor. I can control the slideshow fine when it is on top of the rectangle, but I want the cutout to act as a frame on top of the slideshow.
    Is the transparency in the .png akin to a sheet of glass? If so can I access the controller somehow through the "glass" with some added code?

    Hi
    You cannot place a 'layer' over the slideshow, as this 'layer', (Is this an ap div?) will then 'have focus' above the slideshow and anything underneath this, (the slideshow controls) will not be selectable.
    You could program your own event handlers in javascript to control the slideshow, but this will require you to have a reasonable understanding of javascript programming.
    PZ

  • Problem with reduction Of an PNG Image with transparent background

    I have an PNG Image on my computer with a transparent background that I would like to reduce 50% and save it back to my computer can you tell me how to achive this?

    Are you looking to reduce the size (pixel dimensions) by 50% or reduce the file size by 50%?
    If you want to reduce the actual image size (pixel dimensions) you could go to Image>Image Size
    and check resample image with constrain proportions and then enter 50 in the pixel dimensions at the top after setting
    the drop-down to percent.
    Or use file Save for Web and enter 50 under the percent under image size.
    As far as saving you could use File>Save As in photoshop and choose png or File>Save for Web>png
    (save for web usually results in smaller file sizes)

  • Save For Web transparency problem: Overprint & CMYK documents

    OK, I had a weird problem crop up today (as far as I can tell) completely out of the blue.
    When I am working in overprint preview mode in a CMYK document, and I attempt to save an artboard as a PNG w/ transparency (via Save for Web), illustrator forces a white background throughout the image. It didn't do this until this morning. Yesterday, it was working perfectly normally. I put the computer to sleep at the end of the day, woke it up this morning, and for some reason this behavior has changed.
    It does not do this if the document is in RGB mode, or I have the transparency grid shown, or not in overprint preview mode. (I work in this mode because for some reason having it in standard preview shows very strange artifacts when working with raster effects, which drives me crazy)
    I'm on a Mid 2014 MBP Retina, 2.5 GHz Intel Core i7, 16GB 1600MHz DDR3 w/ NVIDIA GeForce GT 750M 2048MB, running illustrator CC 2014.1.1.
    I have tried uninstalling, reinstalling, restarting the computer, resetting all settings, as well as changing document settings, and editing artboard settings. And yes, the transparency checkbox is checked in the Save For Web dialog.
    Any ideas?

    brnscreative,
    Have you tried 4) and 6) on the list?
    4) is more thorough than 3), and 6) is the full reinstallation.
    The following is a general list of things you may try when the issue is not in a specific file, and when it is not caused by issues with opening a file from external media. You may have tried/done some of them already; 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save current artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to at least 5 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible), for CS3 - CC you may find the folder here:
    https://helpx.adobe.com/illustrator/kb/preference-file-location-illustrator.html
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall (ticking the box to delete the preferences), run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Using PNG files with transparent background - Please Help

    I just purchased Elements to do a very specific task which I can’t do in Aperture. I am a former photoshopper (V.5) and excited to be back.
    I am doing a book/scrapbook and the majority of my text will be my own handwriting. I use white paper and black ink and I scan in at the highest settings. My goal is to create my handwriting on a transparent background so I can place it in my book as I choose. For this specific project (which is very large in scope) I wanted to keep my image/file management within Aperture.
    So I import my file (of my handwriting) from Aperture and successfully saved with a transparent background. Adobe said I had to save it as a PNG file. I noticed when I saved in Photoshop there was a warning saying I had to save as a copy.
    Aperture does not see the file when I try to import it back. My interchange between aperture and photoshop is fine otherwise. This problem only seems to be with “unflattened” layered images. When I flatten the image it is recognized by Aperture, but I lose the transparent background in Photoshop.
    If anyone sees flaws here or has a suggestion to “isolate” and save my personal handwriting image files I would greatly appreciate it. Thanks!

    Would probably work best if you first export from Aperture as PSD (if possible, like Lightroom) and then save to preserve layers.
    From the PSD save as PNG24 rather than PNG8 which is better for preserving transparency.

Maybe you are looking for

  • Security on Cost Center

    hi gurus i have a situation in which i have like 60 plus users every one has authorization to different set of Cost centers. now how can i accopmlish that. secondly suppose they run a report with a Cost Center Hierarchy with lots of cost centers at d

  • What is the best way to share a photo book?

    Here is my situation: I have created a photo book on my iMac and want my wife to be able to view and edit on her MacBook Pro while we are away on vacation. Is there a way I can move the book from my iPhoto collection to hers? I am hoping there is a w

  • How do I add and or remove grid lines in numbers

    How do I add or remove grid lines in numbers.

  • UMX - Enabling the Remove button on User Role Management screen

    Hi, I tried looking everywhere on how to enable the Remove Button on the UMX Role Screen. Please advice me if anyone knows about this. Appreciate it. Navigation 1 User Management Responsibility 2. Users tab -> look for any user -> click on update but

  • Loading JDBC-Driver from a JSP

    Hi, i want to load a JDBC-Driver fromout my JSP-File, so i used: Class.forName("org.postgresql.Driver"); but when i start it i get a ClassNotFoundException... my jsp-file and the org-directory are stored in <tomcat-dir>\webapps\examples\ so both in t