Skip to content

Commit c27d654

Browse files
Saijin-NaibSaijin-Naib
authored andcommitted
Fix: #254 - images not loading
Fix missing image references by replacing with local WebP instead of remote PNG/JPG
1 parent fe72e40 commit c27d654

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

source/images/3D_result.webp

125 KB
Loading

source/images/target_image.webp

133 KB
Loading
1.68 KB
Loading

source/tutorials.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -890,16 +890,16 @@ Starting from ODM ``2.0`` people can supply image masks to inform the software t
890890

891891
To add a mask, simply create a new black and white image of the same dimension as the target image you want to mask (you can use a program such as GIMP to do this). Color in black the areas to exclude from the reconstruction.
892892

893-
.. figure:: https://user-images.githubusercontent.com/1951843/93247037-ade87a00-f75b-11ea-8b42-25bc1d89279d.webp
893+
.. figure:: images/target_image.webp
894894
:alt: Target image
895895
:align: center
896896

897-
.. figure:: https://user-images.githubusercontent.com/1951843/93247007-a2954e80-f75b-11ea-87b3-4f04bd1737b9.webp
897+
.. figure:: images/target_image_mask.webp
898898
:alt: Image mask
899899
:align: center
900900

901901

902-
.. figure:: https://user-images.githubusercontent.com/1951843/93246970-8f827e80-f75b-11ea-8179-5a8fdd9f5193.webp
902+
.. figure:: images/3D_result.webp
903903
:alt: 3D result (building is masked)
904904
:align: center
905905

0 commit comments

Comments
 (0)