This repository contains a simple photo editing application developed in MATLAB as part of an academic project. The program demonstrates basic image processing operations and provides a simple user interface for editing images.
This application is built using MATLAB and leverages fundamental image processing techniques. It allows users to load an image and perform basic editing tasks such as brightness/contrast adjustments and simple transformations. This project is suitable for learning and experimenting with digital image processing concepts and the MATLAB environment.
- Load and view images in common formats (e.g., JPG, PNG)
- Adjust brightness and contrast of images
- Apply simple image enhancements
- Save edited images
(Features may vary based on implementation inAplikasi_Editfoto.m)
βββ Aplikasi_Editfoto.m # Main MATLAB script βββ Aplikasi_Editfoto.fig # GUI layout file (if using GUIDE) βββ Aplikasi_Editfoto.asv # Backup/metadata file βββ README.md # Project documentation
- Open the project folder in MATLAB.
- Run the main script:
Aplikasi_Editfoto
Use the provided interface/buttons to load and edit images.
π Requirements
MATLAB (with Image Processing Toolbox recommended)
π‘ Learning Goals
This project is intended to help users understand:
Basic image processing functions in MATLAB
Working with GUI components (GUIDE)
Loading, manipulating, and saving images in MATLAB