Hi All,
Can anyone please guide me how can I resize an image in AX 2012 using Batch functionality. I have thousands of images and want to resize them through batch.
I used System.Drawing.Image::FromFile(imagePath) method to get the image object but did not find other method to resize it.
NOTE: I have already tried with Image class but this class only works on client side and does not work on server side.