honza / node-thumbnail

Thumbnail worker queue for node.js
http://honza.ca/node-thumbnail/
Other
103 stars 23 forks source link

Errer when generating with dir as a source path if there is a dir inside it #28

Open Solander opened 7 years ago

Solander commented 7 years ago

My folder structure is as follows: pics/ test.jpg lala.jpeg inner/ another.jpg picture.jpeg

It works to generate thumbnails for pics/inner/ but not for pics/. The only error I get in return, is "Unsupported file format". Would be nice with a more descriptive message and also the possibility of digging down when generating. Or maybe the option of only generate for the files in the directory and discard inner directories.