Closed brunurd closed 5 years ago
Fix the logic to split and join the directory, filename and extension of the path in Imp.__save method, currently the command imp convert image.png -e ico generates a file named only as .ico.
Imp.__save
imp convert image.png -e ico
.ico
Fix in the 1.1.1 version. commit e3a2190a60e2d9cda24e55c75f6e23a920a1f2e6
Fix the logic to split and join the directory, filename and extension of the path in
Imp.__save
method, currently the commandimp convert image.png -e ico
generates a file named only as.ico
.