@@ -3,19 +3,19 @@ begin # hide
33 using GMT # hide
44 GMT. isFranklin[1 ] = true # hide
55 getpath4docs (file:: String ) = joinpath (" .." , " .." , " .." , " .." , " .." , file) # hide
6- using GMT
7-
8- I = grdimage (Gwib, C= :earth , img_out= true ); # Hide
9- Iblend = gmtread (" https://oceania.generic-mapping-tools.org/cache/wiberia_shade_blender.png" ); # Hide
10- # Blend the tint and the shades (darken)
11- Iburn = blendimg! (I, Iblend, mode= " LinearBurn" , new= true );
12-
13- # Apply illunination to the previous image
14- Ib = blendimg! (Iburn, Iblend, mode= " Screen" , new= true );
15-
6+ using GMT
7+
8+ I = grdimage (Gwib, C= :earth , img_out= true ); # Hide
9+ Iblend = gmtread (" https://oceania.generic-mapping-tools.org/cache/wiberia_shade_blender.png" ); # Hide
10+ # Blend the tint and the shades (darken)
11+ Iburn = blendimg! (I, Iblend, mode= " LinearBurn" , new= true );
12+
13+ # Apply illunination to the previous image
14+ Ib = blendimg! (Iburn, Iblend, mode= " Screen" , new= true );
15+
1616viz (Ib, coast= true )
1717 end # hide
18- mv (joinpath (tempdir (), " GMTjl_" * GMT. TMPDIR_USR[2 ] * " ." * " png" ), joinpath (@OUTPUT , " example_9095517609425410923 .png" ), force= true ); # hide
18+ mv (joinpath (tempdir (), " GMTjl_" * GMT. TMPDIR_USR[2 ] * " ." * " png" ), joinpath (@OUTPUT , " example_8455266836820414466 .png" ), force= true ); # hide
1919 GMT. isFranklin[1 ] = false # hide
2020 GMT. IamModern[1 ] = false # hide
2121
0 commit comments