Dear all,
I would like to do something very simple but i don't know if it possible.
I would like to load an image file from the disk into a bitmap and clear any free space at the right of the image
save it again with the save name.
BitMap bt=new Bitmap(Filename);
I would like your help if there is a way to clear the free space at the right of the image.
Best Regards.
I would like to do something very simple but i don't know if it possible.
I would like to load an image file from the disk into a bitmap and clear any free space at the right of the image
save it again with the save name.
BitMap bt=new Bitmap(Filename);
I would like your help if there is a way to clear the free space at the right of the image.
Best Regards.