I have a script that colors the requested country on a world map with GD and PHP. The PHP requests are called with checkboxes. It kind of looks like if you call the PHP scripts too fast then it returns an "Xed out" error image. Is there a way to queue the PHP requests with setTimeout or something else, so a new checking event never fa...
Do you know a Java library to render static SWF file (no animation, just raster and vector images on a canvas) to PNG? I know swfrender (a part of swftools) but I need java, not C.
...
HDC hdcMem = CreateCompatibleDC(hdc);
HBITMAP hbmOld = SelectObject(hdcMem, g_hbmBall);
GetObject(g_hbmBall, sizeof(bm), &bm);
BitBlt(hdc, 0, 0, bm.bmWidth, bm.bmHeight, hdcMem, 0, 0, SRCCOPY);
I've found that many games use bitmap for displaying animation . But can we use png instead ?
Because bitmap is quite big when i convert fron ...
I have and image which gets stretched to its full background, regardless of the monitor size.
What i need to do is apply cross-browser blur above this image on only a portion of the left hand side.
So it gives the appearance of a blur on the image. If i apply it to the image then when the screen resolution changes size so does the si...
I have created a nice multiresolution favicon.ico containing 16x16, 32x32, & 48x48 resolution icons. These load up all pretty-like within browsers or when the site is saved to the desktop.
However, the same image is also being used on the website (specifically, as an icon within a toolbar). Currently, the 16x16 icon is also saved as a p...
Hi,
On this page http://browserupdate.microdual.com/ i have a bug on Internet Explorer.
How to fix it?
I had already used the DD_belatedPNG.fix() function, but it didn't worked.
Thanks to all
...
Here is the PNG file and what it looks like in a QWebView when accessed via http://sstatic.net/so/img/logo.png:
When accessed via HTTP:
<img src="http://sstatic.net/so/img/logo.png" width='250' height='61' />
When accessed via a resource:
<img src="qrc:/images/logo.png" width='250' height='61' />
As you can see, the only modific...
Basically, I have an application that uses a flip-book style animation technique. I am simply cycling through around 1000 320x480 pngs at 12fps, and everything works really well. Except for the fact that 1000 images takes up a ton of disk space. Ideally I'd like to be able to compress these images as a movie file and pull out each fra...
Is there a script or program that does that?
...
Hey, I've been having this problem for a while now and I was hoping someone could help.
I make small games using Java on Mac OSX 1.6.3 and if I use PNG's as the image format my CPU usage by Java skyrockets to say 50% (on a very small 2D game). However if I use GIF as the format my CPU usage by Java stays constant at 10% which is reasona...
-- read the whole question before answering --
Hi, i work on a big website that had a lot (45000+) of png24 images (with semi transparency).
I converted them to png8 and it works very well (a big help on page load time...).
The thing is i had to keep png24 files for ie6 users (with alpha filter to have semi transparent pixels) because...
Hello,
I'm using a PHP script that dynamically generates transparent PNGs for use as CSS backgrounds from a query string that takes RGBa and HSLa values. The original script can be found here, I've only added HSLa support.
Because background URLs with PHP query strings aren't very pretty, and because it seems to break the IE 6 transpar...
I'm using the 3d image carousel available at http://www.professorcloud.com/mainsite/carousel.htm .
It's great but I've hit a wall with regards to transparency support for IE6.
As the images are being manipulated by javascript after they are loaded, it's quite a headache. All the mainstream png fixes fail in one way or another...eithe...
Hello
I'm working in a big java project, with about 400 classes. Suddenly I got this error
sun.awt.image.PNGImageDecoder$PNGException: crc corruption
at sun.awt.image.PNGImageDecoder.getChunk(PNGImageDecoder.java:699)
at sun.awt.image.PNGImageDecoder.getData(PNGImageDecoder.java:707)
at sun.awt.image.PNGImageDecoder.produce...
Is there any PNG-fix for IE 6 and without modifying current HTML, CSS and image name?
any javascript way.
I can add any thing in <head>........</head> but can't modify anythings inside <body>.....</body>.
in one shot i want to make transparent all png transparent.
...
Running Turbo Delphi Pro.
I'm using TImage to display a png image.
When I restart Delphi and load the dpr file, TImage is still there, but the picture is lost,
requiring a reload of the picture before compiling.
At first I thought it's a path issue, so I loaded the picture from the same directory as the dpr, but it didn't help.
What ...
I'm looking for an animated Loading icon that is also transparent; however (I know I'm lazy) I dont want to make my own. Please forgive me if this is not the correct forum for this post, I've just had so much luck here in the past. does anyone know where I can find one of these....it needs to be very small (icon size).
...
I have a project where I need to convert a large number of image types to be displayable in a Silverlight app - TIFF, GIF, WMF, EMF, BMP, DIB, etc. I can do these conversions on the server before hydrating the Silverlight app.
However, I'm not sure when I should choose to convert to which format, either JPG or PNG. Is there some kind of...
i have to convert 60px X 60px images to png for my web site with imagemagick.
convert image.jpg image.png
But it's return an image with 4kbyte size.
I want get a size around 1kbyte.
How can i do?
thanks
...
I have a child page with an UpdatePanel on it that is connected to a timer that autorefreshes every 5 seconds. I've tried a few different PNG fixes, and they work until the UpdatePanel refreshes that section. Then, depending on the fix the PNGs either disappear or go back to nontransparent. Do I need to forcefully run the javascript when...