Skip to content

Commit 996e8b9

Browse files
committed
replaced selenium with html2image
1 parent 6682c8b commit 996e8b9

File tree

4 files changed

+79
-235
lines changed

4 files changed

+79
-235
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Wafermap
22

3-
[![image](https://img.shields.io/pypi/v/wafermap.svg)](https://pypi.python.org/pypi/wafermap)
4-
[![image](https://img.shields.io/pypi/pyversions/wafermap.svg)](https://pypi.python.org/pypi/wafermap)
5-
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint)
3+
[
4+
![pypi](https://img.shields.io/pypi/v/wafermap.svg)
5+
![pypi](https://img.shields.io/pypi/pyversions/wafermap.svg)
6+
![pypi](https://img.shields.io/github/license/cap1tan/wafermap.svg)
7+
](https://pypi.org/project/wafermap/)
8+
[
9+
![GitHub](https://img.shields.io/github/v/release/cap1tan/wafermap?include_prereleases)
10+
![GitHub](https://img.shields.io/github/languages/code-size/cap1tan/wafermap)
11+
![pypi](https://img.shields.io/badge/linting-pylint-yellowgreen)
12+
](https://github.com/cap1tan/wafermap)
13+
614

715

816
A python package to plot maps of semiconductor wafers.
@@ -19,7 +27,7 @@ Free software: MIT license
1927
* Individual labels and colors for each die.
2028
* Toggle layers on/off individually.
2129
* Export zoom-able maps to HTML.
22-
* Export PNG images with selenium
30+
* Export PNG images (needs Chromium)
2331

2432

2533
## Examples
@@ -122,7 +130,7 @@ Finally, nothing would matter if we couldn't see the result:
122130
# save to html
123131
wm.save_html(f"wafermap.html")
124132

125-
# save to png (Mozilla must be installed)
133+
# save to png (Chromium must be installed)
126134
wm.save_png(f"wafermap.png")
127135
```
128136

@@ -131,7 +139,7 @@ wm.save_png(f"wafermap.png")
131139

132140
- __Folium__ & __branca__ -> to make dynamic, zoom-able and pan-able HTML based maps
133141
- __Pillow__ -> to support embedded images and format the optional image output
134-
- Optional for exporting to .png images: __selenium__ and MS Edge browser installed.
142+
- __Chromium__ -> exporting to .png images
135143

136144

137145
## Contributing

0 commit comments

Comments
 (0)