Contents

pilgrim 201512

0

A Python Imaging Library extensions for dds, blp, ftex and ico image format processing.

A Python Imaging Library extensions for dds, blp, ftex and ico image format processing.

Stars: 4, Watchers: 4, Forks: 1, Open Issues: 0

The tonytony2020/pilgrim repo was created 8 years ago and the last code push was 7 years ago. The project is not very popular with only 4 github stars!

How to Install pilgrim

You can install pilgrim using pip

pip install pilgrim

or add it to a project with poetry

poetry add pilgrim

Package Details

Author
Shuge Lee
License
The BSD 3-Clause License
Homepage
https://github.com/shuge/pilgrim
PyPi:
https://pypi.org/project/pilgrim/
GitHub Repo:
https://github.com/shuge/pilgrim
No  pilgrim  pypi packages just yet.

Errors

A list of common pilgrim errors.

Code Examples

Here are some pilgrim code examples and snippets.

Related Packages & Articles

pillow 10.3.0

Pillow is a Python package that extends the image processing capabilities of your Python interpreter. It provides a comprehensive suite of tools for dealing with images, similar to those found in image processing software like Photoshop. The library supports a wide range of file formats and offers an efficient internal representation for images. It's an essential tool for developers working on projects involving image manipulation, such as graphics and multimedia software, image processing, and computer vision applications.

pdf2image 1.17.0

A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list.

kornia 0.7.2

Open Source Differentiable Computer Vision Library for PyTorch

easyocr 1.7.1

End-to-End Multi-Lingual Optical Character Recognition (OCR) Solution

easy-thumbnails 2.8.5

A powerful, yet easy to implement image thumbnail generator application for Django. The primary function of easy-thumbnails is to dynamically create thumbnails based on a source image. Under the hood, easy-thumbnail uses PIL to perform the image manipulation.

albumentations 1.4.3

An efficient library for image augmentation, providing extensive transformations to support machine learning and computer vision tasks.

PyWavelets 1.6.0

PyWavelets is an open-source Python library that provides a high-level interface for performing wavelet transforms. It supports 1D, 2D, and nD Forward and Inverse Discrete Wavelet Transform (DWT and IDWT), Multilevel DWT and IDWT, and Stationary Wavelet Transform (Undecimated Wavelet Transform). It also supports 1D and 2D Wavelet Packet decomposition and reconstruction, and 1D Continuous Wavelet Transform. This makes it a versatile tool for signal and image processing tasks, where wavelet transforms are often used for data analysis and feature extraction.