{"id":20651707,"url":"https://github.com/droidninja/whatsapp-like-photoeditor","last_synced_at":"2025-08-06T08:19:02.165Z","repository":{"id":97035583,"uuid":"135574326","full_name":"DroidNinja/Whatsapp-Like-PhotoEditor","owner":"DroidNinja","description":"A library module that tries to mimic whatsapp photo editor.","archived":false,"fork":false,"pushed_at":"2018-05-31T11:32:10.000Z","size":2422,"stargazers_count":162,"open_issues_count":12,"forks_count":52,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-29T06:11:21.828Z","etag":null,"topics":["filters","image-editor","image-filters","image-processing","photoeditor","whatsapp"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DroidNinja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-05-31T11:24:33.000Z","updated_at":"2025-03-03T17:22:18.000Z","dependencies_parsed_at":"2024-03-09T03:15:08.924Z","dependency_job_id":null,"html_url":"https://github.com/DroidNinja/Whatsapp-Like-PhotoEditor","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/DroidNinja%2FWhatsapp-Like-PhotoEditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DroidNinja%2FWhatsapp-Like-PhotoEditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DroidNinja%2FWhatsapp-Like-PhotoEditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DroidNinja%2FWhatsapp-Like-PhotoEditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DroidNinja","download_url":"https://codeload.github.com/DroidNinja/Whatsapp-Like-PhotoEditor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249347203,"owners_count":21255146,"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":["filters","image-editor","image-filters","image-processing","photoeditor","whatsapp"],"created_at":"2024-11-16T17:29:00.006Z","updated_at":"2025-04-17T14:04:07.043Z","avatar_url":"https://github.com/DroidNinja.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Whatsapp-Like-PhotoEditor\nIt is a library module that tries to mimic the whatsapp photoeditor.\nThere are many things on which work needs to be done.\n \n **TODO**\n * Fix cropping issue (needs to mimic whatsapp on this)\n * Remove ugly code\n * Convert code to kotlin\n * Publish on maven\n \n ![demo](https://github.com/DroidNinja/Whatsapp-Like-PhotoEditor/blob/master/screens/device-2018-05-31-164109.png?raw=true)\n   ![demo](https://github.com/DroidNinja/Whatsapp-Like-PhotoEditor/blob/master/screens/device-2018-05-31-163754.png?raw=true)\n   ![demo](https://github.com/DroidNinja/Whatsapp-Like-PhotoEditor/blob/master/screens/device-2018-05-31-164258.png?raw=true)\n   ![demo](https://github.com/DroidNinja/Whatsapp-Like-PhotoEditor/blob/master/screens/device-2018-05-31-164411.png?raw=true)\n   ![demo](https://github.com/DroidNinja/Whatsapp-Like-PhotoEditor/blob/master/screens/device-2018-05-31-164501.png?raw=true)\n\n# Usage\n```kotlin\n ImageEditor.Builder(this, imagePath)\n                .setStickerAssets(\"stickers\")\n                .disable(ImageEditor.EDITOR_TEXT) //to disable something\n                .open()\n```\n\nHere `setStickerAssets()` methods takes folder name of stickers in the assets. Checkout sample if confused. You will get the result in\n`onActivityResult`\n\n```kotlin\noverride fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {\n    super.onActivityResult(requestCode, resultCode, data)\n    when (requestCode) {\n      ImageEditor.RC_IMAGE_EDITOR -\u003e\n        if (resultCode == Activity.RESULT_OK \u0026\u0026 data != null) {\n          val imagePath: String = data.getStringExtra(ImageEditor.EXTRA_EDITED_PATH)\n          edited_image.setImageBitmap(BitmapFactory.decodeFile(imagePath))\n        }\n    }\n  }\n```\n\n# Projects that helped\n  [ImageEditor-Android](https://github.com/siwangqishiq/ImageEditor-Android/)\n  \n  [Android-Image-Cropper](https://github.com/ArthurHub/Android-Image-Cropper)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdroidninja%2Fwhatsapp-like-photoeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdroidninja%2Fwhatsapp-like-photoeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdroidninja%2Fwhatsapp-like-photoeditor/lists"}