{"id":19262049,"url":"https://github.com/aquajo/image-manipulator","last_synced_at":"2025-02-23T18:42:30.749Z","repository":{"id":164966198,"uuid":"487607747","full_name":"AquaJo/image-manipulator","owner":"AquaJo","description":"image-manipulator for images and gifs","archived":false,"fork":false,"pushed_at":"2024-01-07T17:23:03.000Z","size":890,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-05T10:20:58.079Z","etag":null,"topics":["convolution-matrix","filtering","image-manipulation","image-processing","kernel-convolution"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AquaJo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-01T18:08:08.000Z","updated_at":"2022-07-17T20:34:10.000Z","dependencies_parsed_at":"2024-01-07T18:36:57.683Z","dependency_job_id":"a3c70dfa-1699-493f-84e3-e1fafa44ecfa","html_url":"https://github.com/AquaJo/image-manipulator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AquaJo%2Fimage-manipulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AquaJo%2Fimage-manipulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AquaJo%2Fimage-manipulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AquaJo%2Fimage-manipulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AquaJo","download_url":"https://codeload.github.com/AquaJo/image-manipulator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240364295,"owners_count":19789756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["convolution-matrix","filtering","image-manipulation","image-processing","kernel-convolution"],"created_at":"2024-11-09T19:29:30.089Z","updated_at":"2025-02-23T18:42:30.707Z","avatar_url":"https://github.com/AquaJo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## image-manipulator\nProject was created with blueJ (IDE). Open the project in BlueJ for a better structure (instructions below). \\\nIts 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. \\\nThere 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. \\\nLanguage support: English and German\n### How to run: \nGo to ./src/ and open package.bluej with bluej (IDE). After opening, compile, right click \"BildbearbeitungGUI\"-class and left click \"Run JavaFX-Application\".\n### Example: \noriginal             |  relief filter\n:-------------------------:|:-------------------------:\n![](https://user-images.githubusercontent.com/84229101/166147318-000da312-31a6-476a-a29c-cf51d37037e7.gif)  |  ![](https://user-images.githubusercontent.com/84229101/166147373-53676ce3-e498-416e-89b0-1bfa7d695d3a.gif)\n\n\u003cp align=\"center\"\u003e\u003csup\u003e\u003csup\u003esource: https://cybercashworldwide.com/royalty-free-gif-images-for-your-website || https://cybercashworldwide.com/wp-content/uploads/2017/05/Gif-Image20.gif\n\u003c/sup\u003e\u003c/sup\u003e\u003c/p\u003e\n\n### Supported actions:\n\n\u003cdiv align=\"center\"\u003e\n  \n***geometric operations***       |  ***1-pixel operations***       | ***convolution matrices***\n:-------------------------:|:-------------------------:|:-------------------------:\nvertical mirroring         |greyshades-average         |ridgedetection 1 (3x3)\nhorizontal mirroring       |greyshades-max             |ridgedetection 2 (3x3)\nturn 90 degree             |greyshades-min             |hard edges (3x3)\nturn 180 degree            |greyshades-natural         |laplace (3x3)\n-|invert                     |sharpening-filter (3x3)\n-|change RGB                 |boxblur (3x3 // divisor 9)\n-|percents                   |gaussianblur 1 (3x3 // divisor 16)\n-|leave pixels               |gaussianblur 2 (5x5 // divisor 256)\n-|main function              |unsharp masking (5x5 // divisor -256)\n-|-|relief-filter (3x3)\n-|-|median-filter (yxy)\n-|-|pixelation-filter (yxy)\n-|-|main function\n\u003c/div\u003e\n\n### GUI\n\u003cp align=\"left\"\u003e \n  \u003cimg src=\"https://user-images.githubusercontent.com/84229101/166149424-f4cd1b82-9de7-4ed1-a2c6-e94c58275c3c.PNG\" width=\"58%\"/\u003e\n\u003c/p\u003e\n\n### Credits: \n- Big thanks to @DhyanB (https://github.com/DhyanB) for the gif-decoder \\\n(workaround for error : \"java.lang.ArrayIndexOutOfBoundsException: Index 4096 out of bounds for length 4096\")\n- Thanks to gluonHq for JavaFX 'Scenebuilder'\n- Thanks https://memorynotfound.com/ for the instruction of creating a gif-sequence-writer\n- Thanks to Thomas Schaller for the imp-package\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquajo%2Fimage-manipulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faquajo%2Fimage-manipulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquajo%2Fimage-manipulator/lists"}