Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.