Skip to main content

A package for processing images and generating Verilog code for FPGA

Project description

#Picture2Pixel

DOI

Picture2Pixel is an open-source Python library designed to transform images into pixel art that can be displayed on FPGA-driven OLED screens. By employing advanced computer graphics techniques, this library preprocesses images to minimize distortion during the pixelation process. The resulting artwork is expressed as combinations of predicate logic in Verilog language or memory data, ensuring compatibility with FPGA technology. This optimization not only enhances display efficiency on OLED screens but also reduces energy consumption, making it ideal for developers looking to integrate low-power, high-efficiency visual displays into their hardware projects.

Picture2Pixel can also convert both single images and batches of images (including GIFs) into formats suitable for FPGA OLED displays. Please view more magnificent demos on our website: Picture2Pixel.org

Project Wiki (MUST READ!)

We have created a comprehensive Wiki for the Picture2Pixel project, which includes development documentation, tutorials, and examples to help developers deploy, use, and further develop our project.

Installation

Install the picture2pixel package using pip:

pip install picture2pixel

Usage

Convert Image to Pixel Data

Convert an image to pixel data and generate Verilog code:

python -m picture2pixel.convert2pixel <image_url> <width> <height> <svd_r> <output_dir>

Example:

python -m picture2pixel.convert2pixel https://www.comp.nus.edu.sg/~guoyi/project/picture2pixel/tests/default.png 96 64 20 output_directory

Convert Pixel Data to Image

This function is for Convert pixel data from a .p2p file back into an image:

python -m picture2pixel.convert2picture <p2p_file> <width> <height> <output_dir>

Example:

python -m picture2pixel.convert2picture https://www.comp.nus.edu.sg/~guoyi/project/picture2pixel/tests/default.p2p 96 64 output_directory

Convert Image to Memory Data

Convert an image to memory data (.mem):

python -m picture2pixel.convert2mem <image_url> <width> <height> <svd_r> <output_dir>

Example:

python -m picture2pixel.convert2mem https://www.comp.nus.edu.sg/~guoyi/project/picture2pixel/tests/default.png 96 64 20 output_directory

Convert Memory Data to Image

This function is for Convert memory data from a .mem file back into an image:

python -m picture2pixel.convert2image <p2p_file> <width> <height> <output_dir>

Example:

python -m picture2pixel.convert2image https://www.comp.nus.edu.sg/~guoyi/project/picture2pixel/tests/default.mem 96 64 output_directory

Library Structure

picture2pixel/
├── __init__.py
├── convert2pixel.py
├── convert2picture.py
├── convert2mem.py
├── convert2image.py
├── image_processing.py
├── verilog_generator.py
README.md
requirements.txt
setup.py

MIT License

Copyright (c) <2025> <copyright Chen Guoyi, Fang Sihan>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Picture2Pixel Python Library is developed and maintained, also copyrighted by:

Picture2Pixel Python Library is released to PyPI.

THIS PROJECT IS SPONSORED BY THE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING, NATIONAL UNIVERSITY OF SINGAPORE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

picture2pixel-2.0.0.tar.gz (11.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

picture2pixel-2.0.0-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file picture2pixel-2.0.0.tar.gz.

File metadata

  • Download URL: picture2pixel-2.0.0.tar.gz
  • Upload date:
  • Size: 11.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.1

File hashes

Hashes for picture2pixel-2.0.0.tar.gz
Algorithm Hash digest
SHA256 804387069b775e08298c9344d38ea90eba68811b3638b281cf45dc75c03df74c
MD5 60acbf3be6cb89150253fc40cf73348a
BLAKE2b-256 972fe619c2886f817bf7ad728f3f8253b6f83ef8262b1fe18d0c3393c63a070c

See more details on using hashes here.

File details

Details for the file picture2pixel-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: picture2pixel-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.1

File hashes

Hashes for picture2pixel-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 621c78414666765123078368cdfac1ef031daac5b8ae3267125890bd136af689
MD5 c65b8622e10e2382ef1106c20153e455
BLAKE2b-256 f476c5bc062b604545d57c784de9f7266e41cc109b8d3225a9a21304e9870d08

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page