When using Multiple Image Sets generate_thumbnail() only create a thumbnail to the first image.
This is happening because generate_thumbnail() thinks a thumbnail was already generated and return the thumbnail of the first image.
I'm using Python (2.7.13), SQLAlchemy (1.1.14) and SQLAlchemy-ImageAttach (1.1.0).
When using Multiple Image Sets generate_thumbnail() only create a thumbnail to the first image.
This is happening because generate_thumbnail() thinks a thumbnail was already generated and return the thumbnail of the first image.
I'm using Python (2.7.13), SQLAlchemy (1.1.14) and SQLAlchemy-ImageAttach (1.1.0).