imxieyi / waifu2x-mac

Waifu2x-ios port to macOS, still in Core ML and Metal
MIT License
439 stars 45 forks source link

TIFF Support? #18

Closed ArguingMeadows closed 4 years ago

ArguingMeadows commented 4 years ago

The iOS app supports importing TIFF images (and then turning them into PNG) but on the Mac side, there's no support whatsoever. I was wondering if we could see support for 16-bit TIFF images as import and export options.

imxieyi commented 4 years ago

Have you tried CLI version? I tried to use TIFF image as CLI input and there was no problem.

ArguingMeadows commented 4 years ago

Sorry for the very late reply, I have been using the CLI version and I always get back the same corrupt image that the app version spits out.

Here are some sample files: https://drive.google.com/drive/folders/1cU93AhrVrqmBk_tGlagp1fOP9JLB9CkA?usp=sharing

Can't figure out why this happens.

imxieyi commented 4 years ago

Should be fixed in 24479f7.