Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rillig/image-replacer
Minimalistic search and replace in images
https://github.com/rillig/image-replacer
Last synced: 11 days ago
JSON representation
Minimalistic search and replace in images
- Host: GitHub
- URL: https://github.com/rillig/image-replacer
- Owner: rillig
- Created: 2017-11-24T23:40:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T22:54:56.000Z (over 2 years ago)
- Last Synced: 2024-11-14T05:23:43.394Z (2 months ago)
- Language: Kotlin
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Minimalistic GUI for search and replace inside an image.
It's a quick prototype, so all action is done in the UI thread.
On the left side is the original screenshot.
The image on the right side is the edited screenshot,
in which all occurrences of ![](./images/wheel.png) have been replaced with ![](./images/pink.png):![](./images/screenshot%20before.png) ![](./images/screenshot%20after.png)
Possible use cases:
* Swapping the avatars of people involved in screenshots from social media conversations (useful for "journalists" creating fake news).
* In software documentation, replacing icons from an old icon theme with a new icon theme.