PhotoShow icon indicating copy to clipboard operation
PhotoShow copied to clipboard

Manually start thumbnail generation

Open mke21 opened this issue 8 years ago • 2 comments

Is there a way to pre-generate thumbnails for a big folder with images that has been rsync'ed to the server?

mke21 avatar May 18 '16 10:05 mke21

+1

a bash-script with image magick is possible to generate images in server side?!

thanks a lot, great project!

valessiobrito avatar Jun 24 '16 02:06 valessiobrito

So I am looking through the code and see image generation is manually called with Settings::gener_all(File::r2a(stripslashes($_POST['path']))); so I am wondering if it is possible to create a separate PHP file that just calls that on a passed directory to manually generate the thumbs.

imthenachoman avatar Jul 28 '17 16:07 imthenachoman