Active Forums => Programs => Topic started by: SpriggsySpriggs on June 19, 2020, 04:02:43 pm
Title: Recursive Image to MEM
Post by: SpriggsySpriggs on June 19, 2020, 04:02:43 pm
So @Dav , a while back, had made a program that allows you to store a picture as a MEM block in a program to use it as an image handle. I turned it into a GUI conversion program along with his BASIMAGE program. Now this is something a bit different here. I saw that @Ashish had a Github with a program/library called Iconizer with a folder chock full of good icons. I thought it would be cool to make a program that recursively runs the MEM conversion function for every PNG in a directory and write them to .MEM files. The only issue was that they didn't have transparent backgrounds and the way that Dav's code was set up, you couldn't affect the transparency. I changed it up to allow for that. Here is the code for that along with a zip folder of the original PNG files and the MEM files: