You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2019. It is now read-only.
Hi,
is it possible to type more than one path in init file i.e.:
imagedir = /home/my_images/cars,/home/my_images/planes,/home/my_images/kids
or like:
imagedir[] = /home/my_images/cars
imagedir[] = /home/my_images/planes
imagedir[] = /home/my_images/kids
so app could proces a couple path, not only pic from one path?