lucidrains / lightweight-gan

Implementation of 'lightweight' GAN, proposed in ICLR 2021, in Pytorch. High resolution image generations that can be trained within a day or two
MIT License
1.62k stars 220 forks source link

Add TIFF to list of file extensions #129

Closed rgaiacs closed 2 years ago

rgaiacs commented 2 years ago

Tag Image File Format or TIFF is yet another format. Pillow supports it out of the box.

lucidrains commented 2 years ago

@rgaiacs thanks!