misty
This commit is contained in:
@@ -31,9 +31,9 @@ var input_file = args[0]
|
||||
var output_file = args[1]
|
||||
|
||||
function ext_lower(path) {
|
||||
var e = path.split('.').pop()
|
||||
var e = array(path, '.').pop()
|
||||
if (!e) return null
|
||||
return e.toLowerCase()
|
||||
return lower(e)
|
||||
}
|
||||
|
||||
function decode_image(blob, ext) {
|
||||
|
||||
Reference in New Issue
Block a user