C# program to resize and overlay images.
Budget: $30 – $250 USD
The project is one such that I am able to select a folder where each image inside the folder is resized to a given percentage and then overlaid (centered) over a transparent image of the same size. See the attached image.
The program will have a simple GUI allowing me to upload a folder with the images to be resized and overlaid. It will also have a textbox to allow me to enter in a percentage size to resize the main image. When the button is pressed each of the images in the folder is overlaid on the transparent background and put into another folder with the datetime and percentage as a name. For example, a folder named 11_14_2021_55 for the date in which each image in the folder has the resized image to 55% over the transparent background.
The program should only take images from the single folder and ignore any sub-folders. That is, even if there are several folders in the main folder (say created folders 11_14_2021_38, 11_14_2021_55, and 11_14_2021_73) I can still run the program and it will only take images from the main folder.
See the attached image.
The program will have a simple GUI allowing me to upload a folder with the images to be resized and overlaid. It will also have a textbox to allow me to enter in a percentage size to resize the main image. When the button is pressed each of the images in the folder is overlaid on the transparent background and put into another folder with the datetime and percentage as a name. For example, a folder named 11_14_2021_55 for the date in which each image in the folder has the resized image to 55% over the transparent background.
The program should only take images from the single folder and ignore any sub-folders. That is, even if there are several folders in the main folder (say created folders 11_14_2021_38, 11_14_2021_55, and 11_14_2021_73) I can still run the program and it will only take images from the main folder.
See the attached image.