28 Phase Moon Tags Revision

I published a Topic before but it was a bit complex for someone starting out . I have shortened the formulas I used . And made the Images into Masks so they can be used in several ways including filters as in the example test .
Notice I put the main formula in the X position Field that gives us the opportunity to tweak the Opacity

The Formula in Rotation is to make the Moon correct for the Southern Hemisphere .

$#LAT#>0?0:180$

I have made this a WiKi so it can stay live forever .
.
.

.
.































.

Images start at 0 = NEW MOON

$(round((#MOONAGEPERCENT#)*27))=27?160:555$

$(round((#MOONAGEPERCENT#)*27))=26?160:555$

$(round((#MOONAGEPERCENT#)*27))=25?160:555$

$(round((#MOONAGEPERCENT#)*27))=24?160:555$

$(round((#MOONAGEPERCENT#)*27))=23?160:555$

$(round((#MOONAGEPERCENT#)*27))=22?160:555$

$(round((#MOONAGEPERCENT#)*27))=21?160:555$

$(round((#MOONAGEPERCENT#)*27))=19?160:555$

$(round((#MOONAGEPERCENT#)*27))=18?160:555$

$(round((#MOONAGEPERCENT#)*27))=17?160:555$

$(round((#MOONAGEPERCENT#)*27))=16?160:555$

$(round((#MOONAGEPERCENT#)*27))=15?160:555$

$(round((#MOONAGEPERCENT#)*27))=14?160:555$

$(round((#MOONAGEPERCENT#)*27))=13?160:555$

$(round((#MOONAGEPERCENT#)*27))=12?160:555$

$(round((#MOONAGEPERCENT#)*27))=11?160:555$

$(round((#MOONAGEPERCENT#)*27))=10?160:555$

$(round((#MOONAGEPERCENT#)*27))=9?160:555$

$(round((#MOONAGEPERCENT#)*27))=8?160:555$

$(round((#MOONAGEPERCENT#)*27))=7?160:555$

$(round((#MOONAGEPERCENT#)*27))=6?160:555$

$(round((#MOONAGEPERCENT#)*27))=5?160:555$

$(round((#MOONAGEPERCENT#)*27))=4?160:555$

$(round((#MOONAGEPERCENT#)*27))=3?160:555$

$(round((#MOONAGEPERCENT#)*27))=2?160:555$

$(round((#MOONAGEPERCENT#)*27))=1?160:555$

$(round((#MOONAGEPERCENT#)*27))=0?160:555$

6 Likes

Very nicely done my friend, bravo indeed :clap:

3 Likes

I wish we could Post Zipped Folders but there we are .

3 Likes

So despite my efforts to minimize the Memory usage on this project It seems an Image has to be about 640x640 px to preserve the Files name when downloading via the popup window . Who Knew . I wish I could remember this stuff .

2 Likes

Wow the job of an expert!!!

1 Like

Ha Ha . I wish . If I was an Expert I could get it right first Go . Getting the above on a Face is a bit of Work . But once you have it You have a template and don’t have to do it all again .

1 Like