Skip to main content

A Simple and Efficient Image Manipulation Module

Project description

About PyRim

PyRim is a Simple and Efficient Image Manipulation Module.

Author : Rounik Mondal

Version : 0.1

Installation

pip install pyrim

Funtions Used

rotateImage           --> Takes two positional argument (picture : str, degree : int)
blurImage             --> Takes two positional argument (picture : str, intensity : int)
contourImage          --> Takes one positional argument (picture : str)
edgeEnhanceImage      --> Takes two positional argument (picture : str)
embossImage           --> Takes two positional argument (picture : str)
findEdgesImage        --> Takes two positional argument (picture : str)

Arguments Used

picture               --> str : ImageSource of the image file with format which needs to be edited
degree                --> int : Degree to which the picture should be rotated in "rotateImage" Method
intensity             --> int : Intensity of the blur which should be implemented on the image in "blurImage" Method

How To Use

import pyrim

pyrim.rotateImage("yourImage.format", int)     #--> example : pyrim.rotateImage("my_image.png", 90) 
pyrim.blurImage("yourImage.format", int)       #--> example : pyrim.blurImage("my_image.png", 20)
pyrim.contourImage("yourImage.format")         #--> example : pyrim.contourImage("my_image.png")
pyrim.edgeEnhanceImage("yourImage.format")     #--> example : pyrim.edgeEnhanceImage("my_image.png")
pyrim.embossImage("yourImage.format")          #--> example : pyrim.embossImage("my_image.png")
pyrim.findEdgesImage("yourImage.format")       #--> example : pyrim.findEdgesImage("my_image.png")

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT
Copyright (c) Rounik Mondal, All Rights Reserved

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

pyrim-0.1.tar.gz (3.6 kB view details)

Uploaded Source

File details

Details for the file pyrim-0.1.tar.gz.

File metadata

  • Download URL: pyrim-0.1.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.3.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for pyrim-0.1.tar.gz
Algorithm Hash digest
SHA256 3456bf6e5031c5b18ae6ceaacfeec993a5bff1952fe26af223262fa4162f9f96
MD5 394894d8a5011a04fa9b9068c6e97e70
BLAKE2b-256 8efca59f967b48994bc0497f220947321a702613a5f217d2c7afd1fb8a14eac3

See more details on using hashes here.

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