Find and Replace Text on all text layers.
Find: text to search for
Replace: text to replace with
Replace All: replace every match [YES/no]
Case Sensitive: match case [YES/no]
The plug-in is found at Edit->Find & ReplaceText...
Tested on Ubuntu 8.10, GIMP 2.7 (SVN).
Could use some further testing, esp. on other platforms.
Matching is done using Python's re.sub function - so special character should work (\n, *, +, etc.).
TODO:
- add option to only replace on current layer
- add a pop-up to report the number of changes made (re.subn())
Attachment | Size |
---|---|
find_and_replace-0.1.py | 1.41 KB |
Comments
Small changes for larger find replace work
Made some small script changes to allow finding/replacing from csv.
https://gist.github.com/eyecreate/5369685
Add and Replace/Remove Text plugin?
How about adding an option to remove text (or maybe move)? Perhaps to a different layer?