{"id":17355515,"url":"https://github.com/rithingithub/image-converter-resize","last_synced_at":"2025-03-27T14:50:18.170Z","repository":{"id":132849596,"uuid":"468843640","full_name":"Rithingithub/Image-Converter-Resize","owner":"Rithingithub","description":"TinkerHub Co-coder python project ","archived":false,"fork":false,"pushed_at":"2022-03-11T18:14:52.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T19:11:22.272Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rithingithub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-11T17:33:03.000Z","updated_at":"2022-03-11T17:34:40.000Z","dependencies_parsed_at":"2023-05-31T10:15:47.855Z","dependency_job_id":null,"html_url":"https://github.com/Rithingithub/Image-Converter-Resize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rithingithub%2FImage-Converter-Resize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rithingithub%2FImage-Converter-Resize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rithingithub%2FImage-Converter-Resize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rithingithub%2FImage-Converter-Resize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rithingithub","download_url":"https://codeload.github.com/Rithingithub/Image-Converter-Resize/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245866693,"owners_count":20685480,"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":[],"created_at":"2024-10-15T17:43:32.694Z","updated_at":"2025-03-27T14:50:18.160Z","avatar_url":"https://github.com/Rithingithub.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image-Converter-Resize\n## TinkerHub Co-coder python project \n\nTo create an Image converter GUI with Python, I will use the Tkinter library in Python which is the best known Python framework for building GUI application. Other than Tkinter we also need PIL library in Python which stands for Python Imaging Library.\n\n## Team member \n1. Rithin Lehan T [https://github.com/Rithingithub/](https://github.com/Rithingithub/)\n2. Fathima Thahsin [https://github.com/182003aef](https://github.com/182003aef)\n\n## [Documentation Video](https://www.loom.com/share/1b3d1e3ed32147c7ab6a86a5a0120c22)\n\n\n### tkinter\n` python -m tkinter `\nThe tkinter package (“Tk interface”) is the standard Python interface to the Tcl/Tk GUI toolkit. Both Tk and tkinter are available on most Unix platforms, including macOS, as well as on Windows systems.\n\nRunning python -m tkinter from the command line should open a window demonstrating a simple Tk interface, letting you know that tkinter is properly installed on your system, and also showing what version of Tcl/Tk is installed, so you can read the Tcl/Tk documentation specific to that version.\n\nTkinter supports a range of Tcl/Tk versions, built either with or without thread support. The official Python binary release bundles Tcl/Tk 8.6 threaded. See the source code for the _tkinter module for more information about supported versions.\n\nTkinter is not a thin wrapper, but adds a fair amount of its own logic to make the experience more pythonic. This documentation will concentrate on these additions and changes, and refer to the official Tcl/Tk documentation for details that are unchanged.\n\n### PIL or pillow\n` pip install Pillow `\n\nThe Python Imaging Library adds image processing capabilities to your Python interpreter.\n\nThis library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities.\n\nThe core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.\n\n### python-resize-image 1.1.20\n` pip install python-resize-image `\n\nA python package to easily resize images\nThis package provides function for easily resizing images.\n\nDependencies\nPillow 2.7++\nPython 2.7/3.4\nIntroduction\nThe following functions are supported:\n\nresize_crop crop the image with a centered rectangle of the specified size.\nresize_cover resize the image to fill the specified area, crop as needed (same behavior as background-size: cover).\nresize_contain resize the image so that it can fit in the specified area, keeping the ratio and without crop (same behavior as background-size: contain).\nresize_height resize the image to the specified height adjusting width to keep the ratio the same.\nresize_width resize the image to the specified width adjusting height to keep the ratio the same.\nresize_thumbnail resize image while keeping the ratio trying its best to match the specified size.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frithingithub%2Fimage-converter-resize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frithingithub%2Fimage-converter-resize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frithingithub%2Fimage-converter-resize/lists"}