{"id":15546723,"url":"https://github.com/mgautam98/chitrapy","last_synced_at":"2025-04-23T18:10:21.212Z","repository":{"id":62562036,"uuid":"153650000","full_name":"mgautam98/ChitraPy","owner":"mgautam98","description":"Mini Image Processing Library in Python with JIT Compiler for Fast computation. ","archived":false,"fork":false,"pushed_at":"2021-01-14T04:42:52.000Z","size":8753,"stargazers_count":6,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T21:53:47.077Z","etag":null,"topics":["hacktoberfest","image-processing","numba","numpy","python3"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mgautam98.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-18T15:53:45.000Z","updated_at":"2024-09-19T10:31:30.000Z","dependencies_parsed_at":"2022-11-03T15:17:08.704Z","dependency_job_id":null,"html_url":"https://github.com/mgautam98/ChitraPy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgautam98%2FChitraPy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgautam98%2FChitraPy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgautam98%2FChitraPy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgautam98%2FChitraPy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgautam98","download_url":"https://codeload.github.com/mgautam98/ChitraPy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250487531,"owners_count":21438612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","image-processing","numba","numpy","python3"],"created_at":"2024-10-02T13:03:54.280Z","updated_at":"2025-04-23T18:10:21.189Z","avatar_url":"https://github.com/mgautam98.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [NOT Supported Anymore]ChitraPy [![PyPI-Status](https://img.shields.io/badge/pypi-ChitraPy-blue)](https://pypi.org/project/ChitraPy) [![Build Status](https://travis-ci.com/mgautam98/ChitraPy.svg?branch=master)](https://travis-ci.com/mgautam98/ChitraPy)  [![codecov](https://codecov.io/gh/mgautam98/ChitraPy/branch/master/graph/badge.svg)](https://codecov.io/gh/mgautam98/ChitraPy) [![Documentation Status](https://readthedocs.org/projects/chitrapy/badge/?version=latest)](https://chitrapy.readthedocs.io/en/latest/?badge=latest) [![Downloads](https://pepy.tech/badge/chitrapy)](https://pepy.tech/project/chitrapy)\n\n \nChitraPy is a digital Image Processing Library in Python.\n\n# Installation\nInstall ChitraPy with:\n```\npip install ChitraPy\n```\nFind the latest version on PyPi  \nhttps://pypi.org/project/ChitraPy\n\n### Install Dev version\n```\ngit clone https://github.com/mgautam98/ChitraPy.git\ncd ChitraPy\npython3 setup.py install\n```\n## Documentation\nhttps://chitrapy.readthedocs.io/en/latest/\n\n\n## Usage\n```\nfrom ChitraPy import filters, helpers\nimport matplotlib.pyplot as plt\n\n# Load a sample Image\n\n!wget https://i.imgur.com/D24n5DL.png\nimg = plt.imread('./D24n5DL.png')\nplt.imshow(img)\n\n# invert an image\ninvert = filters.invert(img)\nplt.imshow(invert)\n```\n\n## Features\n\n* Crop\n* Grayscale\n* Negative\n* Sepia\n* Hue\n* Salt and Pepper\n* Stretch\n* Warp\n* Rotate\n* Invert\n* Gaussian blur\n* Quick Blur\n* Contrast Enhancement (Histogram Equalization)\n* Local Contrast Enhancement\n* Add Watermark\n* Sobel Edge detection\n* Halftoning\n* Dither\n* resize\n* sharpen\n* Emboss\n* Identity\n* Outline\n* Monochrome\n* Zoom\n* Contrast adjustment (Histogram sliding)\n\n\n## References\n\n* https://en.wikipedia.org/wiki/Digital_image_processing\n* http://setosa.io/ev/image-kernels/\n* http://www.tannerhelland.com/3643/grayscale-image-algorithm-vb6/\n* https://www.cs.princeton.edu/courses/archive/fall00/cs426/lectures/dither/dither.pdf\n* https://hypjudy.github.io/2017/03/19/dip-histogram-equalization/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgautam98%2Fchitrapy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgautam98%2Fchitrapy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgautam98%2Fchitrapy/lists"}