gif.md

July 15, 2021 · View on GitHub

Bookmarks tagged [gif]

www.codever.land/bookmarks/t/gif

ScreenToGif home page

https://www.screentogif.com/

Free screen recorder tool. Record, edit and save as a gif or video.


Optimize animated GIF

https://ezgif.com/optimize

GIF compressor optimizes GIFs using gifsicle and Lossy GIF encoder, which implements lossy LZW compression. It can reduce animated GIF file size by 30%—50% at a cost of some dithering/noise. You can a...


Gifsicle: Command-Line Animated GIFs

http://www.lcdf.org/gifsicle/

Gifsicle is a command-line tool for creating, editing, and getting information about GIF images and animations


Gifski | Sindre Sorhus

https://sindresorhus.com/gifski

Gifski is a macOS app for the gifski encoder, which converts videos to GIF animations using pngquant's fancy features for efficient cross-frame palettes and temporal dithering. It produces animated GI...


High quality GIF with FFmpeg

http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html

About two years ago, I tried to improve the support of the GIF encoding in FFmpeg to make it at least decent. This notably led to the addition of the transparency mechanism in the GIF encoder. While t...


awesome-gif

https://github.com/davisonio/awesome-gif#readme

:sunglasses: A curated list of awesome GIF resources - davisonio/awesome-gif


High Quality Gifs with FFMPEG

https://medium.com/@colten_jackson/doing-the-gif-thing-on-debian-82b9760a8483

After getting FFMPEG installed, let’s try it out on a MOV downloaded from my google photos account: ...


Even more about how Flexbox works — explained in big, colorful, animated gifs

https://medium.freecodecamp.org/even-more-about-how-flexbox-works-explained-in-big-colorful-animated...

Last time we got started with the basic Flexbox properties: flex-direction, justify-content, align-items, and align-self.

...

  • :calendar: published on: 2017-02-21
  • tags: flexbox, gif

How Flexbox works — explained with big, colorful, animated gifs

https://www.freecodecamp.org/news/an-animated-guide-to-flexbox-d280cf6afc35/

Flexbox’s underlying principle is to make layouts flexible and intuitive.

To accomplish this, it lets containers decide for themselves how to evenly distribute their children — including their size a...

  • :calendar: published on: 2017-01-31
  • tags: flexbox, gif