I started the morning by double checking all of the anchor points for the images I created yesterday to make sure it was exactly the same for each one. That was a bit time consuming. I then had to create white versions of each icon as that is what the mapping engine requires to color the values by height. It was time again to learn a bit about ImageMagick and how to do this in an automated fashion. This required using a trick where you pass an opaque color and the fill color. I preferred to ignore all pixels except the transparent color to do the fill that way:
I learned this trick by going to one of the great tutorials that explains how to use ImageMagick for this purpose called Color Basics.convert +opaque transparent -fill 'rgba(255,255,255,255)' A.png A_white.png
I wish there was more to write about today but it was just a tons of coding and debugging. Nothing new or exciting to write about. All in all a good day as I got most of what I wanted done. I did not get time to look into how to deploy the app outside the Windows Store as that will have to wait until tomorrow.
No comments:
Post a Comment