cozy / cozy-photos-v2

Deprecated - New : https://github.com/cozy/cozy-drive/tree/master/src/photos - Personal Photo Gallery Manager
http://cozy.io
GNU Affero General Public License v3.0
27 stars 25 forks source link

Attempt to make thumb creation more tolerant to bug #90

Closed frankrousseau closed 9 years ago

frankrousseau commented 9 years ago
aenario commented 9 years ago

why use mime & not just check file name 's extensions ?

mime does just that : https://github.com/broofa/node-mime/blob/master/mime.js#L74 https://github.com/broofa/node-mime/blob/master/types/mime.types#L1319 https://github.com/broofa/node-mime/blob/master/types/mime.types#L1324

aenario commented 9 years ago

lock printit version too

frankrousseau commented 9 years ago

mime is more expressive.

aenario commented 9 years ago

Ok, we can reconsider when moving this into the DS. LGTML :+1: