-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
![labels](./docs/App_Icon.png) | ||
|
||
# labelstrip | ||
|
||
This was quickly written to distrabute an application to remove labels from whole slide image SVS files. | ||
This was quickly written to distribute an application to remove labels from whole slide image SVS files. As the original required scripting knowledge to run. | ||
|
||
![labels](./docs/gui.png) | ||
|
||
Figure 1. Image of the GUI for labelstrip. | ||
|
||
This script is built around the amazing [anonymize-slide](https://github.com/bgilbert/anonymize-slide). Their script was updated to python three to install it into this GUI. | ||
|
||
### WARNING | ||
|
||
![labels](./docs/gui.png) <br> | ||
This should work well on scripts that have a slide image. It has been reported that if the WSI was created without a label image then the script may corrupt the file. | ||
|
||
Figure 1. image of the GUI for labelstrip. | ||
Therefore please only use this on files that have been backed up. |