Have you ever wanted to build a responsive process to a folder’s content?
In my case, I wanted to create a process in which I could dump an image file in a folder and automatically resize the image and save it in 4 different formats (gif, jpg, png, webp).
I’ve previously discussed using ImageMagick to do this, but until now, this still required human intervention as you needed to manually open some automating utility (Excel, Access) and I was hoping for a process that just did it on its own without me needing to do a thing.
Now I did some digging and found mention of creating a Windows Service. This is messy, requires Visual Studio, Advanced coding, Installation Permission, Code Signing, … It will works, but no thank you, not for what should be a simple thing to do (at least in my mind).
That’s when I started digging into PowerShell. It is truly amazing what PowerShell will allow us to do.