Git Product home page Git Product logo

image-manipulator's Introduction

image-manipulator

Project was created with blueJ (IDE). Open the project in BlueJ for a better structure (instructions below).
Its an image-manipulator GUI, working with JavaFX and was developed for a school project. You can use different filter-matrices and functions on images and gifs. If you want, you can directly import them through URLs.
There is also the ability to include a ftp-server for a public galery. For that, go into config.java and add your ftp-information. Also turn boolean ftpServerON to true.
Language support: English and German

How to run:

Go to ./src/ and open package.bluej with bluej (IDE). After opening, compile, right click "BildbearbeitungGUI"-class and left click "Run JavaFX-Application".

Example:

original relief filter

source: https://cybercashworldwide.com/royalty-free-gif-images-for-your-website || https://cybercashworldwide.com/wp-content/uploads/2017/05/Gif-Image20.gif

Supported actions:

geometric operations 1-pixel operations convolution matrices
vertical mirroring greyshades-average ridgedetection 1 (3x3)
horizontal mirroring greyshades-max ridgedetection 2 (3x3)
turn 90 degree greyshades-min hard edges (3x3)
turn 180 degree greyshades-natural laplace (3x3)
- invert sharpening-filter (3x3)
- change RGB boxblur (3x3 // divisor 9)
- percents gaussianblur 1 (3x3 // divisor 16)
- leave pixels gaussianblur 2 (5x5 // divisor 256)
- main function unsharp masking (5x5 // divisor -256)
- - relief-filter (3x3)
- - median-filter (yxy)
- - pixelation-filter (yxy)
- - main function

GUI

Credits:

  • Big thanks to @DhyanB (https://github.com/DhyanB) for the gif-decoder
    (workaround for error : "java.lang.ArrayIndexOutOfBoundsException: Index 4096 out of bounds for length 4096")
  • Thanks to gluonHq for JavaFX 'Scenebuilder'
  • Thanks https://memorynotfound.com/ for the instruction of creating a gif-sequence-writer
  • Thanks to Thomas Schaller for the imp-package

image-manipulator's People

Contributors

aquajo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.