1
1
# Wafermap
2
2
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
+
6
14
7
15
8
16
A python package to plot maps of semiconductor wafers.
@@ -19,7 +27,7 @@ Free software: MIT license
19
27
* Individual labels and colors for each die.
20
28
* Toggle layers on/off individually.
21
29
* Export zoom-able maps to HTML.
22
- * Export PNG images with selenium
30
+ * Export PNG images (needs Chromium)
23
31
24
32
25
33
## Examples
@@ -122,7 +130,7 @@ Finally, nothing would matter if we couldn't see the result:
122
130
# save to html
123
131
wm.save_html(f " wafermap.html " )
124
132
125
- # save to png (Mozilla must be installed)
133
+ # save to png (Chromium must be installed)
126
134
wm.save_png(f " wafermap.png " )
127
135
```
128
136
@@ -131,7 +139,7 @@ wm.save_png(f"wafermap.png")
131
139
132
140
- __ Folium__ & __ branca__ -> to make dynamic, zoom-able and pan-able HTML based maps
133
141
- __ 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
135
143
136
144
137
145
## Contributing
0 commit comments