{gif} conerns GIF (Graphics Interchange Format) bitmap images.
8
votes
2answers
108 views
TikZ image with hyperlinks --> GIF/PNG image + HTML image map
I have a (complex) TikZ-based figure with hyperlinks. Now I need a web version of this figure that preserves all hyperlinks. Converting the PDF to GIF or PNG is trivial, but for the hyperlinks I ...
9
votes
1answer
204 views
Package animate is great but could it have a better animation compression?
I just tried the animate package to get pdf files with animations and it works great!
However, I noticed that the size of the files generated is 10 times larger that what it could be for the ...
5
votes
1answer
1k views
Putting animations into latex beamer presentation. Use png, gif?
I need to put an animation into a slideshow I am making using the beamer package for LaTex. Ideally I would like it to loop and play again and again like a GIF, but anything similar would work as ...
10
votes
2answers
3k views
gif image in beamer presentation
I wish to display some animations in my beamer presentation. The most trivial way that comes to my mind is to use a gif image. How can I put it in the presentation and what should I use to display it? ...
15
votes
2answers
642 views
How to convert pstricks animation to GIF file?
As an example, let's take this animation. How can I convert it to GIF file?
0
votes
0answers
58 views
Is it possible to create an animated GIF from LaTeX? [duplicate]
Possible Duplicate:
Converting beamer slides to animated images
I wrote a LaTeX beamer presentation with an animated Tkiz figure. Creating PDF files work perfectly, but I would like to ...
4
votes
1answer
5k views
Including GIF image in pdflatex document
I'm trying to include GIF image in my LaTeX document. To my understanding this is possible. I'm using pdflatex and I get the following message:
ERROR: LaTeX Error: Unknown graphics extension: .gif.
...
22
votes
3answers
1k views
Converting beamer slides to animated images
As a follow up to Highlighting specific parts of a TikZ drawing, I'd like to know how to generate an animated image (gif) from a series of beamer slides.
Martin Scharrer came up with this example:
...
7
votes
3answers
16k views
How to add a gif file to my LaTeX file? [duplicate]
Possible Duplicate:
Convert gif image to png on the fly
I have an image file -- a gif file, which is the graph of a function.
How do I add it to a LaTeX file? Will it come out OK in the ...
9
votes
2answers
9k views
Cannot determine size of graphic in * (no BoundingBox)
I use convert filename.gif filename.eps to produce EPS from images before include them into TeX document, and get error:
! LaTeX Error: Cannot determine size of graphic in filename.eps (no ...
10
votes
1answer
6k views
Is there any way to include an animated GIF directly?
Is there any way to include an animated GIF directly in either PDFLaTeX or XeLaTeX? I realize the animate package can include animations in a PDF, but it doesn't support animated GIFs and you have to ...
9
votes
4answers
2k views
Convert gif image to png on the fly
I am using pdflatex on linux and attempting to convert gif to png.
I can run scripts to find out the image attributes and even and convert
the files supplied from a folder but I can not write back to ...