tsurumeso / waifu2x-chainer

Chainer implementation of waifu2x
MIT License
165 stars 54 forks source link

[Feature Request] enlarge images based on the longest or the shortest side #15

Closed ghost closed 5 years ago

ghost commented 5 years ago

Some of my images have small sizes and medium sizes. If I upscale small images to big images, the medium images become too big images. Using the height and width settings will not be practical in batch. Is it possible to enlarge the images based on the longest or shortest side?

tsurumeso commented 5 years ago

Yes, it is. Your suggestion makes sense. I will implement it.