SkillAgentSearch skills...

PhotoEditor

Java Photo Editor

Install / Use

/learn @gufranthakur/PhotoEditor
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Overview

A simple modern photo editor built in Java. with features like altering brightness, sharpness, contrast, B&W filter, and much more. The project is not a full fledged application but rather an experimental project I created just for learning purposes.

pv_img_2

About this project

This project was built using the default Java libraries (Swing and graphics). No additional 3rd party libraries were used for any image processing features. The lookandFeel (Dark mac lookandFeel) is created by FlatLaf [https://www.formdev.com/flatlaf/] A third party open source library for customising lookAndFeel of your swing application I used the IntelliJ GUI designer for the frontend of this project, meaning part of the code is in XML (.form files) Created with java 21

Features

  • Import image
  • changing the dimensions of the image
  • altering brightness, contrast, sharpness, and blur factor of the image
  • A black and white filter
  • Adding resizable text and placing it anywhere (The text can be resized with the mouse scroll wheel)
  • Changing text color and background color
  • text fonts (only 3 for now)
  • adding another image with custom opacity (Image can be placed anywhere with the mouse and resized with mouse scroll wheel)
  • undo and redo features
  • export the image

screenshots

Previewpv_img_1 Importing the image from user's device

pv_img_3 Adding custom elements

pv_img_4 Altering contrast, brightness, sharpness factors, and resizing the image

Related Skills

View on GitHub
GitHub Stars35
CategoryDevelopment
Updated3mo ago
Forks0

Languages

Java

Security Score

67/100

Audited on Dec 17, 2025

No findings