Click here to Skip to main content
15,885,150 members
Everything / GIF

GIF

GIF

Great Reads

by Bjørn
Editing GIF colors without touching the image data within
by dynamichael
Build an oct-tree from a color palette for a fast nearest color search

Latest Articles

by dynamichael
Build an oct-tree from a color palette for a fast nearest color search
by Bjørn
Editing GIF colors without touching the image data within

All Articles

Sort by Score

GIF 

10 Nov 2018 by Bjørn
Editing GIF colors without touching the image data within
25 May 2019 by dynamichael
Build an oct-tree from a color palette for a fast nearest color search
11 Dec 2015 by Yuriy Loginov
If you go with local storage, i.e. images saved on the device itself then every time you release more cartoons you will have to roll out a new version of the app. Also the app may become too big and not even fit on some older devices. My advice is go with web/cloud storage and pre-fetch...
9 Dec 2015 by Jochen Arndt
You can use FFmpeg[^].Links on how to use FFmpg with YouTube videos: FFmpeg Wiki: PlayingYoutubeVideos[^]http://superuser.com/questions/680323/processing-youtube-video-in-ffmpeg[^]
11 Dec 2015 by Member 12201256
At what point, in terms of the quantity and size of images that you want to display in an app, is it better to serve images from a Web site than to store them locally in the app?I am cartoonist who is learning java and android development so I can create an app that displays my cartoons,...
21 Feb 2016 by GAFO
Hey Community,Im trying to take x pictures with the same size, lets assume 500x500and put them together as a final image in a animated gif style.I already managed the other way around, means to extract all frames from an gif file to an array: Image[] getFrames(Image...
21 Feb 2016 by Sascha Lefèvre
Don't know what you searched for but I got plenty of hits with this:c# create animated gif - Google Search[^]One of those hits is this CodeProject article:NGif, Animated GIF Encoder for .NET[^]It may have some issues, so somebody created a bugfixed version of it:NGif, Animated GIF...
20 Mar 2017 by Member 12931605
Hello I've created a search engine in which case you can search any game and a gif would appear. I am trying to add a total of 6 gifs per search but I have failed countless times. I hope my code can clarify what i am trying to do in which i have provided my code below. I would greatly appreciate...
4 May 2017 by Toni_s
Hi all. I have a question about how to play animation without to use too much memory. I want to load in every Timer Tick only one frame directly from the disk, without to load all frames into memory in a variable. I have make one function for this, but if i called it slows down in every frame a...
19 Oct 2017 by Member 13474534
Well, the thing is that in Linux with the Terminal I use nano to create a plain text file with the content "GIF89a2017" and I save it as rare and I know that due to that header the file is detected as a GIF image. The thing is that four bytes that I put next to the header, 2017 in this case,...
19 Oct 2017 by Richard MacCutchan
0x3032 is the hex representation of the characters '02' stored in a short. And (assuming this is on an x86 system) that will actually be seen as the two characters '20' when addressed as bytes. Similarly 0x3731 is the characters 71, or 17 in normal order. To store those two values as integers...
7 Mar 2020 by Member 13670629
I have encountered a problem whilst creating a changing animation in python 3, tkinter. I was trying to create a changing player gif animation when I found that the animation was not changing when I clicked the different keys that were previously defined. The error is that frames is not defined...
19 Feb 2018 by Member 13682761
I want to merge a video and Gif. My video is a picture and a song during 45 seconds and my Gif is a equalizer animation. I want to combine video and Gif , Gif opacity be 50%. I can't find any solution but I try do it by C# it doesn't work too. Thanks a lot. What I have tried: private void...
18 Feb 2018 by Donald jeffers
Please refer to this link. I hope this helps.
13 Dec 2018 by Gerry Schmitz
Yes; you display the (new) .gif in the "ProgressChanged" handler (because it runs on the caller's UI thread versus DoWork which "is" the background worker thread). And you have to call "ReportProgress" (to invoke ProgressChanged) from DoWork; it doesn't run by itself.
7 Mar 2020 by Member 14766525
You haven't set the frames list in the global environment. To do that, def animcontrollermethod(event): global frames .. .. # your code
13 Dec 2015 by Sradhanjali Behera
I want to convert a you tube video into gif image.I have tried a lot,but not getting any solution of this problem.I want that conversion script and coding.I don't have any idea.Any one can helpme.Thanx in advance.
11 Dec 2015 by Sergey Alexandrovich Kryukov
Probably you are talking about the piece of flash memory of an android device; usually, one is soldered inside the machine, and another one can be inserted in the slot. If you mean something else, please correct me.Imagine the user is you. If you force the user to use the internal, this...
30 Nov 2015 by Member 10189208
Hi,I want to make an add-in for outlook to covert a video file to gif which has two functionality to save the video file as gif image and attach the the gif in the mail body as attachment and thumbnail.Please give me idea to do this and what component I need to use and...
16 Feb 2016 by Member 12331330
I have an android app that gets pictures from the gallery and from the camera. I have the code as well to convert those multiple pictures that I choose to one GIF file but I don't know where exactly to include in my code or how and if there's anything that I need to include in my xml file....
13 Dec 2018 by TheBigBearNow
So far I haven’t had luck with my loading gif image when I am loading/checking my database connection I click my login button and I get no errors in my login I start my gif but I also start it in the dowork and progress section im not sure which section is actually right I know not to mess wih...