Skip to main content

This module will allow you to convert any photo of your choice to the filtered image in a retro / vintage style!

Project description

RIMC (Retro Image Converter) Engine for Python

This module will allow you to convert any photo of your choice to the filtered image in a retro / vintage style!

Original Edited

You are allowed to visit gallery for more examples.

Usage

convert_image.py

This is the script file, in which there is a finction to take an image name and produce a vintage photo out of it

main.py

This is an example of simple usage of the script

ideas

recipes predefined collection / film

Processing / Developing

Notes

Cropping

img2 = Image.open(path+name)
k = 0.5
# img2.resize((int(img2.size[0]*k), int(img2.size[1]*k)))
mk = min(img2.size)
img2 = ImageOps.fit(img2, (mk, mk), centering=(0.5, 0.7))

img2.show() 

# img_contain = ImageOps.crop(img_contain, 200)

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

rimc_engine-0.3.0.tar.gz (96.8 MB view hashes)

Uploaded Source

Built Distribution

rimc_engine-0.3.0-py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 3

Supported by

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