Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
69 views

I'm trying to make an interactive button in my single-page webapp, where a non-looping animated GIF can be restarted upon a user interaction, or specifically a click. I've looked through the Web and ...
Haley Halcyon's user avatar
3 votes
1 answer
187 views

Element A is a div with a black text (span element) and a black text GIF (img element) that has position fixed. Element B is a color GIF (img element) that does not have position fixed and when you ...
borjborj's user avatar
1 vote
0 answers
119 views

How can I display .gif images in Compose Multiplatform on Android and iOS? Coil supports gifs only on Android Using a native implementation with UIImageView on iOS doesn't work, since the gifs have a ...
Richard's user avatar
  • 11
0 votes
0 answers
32 views

I've been using Gifa11y on my website to automatically make all the gifs on my page able to be paused by the user. If you're unfamiliar, Gifa11y is vanilla javascript and creates still images from ...
user22607169's user avatar
0 votes
1 answer
164 views

In Qt Creator gif animations are played using the movie.play() methode (using a QLabel container). However, if I wish to play an animation in a QTextBrowser or QtextEdit container, using html notation ...
1138's user avatar
  • 17
1 vote
0 answers
86 views

I'm using Image widget to display a gif in a specific screen: Image.asset('assets/images/5SecondsCountDownGif.gif'), So, when this screen is displayed, user is supposed to see a 5 seconds count down, ...
A-E's user avatar
  • 3,417
0 votes
1 answer
61 views

So here is my code: <img src={currentQuestion?.GIF_URL} key={`${GIF_URL}-${currentIndex}`} alt='gif' style={{margin: '0 auto'}} /> As you can see I've added in a key to tell React to trigger a ...
TheHollyRoller's user avatar
0 votes
1 answer
313 views

I have the following code that creates 60 frames using Pillow in Python 3.11.10 and that I want to use to create a GIF image (repeating endless), with a duration per frame of 0.1 seconds. The first ...
Alex's user avatar
  • 45k
0 votes
1 answer
75 views

I am trying to crop the gif by identifying the objects within the file and eliminating the spaces where there are no objects. I have a code which splits the gif by processing each frame of the gif. ...
Ushay's user avatar
  • 125
1 vote
0 answers
48 views

I am trying to create a gif using 3 different images where I specify the duration for each image. Is there a good way to make the duration variable for each image? Alternatively, is there a way to ...
BlueScreenOfJeff's user avatar
0 votes
1 answer
45 views

I am trying to convert a gif, first crop it then convert it into a gif which only loops once. It loops only once when I use Microsoft "Photo" app. However when on a html page it loops twice. ...
hehe's user avatar
  • 853
0 votes
1 answer
320 views

I'm working on creating a somewhat complex custom CSS page for Itch, which restricts me to using only CSS and HTML—no scripts allowed. I'm facing an issue where I need two separate GIFs to play ...
Mathue24's user avatar
  • 188
0 votes
1 answer
85 views

I'm working on some compatibility stuff with my freeware hurricane tracker, JStrack, which has been based on Tcl/Tk 8.4 for a LONG time (didn't know 8.6 was 100% backwards compatible, so now swapping ...
GTbrewer's user avatar
  • 165
0 votes
0 answers
68 views

I am using tkinter to create a project. It runs fine, until f9 is pressed of which multiple instances of a gif sometimes overlap themself. I have no idea why this is happening, I have tried different ...
bap's user avatar
  • 1
0 votes
1 answer
62 views

Could you please tell me why this MWE of an animated GIF, compiled in R, does not animate? library("ggplot2") library("gifski") library("gganimate") library("dplyr&...
ahorn's user avatar
  • 247
2 votes
0 answers
99 views

I am trying to apply hue and saturation effects to all frames of a gif using this library. The adjust.Hue() and adjust.Saturation() functions accept an *image.RGBA, so I am converting the *image....
EricFrancis12's user avatar
0 votes
2 answers
140 views

I'm using gif_view to control gif in flutter and when it finishes playing, it is coming to initial position, but I want it in last position itself. import 'package:gif_view/gif_view.dart'; final ...
Hitesh Bharadwaj's user avatar
3 votes
1 answer
136 views

In this question, I created a GIF that shows the convergence of pentagons using a zoom-in animation. I used GeoGebra to graph and animate 50 pentagons. However, zooming in on the 50th iteration ...
pie's user avatar
  • 127
0 votes
1 answer
123 views

I am importing gifsicle via 'https://unpkg.com/[email protected]/dist/gifsicle.min.js' and have successfully used it to optimize my gif files generated with gif.js. However, I am now ...
PPExpress's user avatar
1 vote
1 answer
493 views

Error: java.lang.IllegalArgumentException: capacity < 0: (-1611268096 < 0) at java.base/java.nio.Buffer.createCapacityException(Buffer.java:279) at java.base/java.nio.Buffer.<init>...
Prostoblodi's user avatar
0 votes
0 answers
77 views

I am trying to create a script in which if you press the capslock key a gif image appears on the screen, but the gif image appears with a solid black background, it is not transparent, what am I doing ...
Juan dalton's user avatar
1 vote
0 answers
117 views

I'm working on a Shopify store where we use several GIF images to showcase product features. However, I've noticed that GIFs can take a while to load, especially on slower connections, which impacts ...
Bra11y's user avatar
  • 11
0 votes
0 answers
60 views

I am trying to chromakey a GIF and the result is weird. The GIF should have a framerate of 30 FPS, but when I put the chromakeyed and transparent frames back together the GIF isn't what it should be. ...
user747381341243's user avatar
1 vote
1 answer
177 views

My problem is that in my code the GIF plays once and then gets stuck. I've already tried various ways to solve this but unfortunately nothing helped. I tried stopping it, then setting it to position ...
MAB's user avatar
  • 23
1 vote
1 answer
476 views

It seems that no matter how much you look online for compositing a still background image (like png or jpeg) with a gif there are no complete solutions. Overlaying a gif on a still background seems to ...
Sharp Dev's user avatar
  • 1,080
1 vote
1 answer
843 views

I have created a simple program using discord.js, what I want is to combine a still image with an image containing animated frames, then the bot will send the result of the animated image and the ...
AchrafOu's user avatar
1 vote
2 answers
69 views

I want to draw a gif as background to the starting window of my java project (small game in Java swing for school). Here's my code so far: package graphic; import javax.swing.*; import java.awt.*; ...
shōgun's user avatar
  • 13
0 votes
0 answers
116 views

I have the following code which so far, works fine. The problem is when I try to save the animated gif. All of my tries end up losing quality of image, the text annotations get misplaced and the ratio ...
Paula's user avatar
  • 675
0 votes
0 answers
185 views

So I am generating GIF images by taking imageData stored in an array, undoStack[], and using gif.js to compile them into a gif. I found out that the images are coming out quite large in comparison to ...
PPExpress's user avatar
0 votes
0 answers
109 views

I currently have a GUi that works with a zip file, that contains a few thousand .zip files of .csv data My script currently works correctly, but im looking to add a gif that is displayed while the job ...
iva hardy's user avatar
1 vote
0 answers
39 views

How can I seek playback time of a gif? I'm trying to have a progress bar for gifs to pause/seek at specific gif's playback time. I couldn't find any HTML DOM property/interface like videoElement....
Omar's user avatar
  • 7,841
1 vote
0 answers
972 views

I'm trying to use the gif.js library by manually importing the gif.js and gif.worker.js files in a script tag as such: <script type="text/javascript" src="./js/gif.js"></...
user avatar
0 votes
0 answers
90 views

I'm attempting to load a .gif file from the asset folder, but it loads very slowly on OnePlus devices. I've tested it on other devices, and the gif works well on them. I've tried using the ...
Smarpit's user avatar
  • 109
-2 votes
1 answer
196 views

I have a collection of videos stored in an S3 bucket, and I'm looking to automate the process of converting these videos into GIFs using Python and Lambda. Each resulting GIF should be precisely 10 ...
rahulfaujdar's user avatar
0 votes
0 answers
2k views

I can successfully add gifs to an Image webpart on a SharePoint modern page. This works well. What I would also like to do is add a gif to the thumbnail within a SharePoint news articles page ...
dev123's user avatar
  • 25
0 votes
0 answers
149 views

In my flutter app I have a screen to show exercises names with gifs, the list is too long, when I add the gifs to the list, the gifs are not playing as expected, the gifs are only 2 seconds, when the ...
Zakarya's user avatar
  • 21
0 votes
1 answer
56 views

I want to display a GIF in my app that will be created from a list of network images. Can it be implemented using the image package just like creating GIF from local asset images?
Abel's user avatar
  • 77
0 votes
0 answers
103 views

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 ...
Pekka's user avatar
  • 1
1 vote
1 answer
108 views

I created a GIF animation with gifski package in R. Here is the input and output data (sorry I do not know if it can be shared via online storage service). https://drive.google.com/drive/folders/...
HSJ's user avatar
  • 841
2 votes
1 answer
136 views

I don't know how to desynchronize these two GIF images. I tested them in the following browsers: Opera and Edge. When I start the first GIF (on the left), I expect the second one to begin its ...
Dominik Szkotland's user avatar
0 votes
1 answer
169 views

I cannot figure out how to make my button start a gif while hovered and if its not hovered - it goes back to the previous background, and again on hover its start a gif from the starting position. ...
PoprostuIzI's user avatar
0 votes
0 answers
169 views

THESE ARE MY PRESENT CODES FOR GEOLOCATION (ASKING FOR PERMISSION): FOR LOCATE.HTML FILE: <!DOCTYPE html> <html> <body onload="getLocation()"> <iframe src="...
eric steel's user avatar
0 votes
1 answer
97 views

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 ...
Amit K.'s user avatar
  • 23
0 votes
1 answer
61 views

I do not know if it was like this from the beginning or not. After I upload my .gif files into my Wordpress library they shown as blank and even after using them in the webpage by any webpage builders(...
MiladReflex's user avatar
0 votes
1 answer
120 views

I am trying to combine multiple UIImage as 1 gif animated image. I have a problem if the number of frames (UIImages) is more than 20. The app is closing because of memory leaks. When createGIF starts ...
Kodr.F's user avatar
  • 14.5k
0 votes
1 answer
625 views

I want to export tiff RGB images as a gif. Following code works but the images have very bad quality (lots of noise introduced). import numpy as np from PIL import Image list_files = ["foo.tif&...
Václav Bočan's user avatar
0 votes
0 answers
253 views

I'm trying to save a series of images into a gif. I am trying to do this entirely in P5 without any other libraries or server side infrastructure. I got saveGif to work if I look at the main canvas, ...
calebhk98's user avatar
  • 306
0 votes
2 answers
67 views

To explain it as shortly as possible; I have two pictures inside a wrapper. I want these pictures to retain a ratio 3:2. I want the pictures to just push the next object further down the page. This ...
Oliver Gormsen's user avatar
0 votes
1 answer
215 views

I want to display multiple GIFs coming from the same folder within a streamlit app. The following parcel of code compiles but does not display nothing at all. import streamlit as st import base64 ...
Ludogiraud's user avatar
0 votes
0 answers
427 views

Following this question and not being able to solve it I have decided to use a gif to reproduce a movement on a splash screen. var img = new Image() { Width = 100, Height = 70, ...
Patrick's user avatar
  • 2,625

1
2 3 4 5
64