Tagged Questions
The png-24 tag has no wiki summary.
4
votes
5answers
299 views
alpha transparency solution in IE
I am building a website with a TON of png-24 files that have transparent background. In IE 6 they obviously aren't displayed correctly, so I need some sort of reliable, good solution that will fix the ...
3
votes
1answer
191 views
Using CSS, can Google Chrome create an alpha channels effect similar to a 24 bit PNG?
You can make some cool tricks using a 24 bit PNG, which has a gradient from opaque to completely transparent. Elements sliding beneath this PNG will appear to disappear whilst fading.
Is this ...
2
votes
1answer
589 views
iPhone Tab Bar Control Icon Problem
I have a problem using icons with the tab bar control and I don't know to fix.
The icons I'm using are png format 24*24.
They have a grey gradient background with a black shape in the middle.
The ...
2
votes
2answers
686 views
Java ImageIO: Can I convert a PNG-24 file to PNG-8?
The scenario is this:
Users of the webapp can customize the website by choosing their own logo image, background colors and background images.
Problem is that IE6 does not support transparent PNG. ...
2
votes
5answers
951 views
Transparent background png image issue in IE6
background image of type PNG is not transparent in ie6
2
votes
3answers
818 views
PNG8+Alpha from Fireworks (colormap) are different/smaller than from elsewhere (RGBA). Why?
In Fireworks, when you export a PNG8 file with alpha transparency, the resulting file will be something like this:
png8-fireworks.png: PNG image data, 500 x 500, 8-bit colormap, non-interlaced
If ...
2
votes
2answers
1k views
How can I tint transparent PNG files in PHP?
I have a transparent PNG image. The transparent areas need to remain completely transparent, but the other areas need tinting with a particular hue.
What's the best way to do this using GD?
Cheers,
...
2
votes
6answers
3k views
How can you tell png8 from a png24
I'm working on a website that uses lots of png24 files, for transparency.
I need to replace them with png8 files, as all the png fix style javascript workarounds for png24 cause IE6 to lock up ...
1
vote
1answer
164 views
Convert 32bit PNG file to 24bit PNG file
How to convert 32bit PNG file to 24bit PNG file using PHP.
btw I am using Codeigniter, and planning to host files at Dreamhost.
Thanks!
1
vote
1answer
450 views
png-24 and Browser Support
Sorry for a very basic question (so don't have a cow, and tell me to "google it, duh"). Be chill and happy.
Should I use png-8 or png-24 in my website? Do most websites still use png-8 or is browser ...
1
vote
1answer
270 views
Java Applet Transparency background
I am developing a Java applet which uses PNG-24 for icons. These icons are transparent but they simply refuse to be transparent in the app. The background always ends up white.
Is anyone familiar ...
1
vote
2answers
468 views
How to tell if image is PNG24 or PNG8 and the number of bits and channels?
I am trying to distinguish PNG-8 and PNG-24 images with getimagesize or Imagick, but I don't quite know how to to it.
getimagesize does not return channels for my PNGs and displays the mimetype ...
1
vote
1answer
694 views
PHP Watermarking - Zubrag
I'm using zubrags PHP watermarking script (attached below) and it works great except when I try and use a PNG-24 as my watermark. The resulting image has a garbled, non-transparent watermark. I'm ...
1
vote
5answers
679 views
Sprite/PNG graphics-heavy site, oh my!
I need to create a site that is very graphics-heavy (torn paper backgrounds with transparent shadows over textured graphics, etc.) One way that I was thinking of saving on file size was to drop all my ...
1
vote
2answers
764 views
Just in theory: How is the alpha component premultiplied into the other components of an PNG in iPhone OS, and how can it be unpremultiplied properly?
Actually, I thought that there would be an easy way to achieve that. What I need is pure alpha value information. For testing, I have a 50 x 55 px PNG, where on every edge a 5x5 pixel rectangle is ...
0
votes
0answers
49 views
PNG rollover IE6 and Joomla! menu images
*Im using DD_belatedPNG script for PNG-s. Everything works quite fine, but rollover images wont work.
Rollover images are in my Joomla! article. What script I should use or how can I make them ...
0
votes
2answers
233 views
jquery pngfix not working
I have a site with a lot of bg png images. css like this:
div#carousel ul#slides li.monitor{
background:url(../images/monitor.png) no-repeat center top;
position:relative;
}
and I have ...
0
votes
0answers
51 views
Outline JQuery plugin for output a wireframe image of an object
I'm searching for a Jquery plugin that can take a transparent PNG (PNG-24) image of an object, let's say a computer image with a transparent background. The script should be able to output an image ...
0
votes
0answers
297 views
keyup(), change(), events problem on IE8 (load image works only one time)
am front of a problem on IE8. (not tested on IE9)
this is my little programm with some HTML + Jquery
a picture worth a thousand words
you can take a view here http://twixtop.lescigales.org/color/
...
0
votes
1answer
514 views
How many bits per component do I have to specify for pngcrunch-optimized 24bit PNG files with alphatransparency?
CGBitmapContextCreate takes an parameter that's not very obvious to me:
For example, for a 32-bit pixel format
and an RGB color space, you would
specify a value of 8 bits per
component.
I ...
-4
votes
6answers
697 views
How to make inline png <img> transparent using css?
How to make inline png transparent inside div? using css
<div id="report'>
<p> some text </p>
<img src=transparent.png" />
</p>
</div>
this is image for ...