Hi,
I need to load batches of image files and change their dimensions. I'm doing it through FreeImage.dll in C++. Each batch contains JPG and TIF files. The problem is the exe processes the first batch accurately but for further batches it starts skipping some files, specially JPG files.
I tried Initializing and Uninitializing FreeImage before and after each batch but it still doesn't work.
Can anybody suggest me the way to do this? Even if I'm required to use some other free image processing library that's fine for me.