Quantcast
Browsing all 233 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

ImageMagick: Combine animated GIF with PNG frame

I have an animated GIF of a fixed size (600x200):I am trying to combine this GIF with a PNG frame:The frame is larger than the GIF (640x260) but has a designated 600x200 space - the GIF just needs to...

View Article


Super gif is showing 2 iterations of the gif despite loop is set to off

I have this code:function gifattack() { var gifimg = document.getElementById('gifimg'); var rub = new SuperGif({ gif: gifimg, progressbar_height: 0, loop_mode:false } ); rub.load();}gifattack();<div...

View Article


Image may be NSFW.
Clik here to view.

How to set the opacity of a shape and its text?

ContextMermaidjs does not natively support animation. I need to create gif files similar to this:The problem with this approach is that the graph is always re-arranged whenever a new node is added to...

View Article

Differences between console output stream and file stream for media

I encountered a problem while trying to render a GIF in Go. The output GIF file cannot be opened when following a certain method, but works fine with another approach. I found Rendering .gif in Go, but...

View Article

Image may be NSFW.
Clik here to view.

How do I create a MatPlotLib or similar graph that varies with time?

What I am trying to do is to plot the data from an orbital simulation using Matplotlib; an example of what I am trying to achieve is attached below.I have the data of planets as well as the spacecraft...

View Article


Is it possible to plot a series of matrices in this format using gnuplot

My code currently creates an output that comes out as so (using example numbers)0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.0...

View Article

how can i add padding to my gif image using wand library python

Right now i am creating a blank background image and compositing the original image over the blank image to give effect of padding. but it is returning only a single frame after composite function....

View Article

Encoding gif to base64 without writing to disk python

I am able to encode a gif to base64 by saving the data first. imageio.mimsave(output_fn, [img_as_ubyte(frame) for frame in gif], fps=original_fps) with open(output_fn, "rb") as gif_file: detect_base64...

View Article


How to use gifencoder and return dataurl?

Here is the sample from gifencoder: const GIFEncoder = require('gifencoder'); const { createCanvas } = require('canvas'); const encoder = new GIFEncoder(320, 240); encoder.start();...

View Article


How to overcome 10 sec serverless limitation timeout in Vercel?

Our React / Next.js web app has an animation rendering part. We does image rendering, generating GIF / MP4 with Vercel serverless solution.But typically operation does not finish in 10sec. Sometimes it...

View Article

PictureBox plays gif twice

I'm trying to create add a super simple animated gif to a PictureBox control in WinForms.And I'm having this super weird issue, that the gif runs twice, even though the gif is created to only run...

View Article

How to use animated gif in Firemonkey?

How can I use animated GIF in Firemonky. I can load the gif using Timage but it's not animating. I am using Delphi 10.2 tokyo.

View Article

How to Adjust Frame Delay for Each Image in Swift when Generating a GIF?

Currently I’m working on a project to create a GIF from some images. I used a method (generateGifFromImages) from GitHub that takes a CGImage structure, which allows you to set the frame delay for each...

View Article


Gif is Slow in Visual Studio C# Winform Application?

I have try to display a gif in my windows forms application using pictureBox, Its works but gif is plays slower than the original gif.I've tried to increase the speed of gif but after increasing also...

View Article

Java swing problem transparent animation gif

Why in java when I try to use a transparent gif animation its image is distorted or has pixel inconsistency? I wanted to make sure if the problem was Jlabel's problem, but I showed the gif in different...

View Article


Gif image looping only once

I was trying to figure out how to make sure that a GIF image what I put to my WindowsForm project through picturebox going to loop only once and still without finding an answer even after going through...

View Article

Image may be NSFW.
Clik here to view.

Is it possible to embed animated GIFs in PDFs? [closed]

Is it possible to embed animated GIFs in PDFs? And how might I go about such a thing? are there any dangers I should be aware of?For some more details on why I think it's a good thing and how it helps...

View Article


How can i create scrollable data widget or chart in power BI Desktop?

I want to create scrollable data widget or chart in power BI desktop like https://user-images.githubusercontent.com/80174214/193887395-f1c95042-b4e6-480e-a89c-a78aa247fa90.gifIf directly not possible...

View Article

Image may be NSFW.
Clik here to view.

Android Java Play gifs only once time

I want geese when a user double-clicks on a post a gif is played. For this I used pl.droidsonroids.gif.GifImageView like so:<pl.droidsonroids.gif.GifImageView android:layout_width="match_parent"...

View Article

how to convert my animated SVG in to GIF fromat

I didn't found any efficient solution right now,I'm able to do it with puppeteer and FFmpeg but it takes time andalso did not get the resolution that I wanted.currently, this approach launches svg in...

View Article
Browsing all 233 articles
Browse latest View live