Hi
with the function printRandomImages (from specific album) i end up very often with duplicate images, any idea why?
Thanks
Seems that is indeed how it was coded back then. If you request several images it gets each individually without checking. Thus the duplicates.
Alternatively you could try the random option of printImageStatistic() from the image_album_statistics plugin. That works differently internally.
thanks