Create various icon masks and shading effects with the imageedit library
Project description
ImageEdit
Create various icon masks and shading effects with the imageedit library. Six example files under main: round.py, makeProjIcons.py, makePWAImages.py, makeRetro.py, getPWAScreenshots.py and readWriteLayered.py.
Leverages the following libraries to do the heavy lifting:
pillow
layeredimage
svgtrace
blendmodes
Have a look under test/test_readWriteLayered for an example of converting an xcf to ora and png. Unfortunately, visibility of xcf is currently ignored :(
- Example Files
- Comparison to similar solutions
- How to use out of the box
- Documentation
- Install With PIP
- Language information
- Install Python on Windows
- Install Python on Linux
- How to run
- Download Project
- Community Files
See the documentation for each library for more information on things you can use it for.
Example Files
- getPWAScreenshots.py
- makeProjIcons.py
- makePWAImages.py
- makeRetro.py
- readWriteLayered.py
- round.py
Comparison to similar solutions
Similar solutions include but are not limited to:
GUI
Web
https://realfavicongenerator.net/
Advantages of this solution
- Lightweight: few dependencies required (python, pillow, blendmodes, layeredimage, and svgtrace)
- Quick: when given a regular or mask image it can produce many variants in a relatively short amount of time
- Customizable: write your own scripts to leverage imageEdit (python knowledge required)
- Produce a PWA mask icon out of the box
- SVG tracing lib doesn't require potrace/ pypotrace which can be challenging to set up on Windows
- SVG tracing using imageTracerJs.py (https://github.com/jankovicsandras/imagetracerjs) is pretty good (requires pyppeteer: https://github.com/miyakogi/pyppeteer)
Disadvantages of this solution
- Specific image dimensions needed out of the box: whilst this is something that could be changed, maskable icons are 640x640 and regular icons are 512x512
How to use out of the box
makePWAImages
-
Put regular 512x512 image or mask 640x640 image under main/input in this example I am using lightfox.png
-
Run
makePWAImages.py
and navigate to main/output/lightfox.png/pwa
makeRetro
-
Put regular 512x512 image or mask 640x640 image under main/input. In this example I am using BlendModes.png
-
Run
makeRetro.py
and navigate to main/output/blendmodes.png/retro Personal ComputersMobile Operating Systems
iOS
Android
Documentation
See the Docs for more information.
Install With PIP
pip install imageedit
Head to https://pypi.org/project/imageedit/ for more info
Language information
Built for
This program has been written for Python 3 and has been tested with Python version 3.9.0 https://www.python.org/downloads/release/python-380/.
Install Python on Windows
Chocolatey
choco install python
Download
To install Python, go to https://www.python.org/ and download the latest version.
Install Python on Linux
Apt
sudo apt install python3.9
How to run
With VSCode
- Open the .py file in vscode
- Ensure a python 3.9 interpreter is selected (Ctrl+Shift+P > Python:Select Interpreter > Python 3.9)
- Run by pressing Ctrl+F5 (if you are prompted to install any modules, accept)
From the Terminal
./[file].py
Download Project
Clone
Using The Command Line
- Press the Clone or download button in the top right
- Copy the URL (link)
- Open the command line and change directory to where you wish to clone to
- Type 'git clone' followed by URL in step 2
$ git clone https://github.com/FHPythonUtils/ImageEdit
More information can be found at https://help.github.com/en/articles/cloning-a-repository
Using GitHub Desktop
- Press the Clone or download button in the top right
- Click open in desktop
- Choose the path for where you want and click Clone
More information can be found at https://help.github.com/en/desktop/contributing-to-projects/cloning-a-repository-from-github-to-github-desktop
Download Zip File
- Download this GitHub repository
- Extract the zip archive
- Copy/ move to the desired location
Community Files
Licence
MIT License Copyright (c) FredHappyface (See the LICENSE for more information.)
Changelog
See the Changelog for more information.
Code of Conduct
Online communities include people from many backgrounds. The Project contributors are committed to providing a friendly, safe and welcoming environment for all. Please see the Code of Conduct for more information.
Contributing
Contributions are welcome, please see the Contributing Guidelines for more information.
Security
Thank you for improving the security of the project, please see the Security Policy for more information.
Support
Thank you for using this project, I hope it is of use to you. Please be aware that those involved with the project often do so for fun along with other commitments (such as work, family, etc). Please see the Support Policy for more information.
Rationale
The rationale acts as a guide to various processes regarding projects such as the versioning scheme and the programming styles used. Please see the Rationale for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file imageedit-2021.tar.gz
.
File metadata
- Download URL: imageedit-2021.tar.gz
- Upload date:
- Size: 151.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.9.2 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56afc60a74998fca72c35dea7ce6363f4fdf9f9da97db8af9531f399f36cef29 |
|
MD5 | 2d9f8497f27dc22f84e1c286c4435159 |
|
BLAKE2b-256 | 4582cdaf5ed055800f3789b16c9e71000a8d31ee19661daf2fad8649356f53ef |
File details
Details for the file imageedit-2021-py3-none-any.whl
.
File metadata
- Download URL: imageedit-2021-py3-none-any.whl
- Upload date:
- Size: 150.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.9.2 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edbfe37fd755fdeff90e18447de77cee9aa2dcc1e468f3ca266d0b6f9a77535e |
|
MD5 | 85c02dabc16feb76016ad5e1ae21cefc |
|
BLAKE2b-256 | 179b7872b4210d30452458df889437113d957203fe7243f160e9d16b0d9c4127 |