tweaking the Julia's fractal

This commit is contained in:
tTh
2024-02-10 21:55:04 +01:00
parent 27635a0398
commit dd552abeda
4 changed files with 45 additions and 17 deletions

View File

@@ -28,9 +28,13 @@ program julia
allocate(picz(512, 342))
call julia_colormapped(picz, cx, cy, 500)
call julia_colormapped(picz, cx, cy, 2500)
call rgbpix_spit_as_pnm_8(picz, trim(filename))
contains
!-----------------------------------------------------
end program
!-----------------------------------------------------