Tag

GIF

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Mar 28, 2025 · Fundamentals

Convert Video to GIF with Python and MoviePy

This tutorial demonstrates how to use Python's MoviePy library to convert videos into GIFs, covering installation, basic conversion, size reduction via resizing and frame‑rate adjustment, extracting sub‑clips, and specifying output resolution with clear code examples.

GIFMoviePyPython
0 likes · 4 min read
Convert Video to GIF with Python and MoviePy
Mashang Consumer UXC
Mashang Consumer UXC
Nov 12, 2024 · Frontend Development

Why Motion Design Matters: Boosting UX with Effective Animations

This article explores the importance of motion design in product interfaces, detailing its benefits such as reduced learning cost, brand differentiation, user conversion, and engagement, while providing practical guidance on tools, optimal animation durations, physical motion principles, output formats like GIF and Lottie, and effective handoff documentation for developers.

GIFLottiefrontend
0 likes · 9 min read
Why Motion Design Matters: Boosting UX with Effective Animations
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 7, 2024 · Backend Development

Building a Fish Knowledge Quiz Bot and a Nostalgic Chess Game with Coze: Workflow, Database, and Node.js Image Generation

This article explains how to create two interactive Coze bots—a fish‑knowledge quiz and a nostalgic 147‑258‑369 chess game—by designing workflows, integrating large language models, using databases, and implementing Node.js code for canvas drawing and GIF generation, complete with deployment tips.

AICozeDatabase
0 likes · 10 min read
Building a Fish Knowledge Quiz Bot and a Nostalgic Chess Game with Coze: Workflow, Database, and Node.js Image Generation
Test Development Learning Exchange
Test Development Learning Exchange
Oct 6, 2023 · Fundamentals

Generating GIF Animations and Performing Image Manipulation with Python Pillow

This tutorial explains how to install Pillow, create GIF animations, and perform common image processing tasks such as resizing, cropping, adding watermarks, rotating, and applying filter effects using Python code examples.

GIFPythonTutorial
0 likes · 5 min read
Generating GIF Animations and Performing Image Manipulation with Python Pillow
Python Programming Learning Circle
Python Programming Learning Circle
May 27, 2022 · Artificial Intelligence

Cartoonizing GIFs and Videos with PyTorch: Code and Usage Guide

This article presents a Python-based tutorial for cartoonizing GIFs and videos using PyTorch models, detailing environment setup, core network architecture, processing functions, and practical results with code snippets and usage instructions, including visual examples.

CartoonizationGIFPyTorch
0 likes · 14 min read
Cartoonizing GIFs and Videos with PyTorch: Code and Usage Guide
IT Services Circle
IT Services Circle
Apr 17, 2022 · Fundamentals

Reversing a GIF Using Python Pillow (PIL)

This tutorial explains how to reverse an animated GIF by loading it with Pillow, extracting each frame, reversing the frame order, and saving the result as a new GIF, providing complete Python code and step‑by‑step instructions.

GIFPythonimage processing
0 likes · 3 min read
Reversing a GIF Using Python Pillow (PIL)
Python Programming Learning Circle
Python Programming Learning Circle
Feb 14, 2022 · Fundamentals

How to Convert Video to GIF Using Python and MoviePy

This tutorial explains how to install the MoviePy library, write Python code to load a video file, and generate a GIF while controlling size through resolution scaling, frame rate reduction, sub‑clipping, and output dimensions, all with clear code examples and visual results.

GIFMoviePyvideo processing
0 likes · 4 min read
How to Convert Video to GIF Using Python and MoviePy
Python Programming Learning Circle
Python Programming Learning Circle
Jan 27, 2022 · Fundamentals

Creating a Rotating Earth GIF with Python, Pillow, NumPy, and imageio

This tutorial demonstrates how to generate a rotating Earth animation by mapping a latitude‑longitude texture onto a circular canvas using Python's Pillow, NumPy, and imageio libraries, detailing the steps of point selection, spherical coordinate conversion, pixel mapping, and GIF assembly.

GIFNumPyPython
0 likes · 7 min read
Creating a Rotating Earth GIF with Python, Pillow, NumPy, and imageio
Laravel Tech Community
Laravel Tech Community
Aug 28, 2021 · Backend Development

PHP imagegif() Function: Output GIF Image to Browser or File

The article explains PHP's imagegif() function, detailing its parameters, return values, and providing a complete example that creates a true‑color image, adds text, sets the appropriate header, outputs the GIF directly to the browser, and cleans up the resource.

GD LibraryGIFPHP
0 likes · 2 min read
PHP imagegif() Function: Output GIF Image to Browser or File
Laravel Tech Community
Laravel Tech Community
Aug 13, 2021 · Backend Development

Using PHP imagecreatefromgif to Load and Process GIF Images

The article explains PHP's imagecreatefromgif function, detailing its purpose, parameters, return values, and provides a complete example that loads a GIF, handles errors by generating a placeholder image, and outputs the result as a GIF, illustrating practical backend image processing.

GDGIFPHP
0 likes · 2 min read
Using PHP imagecreatefromgif to Load and Process GIF Images
Python Programming Learning Circle
Python Programming Learning Circle
May 22, 2021 · Fundamentals

Creating Animated GIF Charts with Python and Matplotlib

This tutorial demonstrates how to generate animated GIF charts in Python using matplotlib (and optionally seaborn), covering required ImageMagick setup, step-by-step code, and tips for managing frame size and DPI to keep file sizes reasonable.

Data VisualizationGIFMatplotlib
0 likes · 4 min read
Creating Animated GIF Charts with Python and Matplotlib
Python Programming Learning Circle
Python Programming Learning Circle
May 5, 2021 · Fundamentals

Python Scripts for Various Automation Tasks: Web Scraping, Chatbots, Poem Classification, Lottery Generation, Apology Writing, Screen Capture, and GIF Creation

This article presents a collection of Python 3.6.4 scripts that demonstrate how to scrape Zhihu images, converse with chatbots, classify Tang poems using NLP, generate random lottery numbers, automatically compose apology letters, capture screen images, and create animated GIFs, providing practical code examples for each task.

AutomationChatbotGIF
0 likes · 9 min read
Python Scripts for Various Automation Tasks: Web Scraping, Chatbots, Poem Classification, Lottery Generation, Apology Writing, Screen Capture, and GIF Creation
Python Programming Learning Circle
Python Programming Learning Circle
Jun 6, 2020 · Fundamentals

How to Reverse a GIF Using Python's Pillow (PIL) Library

This tutorial demonstrates how to use Python's Pillow library to decompose a GIF into individual frames, reverse their order, and reassemble them into a new reversed‑play GIF, providing step‑by‑step code and explanations for each stage.

GIFPythonTutorial
0 likes · 3 min read
How to Reverse a GIF Using Python's Pillow (PIL) Library
Python Programming Learning Circle
Python Programming Learning Circle
Dec 20, 2019 · Fundamentals

Reverse a GIF with Python: Full Tutorial and Code Samples

This tutorial shows how to reverse an existing GIF and create new GIF animations in Python using Pillow and imageio, including step‑by‑step code examples, frame extraction, reversal, and saving, plus a quick method for assembling multiple images into a GIF.

GIFPythonimage processing
0 likes · 4 min read
Reverse a GIF with Python: Full Tutorial and Code Samples
UC Tech Team
UC Tech Team
Nov 9, 2018 · Frontend Development

Replacing GIF Animations with HTML5 Video: A Practical Guide

This article explains why GIFs are inefficient for web animation, demonstrates how to convert GIFs to MP4 or WebM using ffmpeg, and shows how to embed the resulting HTML5 video so it behaves like a GIF while improving performance and file size.

FFmpegGIFHTML5 video
0 likes · 10 min read
Replacing GIF Animations with HTML5 Video: A Practical Guide
Tencent Music Tech Team
Tencent Music Tech Team
Jul 28, 2017 · Mobile Development

Dynamic Image Formats and Performance Comparison on Android

The article defines dynamic image formats, traces their history from GIF to WebP, compares GIF, APNG and WebP features and Android decoding performance, showing WebP offers smaller files and faster loading at higher CPU cost, while GIF remains most compatible and CPU‑efficient.

AndroidApngDynamic Images
0 likes · 19 min read
Dynamic Image Formats and Performance Comparison on Android
Tencent Music Tech Team
Tencent Music Tech Team
Jun 30, 2017 · Fundamentals

Understanding GIF Format, LZW Compression, and Color Quantization Techniques

The GIF format, introduced by CompuServe in 1987, uses LZW lossless compression and a block‑based file structure supporting 256‑color palettes, transparency, and animation, while efficient color‑quantization methods such as octree trees dramatically speed encoding compared to slower median‑cut algorithms without sacrificing visual quality.

GIFLZWOctree
0 likes · 18 min read
Understanding GIF Format, LZW Compression, and Color Quantization Techniques