Does anybody have experience with image resizing in Dataminer? Use case is that an EPG poster JPG image in high resolution (in watch folder) needs to be resized to 4 different lower resolution JPG images. How to best approach this, can this be done out of the box in C# script or are additional external libraries needed, or is it best to use an external tool for resizing ?
Thanks,
David
David Joseph [SLC] [DevOps Enabler] Selected answer as best 12th December 2022
Hi David,
This can be done using the Bitmap class:
Do note that you probably want to adjust for aspect ratio.