Skip to content

Ronitsabhaya75/Image-Manipulation-Using-PIL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImageWizard

This Python project provides a foundation for beginners to learn image manipulation using the PIL (Python Imaging Library). It offers various features such as blurring, cropping, adding watermarks, merging images, creating thumbnails, flipping, resizing, applying filters, extracting color information, and separating colors (RGB) from images.

Prequisites

  1. Python 3.x
  2. PIL (Python Imaging Library)

Installations

1.To install PIL, you can use pip:

pip install PIL

Features

  1. Image Blurring:Apply simple, box, or Gaussian blur to images.

  2. Crop Images:Crop images by specifying coordinates.

  3. Watermarking:Add text watermarks to images with customizable font styles, sizes, and margins.

  4. Merge Pictures: Combine two images side by side.

  5. Thumbnail Creation: Generate thumbnails of images with specified dimensions.

  6. Image Flipping: Flip images horizontally, vertically, or rotate them at various angles.

  7. Image Resizing: Resize images by specifying width and height ratios.

  8. Image Filters: Apply various filters such as blur, detail, contour, edge enhance, emboss, find edges, sharpen, and smooth.

  9. Color Information: Retrieve RGB color information from images.

  10. Color Separation: Separate colors (red, green, blue, or grayscale) from images.

Contributions

Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or create a pull request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages