Hello to all, it is possible to create a plugin / behaviour for construct 2, who generate pictures tumbnails, like a gallery from pictures in a folder??
thanks to all for your interest
You can just resize the larger images. Is there a specific reason you need thumbnails?
i would like to have that kind of plugin because ido my new re-designed website with construct 2 its work perfectly, but need just that for finish my work.
also i know its feseable with ajax or something like that someone helped me in the past with something like that
imothep85
I though the thumbnails were created by server when image imported, it could reduce the traffic of network by sending small images.
If you try to create thumbnail in C2 (client side), all you need is downloading origin image, then resizing. "action:get image from uri" at sprite is enough to do that.
for exampel if i create an "img" folder wehere i put images, how ican tell to construct 2 to generate the thumbnails from the folder hosted on the server?
thanks
Develop games in your browser. Powerful, performant & highly capable.
You need to get the path of each image.
You might need to have a text file which list all of image paths.