nagadomi / waifu2x

Image Super-Resolution for Anime-Style Art
http://waifu2x.udp.jp/
MIT License
27.33k stars 2.71k forks source link

Filename gets truncated if it has a dot in it #438

Closed ikasumi4u closed 1 year ago

ikasumi4u commented 1 year ago

Seen in the WebUI, the filename gets truncated if there's a dot in it. Seems it just takes the last dot in the filename, truncates it there, then appends the extension. Note the conversion tags (Waifu2xart, etc.) also do not get appended.

MyImage(...final).jpg → MyImage(...png

nagadomi commented 1 year ago

Fixed by https://github.com/nagadomi/nunif/commit/c6729f08448544043fde699e070a6e2a4992e253 waifu2x.udp.jp has also been updated.