Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karthikeyanav2003/image-editor
This user-friendly image editor, built with Python's Kivy framework, empowers you to effortlessly manipulate your images.
https://github.com/karthikeyanav2003/image-editor
kivy python vscode
Last synced: 6 days ago
JSON representation
This user-friendly image editor, built with Python's Kivy framework, empowers you to effortlessly manipulate your images.
- Host: GitHub
- URL: https://github.com/karthikeyanav2003/image-editor
- Owner: karthikeyanav2003
- Created: 2024-06-04T07:01:30.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T07:16:10.000Z (5 months ago)
- Last Synced: 2024-10-16T12:33:24.658Z (20 days ago)
- Topics: kivy, python, vscode
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image-Editor
This application will enable users to import, view, and modify images using a user-friendly Kivy interface. It will leverage the power of Python's Pillow (PIL Fork) library for image processing tasks.# Key Functionalities
Image Loading: Users can seamlessly load images from their local file system using a file selection dialog or drag-and-drop functionality (implementation details might vary depending on Kivy version and desired experience).
Image Display: The loaded image will be displayed clearly within the app's window.# UI
![image](https://github.com/karthikeyanav2003/Image-Editor/assets/145100980/7bc032f1-e591-4cd8-a03f-2a02031fe072)# Crop
![image](https://github.com/karthikeyanav2003/Image-Editor/assets/145100980/ef515728-9a9c-4224-9e14-f713098a17dd)# Resize
![image](https://github.com/karthikeyanav2003/Image-Editor/assets/145100980/765a36aa-5235-45a9-a25a-feac413a9a9d)# Filter
![image](https://github.com/karthikeyanav2003/Image-Editor/assets/145100980/7468df7e-b09c-42cb-b10e-f5ddba916605)