gif

textelements with transparent background php gd

Hello, i would like to create text on a transparent gif background with php and the gd library like this: http://www.gutscheinvordrucke.de/kulinarisch/candlelight-dinner.html But in my application, the text hasn't a good quality. Does anybody know the best practice like in the posted link? Here is my code to create textarea with a tra...

Splitting GIF Frames In Ruby on Rails

Hello, SO! I'm messing around with rails and hope to try some different image manipulation techniques. My main goal is to learn more about different image formats and the various ways to interact with them. The first thing I'm attempting to do is split the frames in a GIF image and randomly reorder them into a new image. I've researche...

Python - render HTML content to GIF image

How can I render HTML content to GIF image? I found how to render it to PDF using reportlab, but no luck with GIF. I want something like xhtml2pdf.com but final result should be not in pdf, but in image. ...

Restart an animated GIF from JavaScript without reloading the image

I am creating a slideshow of animations using animated GIFs. I'm crossfading from one animation to the next. The problem is: the only way I have discovered to ensure that the GIF starts animating from the first frame is to reload it each time it's shown. The GIFs are 200KB or so each, which is way too much bandwidth for a continuous slid...

Animated gif to avi on linux

Is there any way to convert an animated gif to a video format (e.g. .avi), on linux? p.s. i have already tried ffmpeg's ffmpeg -i thegif.gif thevideo.avi but all i get is the first image of the video. ...

Transparent Images

Does anyone know if IE now supports transparent png's etc...? Does chrome as well? ...

Control speed of gif in C#?

Is there any way to control the speed of animation of a GIF image in C#? ...

Replacing image extensions in jQuery, go from .png to .gif on the fly

So, I'm using CSS3 in order to create sidebar boxes in my site design, this works nice and dandy. Using http://css3pie.com in order to create the effect in IE. Again, nice and dandy. Now, comes my issue - For each relatively positioned module, there is an absolutely positioned icon within it, that is set to being top: -20px in order t...

How do I highlight a gif image in a html page .

I have a bunch of HTML pages on my PC. These pages have .GIF images in them and some other navigational links. The GIF images are scanned copies from a book. I would like to highlight some portion of the GIF image in the HTML document and save it. Is this possible. Thanks. ...

Best way to convert Image Type to Image Type in embedded Java?

I'd like to convert (back and forth) the following - PS to TIFF - TIFF to PDF - PDF to TIFF - GIF to TIFF - JPEG to TIFF - TIFF (LZW) to TIFF (CITT G4) Where, if not specified, TIFF is CITT G4 encoding. Within embedded code of a Java app; any recommended solutions? ...

Can I make GIF animation frames play faster in ActionScript?

like say i have a gif that has 10 frames. what is the code that will help me make the gif go through those frames at a quicker pace? ...

How to convert animated GIF to static in PHP ?

I need to convert animated GIF to static in PHP. I mean e.g. use its first frame. Any idea how to do that ? ...

Gif animation does not restart on new page...?

I made a GIF animation running for a few seconds, and is not looped. When I put the gif on different pages, the animation does not restart because its cached... it just stays on the last frame. How can I make it restart when it is on a new page? I know of ways how to rename it or add "?" to it, but it will give me bandwidth issues. Any ...

How to restart a gif animation on a new page?

I made a GIF animation running for a few seconds, and is not looped. When I put the gif on different pages, the animation does not restart because its cached... it just stays on the last frame. How can I make it restart when it is on a new page? I know of ways how to rename it or add "?" to it, but it will give me bandwidth issues. Any ...

Converting GIF images to nsdata

Hi all, I have an iPhone application that needs to save an image onto the database in BLOB format. The problem is that if the image is in .gif format then it cannot be converted to NSDATA format and hence i am not been able to save that onto the database in BLOB format. What should I do? Please help with some code.. Thanks in advance...

static gif not shown in webview for android >1.6

Hi, I'm just using a webview to show an static image with zoom controls and I realised that zooming works better with .gif images. Now that I'm testing my program in all api-levels I have discovered that it works properly in Android 1.5 and 1.6 but in newer versions I only can see a blank page with zoom controls. Anybody knows how to sol...

wmz file to gif or jpg

Hi, How can i convert the "wmz" file to "gif" or "jpg" file in c#? ...

How exactly to make a CGImageRef from an image on disk

I've looked around everywhere to no avail. I'm doing some image loading in a thread and since UIKit is not thread safe I'm going to have to store the images as CGImageRefs but I can't figure out how to do this. I haven't played with any of the Quartz stuff before so it's confusing me. Basically I just need to load a JPG from the disk int...

GIF animation CPU consumption problem in C#!

I have made a GIF Animation user control which loads gif animations and have created about 30 of them in my project each animating a GIF. The problem is that when I check my CPU usage it is about 70%+!!! I'm sure something is wrong with this! Please help me. Here is the code of that GIF Animator control: public class AnimatedImage : Sys...

How do I detect an animated GIF's ticks per second?

I'm looking for a way to detect the (average) frame rate of an animated GIF using Linux. PHP's Imagick class seems to provide this functionality but I rather avoid installing a ton of libraries to get it to work. http://www.php.net/manual/en/function.imagick-getimagetickspersecond.php Is there a simple way to do this? ...