Any gif that claims to be showing
60fps
is simply untrue due to the fact that no web browser out there right now supports displaying gifs higher than50fps
. If you try to set your frame rate any higher than what the browser supports (or if you set the frame delay to zero) then most browsers will default to a playback of10fps
(over 5 times slower than you probably intended).
FROM: https://sebsauvage.net/links/?ZYOVJA
À savoir : les navigateurs ne supportent pas les GIF animés à plus de 50 images par seconde (50 fps).
Aperi'Solve is an online platform which performs layer analysis on image. The platform also uses zsteg, steghide, outguess, exiftool, binwalk, foremost and strings for deeper steganography analysis. The platform supports the following images format: .png, .jpg, .gif, .bmp, .jpeg, .jfif, .jpe, .tiff...
The other day, while watching La Carte aux trésors at my elderly neighbor's house, I casually played peg solitaire on a board she has.
After many failures at trying to get rid of all pawns but one, I started to wonder about the mathematics & algorithmics behind that game...
Back home …
fpdf2
is a minimalist PDF creation library for Python that I am maintaining.
With the release yesterday of its v2.4.0
, I'm going to present some of its notable new features since the latest minor version.
https://github.com/pyfpdf/fpdf2/
Doc: https://pyfpdf.github.io/fpdf2/
JPEG images …
A strange, fascinating website.
Dedicated to the Serial Experiment Lain anime.
Its webdesign is beautifully weird.
Remember to manually switch the encoing to Unicode/UTF8 if the characters encoding seems broken.
I just added a favicon to this site, representing a glider of Conway's Game of Life.
This GIF was made with a Python script. The source code is on GitHub, and uses Zhao Liang's gifmaze.py.
Feel free to reuse the code to make you own favicons 😉
<style> article img { transform …</style>Finding and extracting well-looping segments from a movie requires much attention and patience, and will likely leave you like this in front of your computer:
To make things easier I wrote a Python script which automates the task. This post explains the math behind the algorithm and provides a few examples of use.
Daniel Linssen, aka managore, is a fantastic indie game developer. I already mentioned one of his games, HopSlide, in a previous blog post (FR).
Now that it's clear that I am totally unbiased about this incredible game maker, lets talk about his latest games !
WalkieTalkie
This first one simply amazes …
To illustrate my previous post and keep images at a reasonable size, I had to shrink down the top GIF from 14Mb to 3.2Mb.
Usually, online GIF converters will provide the ability to lower down the image dimensions. Another solution to reduce its size is to simply skip some …
I am a big fan of Dave Whyte’s vector animations, like this one: It was generated using a special animation language called Processing (here is Dave …
WORK-IN-PROGRESS -------------------------------------------- #GIF | #LOOP | #Argentina. ------------------------------------------- All images done by me. Gustavo Torres Kidmograph.®2014
Sometimes producing a good animated GIF requires a few advanced tweaks, for which scripting can help. So I added a GIF export feature to MoviePy, a …