I tried the following
new GTileLayer(null, _minZoom, _maxZoom, { isPng: true, opacity: 0.6 });
But in IE8, while the alpha opacity works, the pixels in the PNG that already had translucence they show a grey color and standard opacity.
I have noticed also that PNG files that contain alpha transparency and their transparency is not mod...
This is driving me insane: I'm an intern: my boss wants me to use the jquery plugin "supersleight" with 32-bit png's to make them transparent in IE6. I got all the html working, and they are all placed correctly, but when I apply the javascript those png's that use padding are stretched out. I needed padding to get some buttons in place ...
HI,
All of a sudden today png files of my web application are not showing up in the browser.
I am using Visual Studio 2008. The files are not even opening in the vs editor.
When i double click on the icons in the vs editor it is saying
"Cannot load file. Unknown bitmap format." But so many days those were there and was working
fine...
I'm constructing a book of sorts in Actionscript 3 (FlexBuilder) and am trying to size an image dynamically according to the dimensions of it's source file. But, I've found that if I don't explicitly state the width and height of an image, they trace as 0.
So that I can scale down an image to fit within a given space, how do I get th...
(Note: I have solved this problem, but it took long enough that I'm posting question/answer here.)
The Xcode build process "optimizes" my PNGs when building. This isn't usually a problem, but iTunesArtwork being processed in this way causes corrupts it so that iTunes not to be able to show it. How can I prevent this?
...
Is animated PNG, whether APNG or MNG about to get cross browser soon? Does anyone know their status? Is Webkit or IE considering supporting them?
Thanks.
...
PHP and GD seem to have trouble creating images from PNGs of type greyscale with alpha when using imagecreatefrompng(). The results are incredibly distorted.
I was wondering if anyone knew of a way to test for the colour type in order to notify the user of the incompatibility?
Example:
Original Image: http://dl.dropbox.com/u/246391/R...
I have PNG and need to know if it has an alpha (or if the alpha is completely white)?
How can I accomplish this in vb.net code.
...
Some PNG images although just 150px x 160px wide have 60KB filesize. I've already run them though optimizers (ImageOptim for Mac) but that didn't help much.
Is there any way to compress it further, either manually or using some other tool? 60KB for a normal 150x160 image is really unacceptable and I can't use JPG or GIF there because I...
I have an <a> element set to display:block, inside of which is some text and a png image. The <a> is set to text-align:right and the image is set to float:right.
It's fine in all browsers except IE (8, but haven't tried with earlier versions of IE), which displays the image below the text. If I do the old negative margin trick, it overl...
Hi,
I have a routine which reads in an image, resizes it and positions it on a new background (brand new bitmap, just the size is set).
This all works absolutely perfectly, but now I would like to reduce the size of the PNGs it outputs - if I output jpegs, I get the ~4K or so file size I expect, but my PNGs are more than 30K in size.
...
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. I've tried several client-side solutions, but all fall short on one aspect or the other (most don't support the css property background-repea...
The problem is this:
I have a div (#bottom), which is NOT floated, which has a pre-defined height in CSS (of 24px;), which USED TO display its background (bottom.png) until I put something inside.
CSS:
#bottom {height: 24px; background-image: url("bottom.png");}
HTML:
<div id="bottom">
<div id="somethingInside">
</div>
</div>
N...
I would like to split a large PNG file into A4 pages so they can be printed out easily.
I would like to use a Linux command line script to do this:
shell> split-into-a4-sized-pages some-big.png
...
For dvipng, the -D option increases the dpi of the image but also increases the image size, and the -Q option improves antialiasing but doesn't do enough. Is there a way to increase the image resolution and quality without increasing image size?
...
I need to take a list of words and create a PNG file of each, with a transparent background.
I’d like my script to allow for adjustable opacity of the foreground, but I can probably also do it after the fact when the images get imported into Matlab.
I imagine this is doable with ImageMagick and have installed that on my Mac. If someon...
Hello.
I have been checking a lot of topics on this situation and still haven't found a solution to this problem. Is it even possible?
I have a website (http://dev.ultimate-web.dk) which uses the cycle plug-in (http://malsup.com/jquery/cycle/) to fade the top cases. As you see on the first image when the fading occurs, it gets a black ...
i write and my page loads it find. When i click on the link instead of having the image show on screen it promps me to download it. Why? How can i make it display in the browser? gif and jpg both display in the browser.
-edit- i am using FireFox 3.5 there is no code that serves it, its just a link and the file exist in my folder. The l...
Is there a simple plugin or some robust code that would allow me to animate PNGs with a simple start and stop method? TSM, Alex.
[Edit: I made a jQuery plugin that animates PNGs. Will post when it's all done.]
...
Greetings.
For a PHP-Project, I have to build PNG-images where I pass some text and then let imagick generate the image for that text. I did this kind of stuff with success in gd, but only had 1 font (per text-generation-block) to play with.
As I want to change between 2+ fonts while generating this textblock I read a lot in Google, bu...