Myosotis-Researches 0.0.7__py3-none-any.whl → 0.0.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ def concat_image_horizontal(img_list: list[Image], gap = 2) -> Image:
18
18
 
19
19
  # Create concated image
20
20
  concated_width = width * N + gap * (N+1)
21
- concated_height = height * N + gap * 2
21
+ concated_height = height + gap * 2
22
22
  concated_image = Image.new("RGB", (concated_width, concated_height))
23
23
 
24
24
  # Copy ans paste
@@ -17,7 +17,7 @@ def concat_image_vertical(img_list: list[Image], gap = 2) -> Image:
17
17
  raise ValueError("All images should have the same height.")
18
18
 
19
19
  # Create concated image
20
- concated_width = width * N + gap * 2
20
+ concated_width = width + gap * 2
21
21
  concated_height = height * N + gap * (N+1)
22
22
  concated_image = Image.new("RGB", (concated_width, concated_height))
23
23
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Myosotis-Researches
3
- Version: 0.0.7
3
+ Version: 0.0.8
4
4
  Summary: A repository for storing my progress of researches.
5
5
  Home-page: https://github.com/Zeyu-Xie/Myosotis-Researches
6
6
  Author: Zeyu Xie
@@ -1,11 +1,11 @@
1
1
  myosotis_researches/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  myosotis_researches/CcGAN/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  myosotis_researches/CcGAN/utils/__init__.py,sha256=WAsBg2lrqxC8T4cmFcfjeVuyfky94UFcrWw7w_q-I5c,260
4
- myosotis_researches/CcGAN/utils/concat_image_horizontal.py,sha256=_oncZUYNRguYgcWIVfEY8ZONT8n_iDsBxrL0ny_tYSI,958
5
- myosotis_researches/CcGAN/utils/concat_image_vertical.py,sha256=wkSpUqCB62OWNOhJxs7vie_x-VblD7Il5Tjf52e6OAQ,955
4
+ myosotis_researches/CcGAN/utils/concat_image_horizontal.py,sha256=e6WsfO9IiSoP8zkZNz7IGimPUASr9VvyJUJdF-d40iw,954
5
+ myosotis_researches/CcGAN/utils/concat_image_vertical.py,sha256=97-SuE8ZWpaeBm_ed6MAEaUOvtpzlYq_X3yWt4OEUTY,951
6
6
  myosotis_researches/CcGAN/utils/print_hdf5_structure.py,sha256=leaR8H3GhlX6EuIXDMh36xG2zBdV-XlJkaXBuoorl6I,320
7
- myosotis_researches-0.0.7.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
8
- myosotis_researches-0.0.7.dist-info/METADATA,sha256=gIr-q8S6rqN2ifSs7JgnKd4hXjekBcMxLD1xjlmfm9c,764
9
- myosotis_researches-0.0.7.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
10
- myosotis_researches-0.0.7.dist-info/top_level.txt,sha256=zxAiMn5eyZNJM28MewTAkgi_RZJMbfWbzVR-KF0LdZE,20
11
- myosotis_researches-0.0.7.dist-info/RECORD,,
7
+ myosotis_researches-0.0.8.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
8
+ myosotis_researches-0.0.8.dist-info/METADATA,sha256=AghCaPnyTv6o4mm-IJJVVRXbdLuf0l4N7HzjDlyyu9Y,764
9
+ myosotis_researches-0.0.8.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
10
+ myosotis_researches-0.0.8.dist-info/top_level.txt,sha256=zxAiMn5eyZNJM28MewTAkgi_RZJMbfWbzVR-KF0LdZE,20
11
+ myosotis_researches-0.0.8.dist-info/RECORD,,