I spent the last days to do (between other things) images resizing and noticed some differences, sometimes !
Explanaton:
I drop an image on a window, click a button and code resize and save that image at 5 different sizes.
Most of the times, the saved items appears in the target folder (same from where the image comes) in the alphabetical order.
But, sometimes it is in a different order. Annoying it is, but since I am curious, do you know what can happens ?
Before some ask for code, here’s the logic:
- Create a Picture1 (for size 1),
- Resize the Image and store it in Picture1
- Save Picture1 with its size 1 name,
Then do the same for the other sizes, then left.
Ideas ?