Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.85 KB

solarmiddle_tutorial.md

File metadata and controls

27 lines (22 loc) · 1.85 KB

solarmiddle tutorial

This imagemagick script automatically positiones total solar eclipse corona images. This script is used by solarwind script.

Steps of processing

Sample images are created using the default values of the script.

Step 0 Step 1 Step 2
input output output
Original image Grayscale Auto-level
-colorspace gray -auto-level

Step 3 Step 4 Step 5
output output output
Very bright Two-color Remove white dots
-modulate 5000 +dither
-colors 2
-contrast-stretch 0
-morphology Open Disk:2
Step 6 Step 7 Step 8
output output output
Remove black dots Add black border Floodfill
-morphology Close Disk:30 -bordercolor black
-border 10x10
-fill white
-floodfill +0+0
black
Step 9 Step 10
output output
Find black circle Crop
-trim
-format "%X %Y %@"
info:
-crop