Tag

pillow

1 views collected around this technical thread.

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

Python Tutorial: Create a Panda‑Head Emoji by Merging Images with OpenCV and Pillow

This tutorial demonstrates how to import a foreground photo, resize, binarize, rotate, clean, and combine it with a panda‑head background using OpenCV, then add English and Chinese text with Pillow, and finally save the resulting emoji image.

ImageProcessingTutorialemoji
0 likes · 9 min read
Python Tutorial: Create a Panda‑Head Emoji by Merging Images with OpenCV and Pillow
Python Programming Learning Circle
Python Programming Learning Circle
Mar 25, 2025 · Backend Development

Python Script for Scraping and Converting Anime Images from Huashi6

This article explains how to use Python's requests, BeautifulSoup, and Pillow libraries to crawl high‑resolution anime pictures from the Huashi6 website, extract their webp URLs via regex, download them, and convert the images to the more common png format for personal use.

BeautifulSoupRequestsWeb Scraping
0 likes · 8 min read
Python Script for Scraping and Converting Anime Images from Huashi6
Python Programming Learning Circle
Python Programming Learning Circle
Jan 24, 2025 · Fundamentals

Creating a Cherry Blossom Timelapse with Python: Image Processing and Video Generation

This article demonstrates how to use Python, OpenCV, and Pillow to programmatically generate frames that depict the gradual opening of cherry blossoms, assemble them into a video, and share the result as a timelapse celebrating Wuhan University's spring scenery.

Tutorialcherry-blossomimage processing
0 likes · 5 min read
Creating a Cherry Blossom Timelapse with Python: Image Processing and Video Generation
Test Development Learning Exchange
Test Development Learning Exchange
Jan 4, 2025 · Backend Development

Python Script for Automated Long Screenshot Capture Using Selenium and Pillow

This guide explains how to set up the environment, configure Selenium WebDriver, and run a comprehensive Python script that scrolls through a webpage, captures segmented screenshots, stitches them together with Pillow, and produces a high‑resolution long screenshot, suitable for mobile or web content.

AutomationScreenshotSelenium
0 likes · 6 min read
Python Script for Automated Long Screenshot Capture Using Selenium and Pillow
Test Development Learning Exchange
Test Development Learning Exchange
Nov 30, 2024 · Artificial Intelligence

Popular Python Libraries for Image Processing with Installation Commands and Code Samples

This article introduces ten widely used Python image‑processing libraries—including Pillow, OpenCV, scikit‑image, imageio, mahotas, SimpleITK, imgaug, face_recognition, Pyradiomics, and tqdm—provides brief descriptions, pip installation commands, and runnable code examples to help developers choose the right tool for their computer‑vision tasks.

computer visionimage processingmachine learning
0 likes · 10 min read
Popular Python Libraries for Image Processing with Installation Commands and Code Samples
Test Development Learning Exchange
Test Development Learning Exchange
Nov 4, 2024 · Artificial Intelligence

Image Processing with Python: Pillow and OpenCV Guide

This guide demonstrates how to perform common image processing tasks in Python using the Pillow and OpenCV libraries, covering reading, displaying, saving, resizing, cropping, rotating, converting to grayscale, adding text, compositing, blurring, sharpening, enhancing, and extracting image metadata.

computer visionimage processingopencv
0 likes · 5 min read
Image Processing with Python: Pillow and OpenCV Guide
Python Programming Learning Circle
Python Programming Learning Circle
Aug 12, 2024 · Artificial Intelligence

Common Python Libraries for Computer Vision Projects

This article introduces and compares ten widely used Python libraries for computer vision, including Pillow, OpenCV, Mahotas, Scikit‑Image, TensorFlow Image, PyTorch Vision, SimpleCV, Imageio, Albumentations, and timm, highlighting their features, typical use cases, and providing code examples for each.

Librariescomputer visionimage processing
0 likes · 10 min read
Common Python Libraries for Computer Vision Projects
Test Development Learning Exchange
Test Development Learning Exchange
Aug 2, 2024 · Fundamentals

Automating Image Watermarking with Python and Pillow

This article introduces the importance of image watermarking for copyright protection and provides a step‑by‑step Python tutorial using the Pillow library, covering installation, basic usage, a script for batch watermarking, and advanced techniques such as dynamic watermarks and automated folder monitoring.

AutomationWatermarkimage processing
0 likes · 4 min read
Automating Image Watermarking with Python and Pillow
Test Development Learning Exchange
Test Development Learning Exchange
Jul 10, 2024 · Fundamentals

Advanced Usage of Python Pillow Library for Image Processing

This article introduces advanced techniques using Python's Pillow library, covering filters, image blending, word cloud generation, dynamic resizing, border addition, GIF creation, slicing, flipping, color space conversion, and batch processing, with complete code examples to enhance image manipulation capabilities.

Advanced Techniquescode examplesimage processing
0 likes · 6 min read
Advanced Usage of Python Pillow Library for Image Processing
Test Development Learning Exchange
Test Development Learning Exchange
Jul 9, 2024 · Backend Development

10 Practical Python Scripts for PDF Manipulation

This article presents ten useful Python scripts that demonstrate how to create, merge, split, extract text, add watermarks, convert, rotate, edit metadata, and encrypt PDF files using libraries such as PyPDF2, fpdf, pdf2image, and Pillow.

PDFPyPDF2fpdf
0 likes · 7 min read
10 Practical Python Scripts for PDF Manipulation
Python Programming Learning Circle
Python Programming Learning Circle
Jun 4, 2024 · Fundamentals

Resizing Images with Python Pillow (PIL): A Step-by-Step Tutorial

This tutorial explains how to install the Pillow library, open an image file, resize it to desired dimensions, save the result, and encapsulate the process in a reusable Python function, providing complete code examples for practical image‑processing practice.

Code ExampleResizeTutorial
0 likes · 5 min read
Resizing Images with Python Pillow (PIL): A Step-by-Step Tutorial
Test Development Learning Exchange
Test Development Learning Exchange
May 17, 2024 · Fundamentals

Python GUI 9‑Grid Image Stitching with Customizable Cell Size

This tutorial explains how to build a Python GUI application using tkinter and Pillow that lets users select nine images, adjust the cell size, and automatically merge them into a 3×3 grid, complete with code examples and usage instructions.

GUITkinterTutorial
0 likes · 8 min read
Python GUI 9‑Grid Image Stitching with Customizable Cell Size
Python Programming Learning Circle
Python Programming Learning Circle
Apr 15, 2024 · Artificial Intelligence

Common Python Libraries for Image Processing

This article introduces ten widely used Python libraries for image processing—such as scikit‑image, NumPy, SciPy, Pillow, OpenCV, SimpleCV, Mahotas, SimpleITK, pgmagick, and Pycairo—explaining their main features and providing concise code examples for tasks like filtering, segmentation, and visualization.

NumPySciPyimage processing
0 likes · 9 min read
Common Python Libraries for Image Processing
Python Programming Learning Circle
Python Programming Learning Circle
Mar 11, 2024 · Fundamentals

7 Essential Python Tools to Boost Development Efficiency

This article introduces seven practical Python tools—including Pandas, Selenium, Flask, Scrapy, Requests, Faker, and Pillow—explaining their core features, typical use cases, and providing ready‑to‑run code snippets to help developers automate tasks and accelerate project development.

FlaskRequestsScrapy
0 likes · 6 min read
7 Essential Python Tools to Boost Development Efficiency
Python Programming Learning Circle
Python Programming Learning Circle
Feb 24, 2024 · Fundamentals

Creating a 3D Lantern with Python: Step‑by‑Step Tutorial

This tutorial demonstrates how to use Python with NumPy, Pillow, and the wxgl library to generate a 3D lantern model by loading a paper texture, constructing a cylindrical skeleton, mapping the texture onto it, and rendering the final lantern with optional decorative elements.

3D graphicsNumPypillow
0 likes · 6 min read
Creating a 3D Lantern with Python: Step‑by‑Step Tutorial
Python Programming Learning Circle
Python Programming Learning Circle
Feb 20, 2024 · Fundamentals

15 Essential Python Packages and Their Uses

This article introduces fifteen widely used Python packages—including Dash, Pygame, Pillow, Colorama, JMESPath, Requests, Simplejson, Emoji, tqdm, IPython, Home Assistant, Flask, and Beautiful Soup—explaining their core features, typical applications, and providing illustrative examples to help developers quickly adopt them in various projects.

Beautiful SoupFlaskPygame
0 likes · 9 min read
15 Essential Python Packages and Their Uses
Test Development Learning Exchange
Test Development Learning Exchange
Dec 16, 2023 · Fundamentals

Adding a Christmas Hat, Snowfall, and Tree Effects to Images with Python OpenCV and Pillow

This tutorial demonstrates how to use Python's OpenCV and Pillow libraries to detect faces and overlay a Christmas hat on images, create dynamic snowfall effects, and generate a stylized Christmas tree composition, providing complete code snippets and installation instructions.

Tutorialchristmasimage processing
0 likes · 7 min read
Adding a Christmas Hat, Snowfall, and Tree Effects to Images with Python OpenCV and Pillow
Test Development Learning Exchange
Test Development Learning Exchange
Nov 16, 2023 · Artificial Intelligence

Building a Python Image Editing Tool with Pillow, OpenCV, and NumPy

This guide demonstrates how to create a custom image editing tool in Python by leveraging the Pillow, OpenCV, and NumPy libraries, providing step‑by‑step code examples for opening, resizing, filtering, converting to grayscale, edge detection, rotation, channel manipulation, blurring, contour extraction, and color adjustment.

NumPycomputer visionimage processing
0 likes · 6 min read
Building a Python Image Editing Tool with Pillow, OpenCV, and NumPy
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.

GIFTutorialimage processing
0 likes · 5 min read
Generating GIF Animations and Performing Image Manipulation with Python Pillow
Test Development Learning Exchange
Test Development Learning Exchange
May 19, 2023 · Fundamentals

Adding Text Watermarks to Images with Python 3 and Pillow

This tutorial explains how to use Python 3 and the Pillow library to add customizable text watermarks to single images and batch‑process entire folders, covering required installations, code implementation, and saving the watermarked results.

TutorialWatermarkimage processing
0 likes · 7 min read
Adding Text Watermarks to Images with Python 3 and Pillow