Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goldipl/image-cropping-app
Image cropping application which can cropp / cut 41x41 pixels image square and show it in arraylist next to canvas with my photo. There is also two buttons - Load new image from file but this option is "under construction" and second option to clear 25 small 41x41px images.
https://github.com/goldipl/image-cropping-app
java java-11 javafx javafx-application
Last synced: 5 days ago
JSON representation
Image cropping application which can cropp / cut 41x41 pixels image square and show it in arraylist next to canvas with my photo. There is also two buttons - Load new image from file but this option is "under construction" and second option to clear 25 small 41x41px images.
- Host: GitHub
- URL: https://github.com/goldipl/image-cropping-app
- Owner: goldipl
- Created: 2020-02-01T19:57:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T13:33:54.000Z (over 4 years ago)
- Last Synced: 2024-11-10T11:40:08.513Z (2 months ago)
- Topics: java, java-11, javafx, javafx-application
- Language: Java
- Homepage:
- Size: 354 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Table of contents
* [General info](#general-info)
* [Additional info](#additional-info)
* [Screenshot](#screenshot)
* [Technologies](#technologies)
* [Author](#author)## General info
Image cropping application. Homework 2a for subject INU from Warsaw University of Technology. Image cropping application which can cropp / cut 41x41 pixels image square and show it in arraylist next to canvas with my photo. There is also two buttons - Load new image from file but this option is "under construction" and second option to clear 25 small 41x41px images.## Additional info
If you want to run these application you have to install JavaFX plugin and add JavaFX libraries and additionaly before start the application - click `Run Configurations...`, choose `(x)= Arguments` and enter `--module-path "out;C:\Program Files (x86)\Java\javafx-sdk-11.0.2\lib" --add-modules=javafx.controls,javafx.fxml` to *VM Arguments* text field where **C:\Program Files (x86)\Java\javafx-sdk-11.0.2\lib** its your javafx sdk location. That's all.## Screenshot
![Screenshot](croppapp.jpg)## Technologies
Project was created with:
* Java 11
* JavaFX## Author
Marcin Godlewski